From 1b66f2b999f7ef72b16b11e619d2da3849599ef0 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Wed, 25 Mar 2020 17:33:08 +0800 Subject: [PATCH] Add rix remote config --- src/views/Subconverter.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index c5f3fde..e8c1155 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -265,9 +265,9 @@ export default { "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/maying.ini" }, { - label: "Nexitally", + label: "rixCloud", value: - "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/nexitally.ini" + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/rixcloud.ini" }, { label: "YoYu", @@ -284,6 +284,11 @@ export default { value: "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/nyancat.ini" }, + { + label: "Nexitally", + value: + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/nexitally.ini" + }, { label: "贼船", value: @@ -337,7 +342,7 @@ export default { document.title = "Subscription Converter"; }, mounted() { - this.form.clientType = "clashr"; + this.form.clientType = "clash"; this.notify(); this.getBackendVersion(); },