Browse Source

Add basic ini

develop
CareyWong 4 years ago
parent
commit
c31065cc77
  1. 5
      src/views/Subconverter.vue

5
src/views/Subconverter.vue

@ -314,6 +314,11 @@ export default {
label: "NeteaseUnblock(仅规则,No-Urltest)", label: "NeteaseUnblock(仅规则,No-Urltest)",
value: value:
"https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/special/netease.ini" "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/special/netease.ini"
},
{
label: "Basic(仅GEOIP CN + Final)",
value:
"https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/special/basic.ini"
} }
] ]
} }

Loading…
Cancel
Save