From 58359e63dcffaa0f1ee55edf0d5849039f8bf77f Mon Sep 17 00:00:00 2001 From: CareyWong Date: Sun, 1 Mar 2020 02:33:54 +0800 Subject: [PATCH] Modify remote config --- 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 e2183a5..a12b8bf 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -244,12 +244,12 @@ export default { { label: "No-Urltest", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/universal/no-urltest.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/universal/no-urltest.ini" }, { label: "Urltest", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/universal/urltest.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/universal/urltest.ini" } ] }, @@ -259,27 +259,27 @@ export default { { label: "Maying", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/maying.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/maying.ini" }, { label: "Nexitally", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/nexitally.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/nexitally.ini" }, { label: "YoYu", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/yoyu.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/yoyu.ini" }, { label: "Ytoo", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/ytoo.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/ytoo.ini" }, { label: "贼船", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/customized/zeichuan.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/zeichuan.ini" } ] }, @@ -289,7 +289,7 @@ export default { { label: "NeteaseUnblock(仅规则,No-Urltest)", value: - "https://cdn.jsdelivr.net/gh/CareyWang/Rules@master/RemoteConfig/special/netease.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/special/netease.ini" } ] },