From a2fb1007f695d2f2b6fd6979e72eb37f75dc34aa Mon Sep 17 00:00:00 2001 From: Northword <44738481+northword@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:31:43 +0800 Subject: [PATCH] fix: add kele's oss and update desc of download link (#64) --- src/styles/components/StyleDetailCard.vue | 29 +++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/src/styles/components/StyleDetailCard.vue b/src/styles/components/StyleDetailCard.vue index 48316c0..19a523f 100644 --- a/src/styles/components/StyleDetailCard.vue +++ b/src/styles/components/StyleDetailCard.vue @@ -22,7 +22,9 @@ const downloadLinks = { github: `https://raw.githubusercontent.com/${repoU}/${repoN}/main/src/${style?.dir}/${style?.file}`, gitee: `https://gitee.com/redleafnew00/Chinese-STD-GB-T-7714-related-csl/raw/main/src/${style?.dir}/${style?.file}`, jsd: `https://cdn.jsdelivr.net/gh/${repoU}/${repoN}@main/src/${style?.dir}/${style?.file}`, - ghproxy: `https://ghproxy.com/?q=${encodeURI(rawLink)}`, + ghproxy: `https://mirror.ghproxy.com/?q=${encodeURI(rawLink)}`, + keleAli: `https://oss.wieke.cn/styles/src/${style?.dir}/${style?.file}`, + keleAzure: `https://oss.wwang.de/styles/src/${style?.dir}/${style?.file}`, }; const styleClass = style?.style_class === "in-text" ? "行间引注" : "脚注"; @@ -102,15 +104,34 @@ const styleFormat = 从 GitHub 安装样式
  • - 从 Gitee 安装样式 + 从 Gitee 下载样式 + (请右击->另存为)
  • - 从 JsDeliver 安装样式 + 从 JsDeliver 下载样式 + (此地址存在 24 h 延迟)
  • - 从 GH Proxy 安装样式 + 从 GH Proxy 下载样式 + (请右击->另存为) +
  • +
  • + + 从 + oss.wieke.cn + 下载样式 + + (此地址由网友可口可乐提供) +
  • +
  • + + 从 + oss.wwang.de + 下载样式 + + (此地址由网友可口可乐提供)
  • 查看源码