From f42cc1283601b3ac645e84a67e4225e56d8e2ae0 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Sat, 29 Feb 2020 21:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E9=85=8D=E7=BD=AE=E6=BA=90?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=87=E6=8D=A2=E8=87=B3cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Subconverter.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index 85921f9..e2183a5 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -244,12 +244,12 @@ export default { { label: "No-Urltest", 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", 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", 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", 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", 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", 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: "贼船", 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)", 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" } ] },