@@ -23,7 +23,7 @@ const defaultConfig = {
2323 remoteConfig : {
2424 enabled : true ,
2525 // 共享远程配置地址
26- url : 'https://gitee .com/wangliang181230/dev-sidecar-config/raw/main/remote_config.json' ,
26+ url : 'https://raw.giteeusercontent .com/wangliang181230/dev-sidecar-config/raw/main/remote_config.json' ,
2727 // 个人远程配置地址
2828 personalUrl : '' ,
2929 } ,
@@ -108,9 +108,9 @@ const defaultConfig = {
108108 } ,
109109 '^(/[\\w-.]+){2,}/?(\\?.*)?$' : {
110110 // 篡改猴插件地址,以下是高速镜像地址
111- tampermonkeyScript : 'https://gitee .com/wangliang181230/dev-sidecar-config/raw/main/tampermonkey.js' ,
111+ tampermonkeyScript : 'https://raw.giteeusercontent .com/wangliang181230/dev-sidecar-config/raw/main/tampermonkey.js' ,
112112 // Github油猴脚本地址,以下是高速镜像地址
113- script : 'https://gitee .com/wangliang181230/dev-sidecar-config/raw/main/GithubEnhanced-High-Speed-Download.user.js' ,
113+ script : 'https://raw.giteeusercontent .com/wangliang181230/dev-sidecar-config/raw/main/GithubEnhanced-High-Speed-Download.user.js' ,
114114 remark : '注:上面所使用的脚本地址,为高速镜像地址。' ,
115115 desc : '油猴脚本:高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载、添加 git clone 命令' ,
116116 } ,
@@ -221,7 +221,7 @@ const defaultConfig = {
221221 } ,
222222 'ajax.googleapis.com' : {
223223 '.*' : {
224- proxy : 'ajax.lug.ustc.edu.cn ' ,
224+ proxy : 'ajax.proxy.ustclug.org ' ,
225225 backup : [ 'gapis.geekzu.org' ] ,
226226 test : 'ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' ,
227227 } ,
@@ -253,7 +253,7 @@ const defaultConfig = {
253253 // mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.0/napi-v3-win32-x64.tar.gz
254254 '*.s3.1amazonaws1.com' : {
255255 '/sqlite3/.*' : {
256- redirect : 'npm.taobao.org /mirrors' ,
256+ redirect : 'npmmirror.com /mirrors' ,
257257 } ,
258258 } ,
259259 // 'packages.elastic.co': { '.*': { proxy: 'elastic.proxy.ustclug.org' } },
0 commit comments