Browse Source

Add rix remote config

develop
CareyWong 4 years ago
parent
commit
1b66f2b999
  1. 11
      src/views/Subconverter.vue

11
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();
},

Loading…
Cancel
Save