Browse Source

远程配置源文件切换至cdn

develop
CareyWong 5 years ago
parent
commit
f42cc12836
  1. 16
      src/views/Subconverter.vue

16
src/views/Subconverter.vue

@ -244,12 +244,12 @@ export default {
{ {
label: "No-Urltest", label: "No-Urltest",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/universal/no-urltest.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/universal/no-urltest.ini"
}, },
{ {
label: "Urltest", label: "Urltest",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/universal/urltest.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/universal/urltest.ini"
} }
] ]
}, },
@ -259,27 +259,27 @@ export default {
{ {
label: "Maying", label: "Maying",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/customized/maying.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/maying.ini"
}, },
{ {
label: "Nexitally", label: "Nexitally",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/customized/nexitally.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/nexitally.ini"
}, },
{ {
label: "YoYu", label: "YoYu",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/customized/yoyu.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/yoyu.ini"
}, },
{ {
label: "Ytoo", label: "Ytoo",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/customized/ytoo.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/ytoo.ini"
}, },
{ {
label: "贼船", label: "贼船",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/customized/zeichuan.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/zeichuan.ini"
} }
] ]
}, },
@ -289,7 +289,7 @@ export default {
{ {
label: "NeteaseUnblock(仅规则,No-Urltest)", label: "NeteaseUnblock(仅规则,No-Urltest)",
value: value:
"https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/special/netease.ini" "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/special/netease.ini"
} }
] ]
}, },

Loading…
Cancel
Save