From 9b2c5f1f25807f198d392e1859dd904866ab79d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Thu, 12 Sep 2024 03:07:51 +0800 Subject: [PATCH] =?UTF-8?q?optimize:=20`=E7=AF=A1=E6=94=B9=E7=8C=B4`=20?= =?UTF-8?q?=E5=92=8C=20`Github=E6=B2=B9=E7=8C=B4`=20=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=9A=84=E5=9C=B0=E5=9D=80=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E4=B8=BAgitee=E4=BB=93=E5=BA=93=E4=B8=AD=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/config/index.js b/packages/core/src/config/index.js index 5c43832b..e0be0d7c 100644 --- a/packages/core/src/config/index.js +++ b/packages/core/src/config/index.js @@ -64,9 +64,9 @@ module.exports = { }, '^(/[\\w-.]+){2,}/?(\\?.*)?$': { // 篡改猴插件地址,以下是高速镜像地址 - tampermonkeyScript: 'https://mirror.ghproxy.com/https://raw.githubusercontent.com/docmirror/dev-sidecar/scripts/tampermonkey.js', + tampermonkeyScript: 'https://gitee.com/wangliang181230/dev-sidecar/raw/scripts/tampermonkey.js', // Github油猴脚本地址,以下是高速镜像地址 - script: 'https://mirror.ghproxy.com/https://raw.githubusercontent.com/docmirror/dev-sidecar/scripts/GithubEnhanced-High-Speed-Download.user.js', + script: 'https://gitee.com/wangliang181230/dev-sidecar/raw/scripts/GithubEnhanced-High-Speed-Download.user.js', remark: '注:上面所使用的脚本地址,为高速镜像地址。', desc: '油猴脚本:高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载、添加 git clone 命令' },