Browse Source

Migrate to OSS

develop
CareyWong 4 years ago
parent
commit
8171531960
  1. 24
      src/views/Subconverter.vue

24
src/views/Subconverter.vue

@ -256,12 +256,12 @@ export default {
{ {
label: "No-Urltest", label: "No-Urltest",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/universal/no-urltest.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/universal/no-urltest.ini"
}, },
{ {
label: "Urltest", label: "Urltest",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/universal/urltest.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/universal/urltest.ini"
} }
] ]
}, },
@ -271,42 +271,42 @@ export default {
{ {
label: "Maying", label: "Maying",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/maying.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/maying.ini"
}, },
{ {
label: "rixCloud", label: "rixCloud",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/rixcloud.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/rixcloud.ini"
}, },
{ {
label: "YoYu", label: "YoYu",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/yoyu.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/yoyu.ini"
}, },
{ {
label: "Ytoo", label: "Ytoo",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/ytoo.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/ytoo.ini"
}, },
{ {
label: "NyanCAT", label: "NyanCAT",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/nyancat.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/nyancat.ini"
}, },
{ {
label: "Nexitally", label: "Nexitally",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/nexitally.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/nexitally.ini"
}, },
{ {
label: "贼船", label: "贼船",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/zeichuan.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/zeichuan.ini"
}, },
{ {
label: "布丁", label: "布丁",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/customized/pud.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/customized/pud.ini"
} }
] ]
}, },
@ -316,12 +316,12 @@ export default {
{ {
label: "NeteaseUnblock(仅规则,No-Urltest)", label: "NeteaseUnblock(仅规则,No-Urltest)",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/special/netease.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/special/netease.ini"
}, },
{ {
label: "Basic(仅GEOIP CN + Final)", label: "Basic(仅GEOIP CN + Final)",
value: value:
"https://storage.googleapis.com/subconverter/RemoteConfig/special/basic.ini" "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/special/basic.ini"
} }
] ]
} }

Loading…
Cancel
Save