Delete backend for QX

This commit is contained in:
Peng-YM 2020-10-05 12:12:32 +08:00
parent 9d97c23186
commit a9a68be9f6
2 changed files with 2 additions and 14 deletions

View File

@ -6,6 +6,3 @@
# 添加一个sub.store域名
hostname=sub.store
simple_cert_hostname=sub.store
[http_backend]
https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js, tag=Sub-Store, path=/, enabled=true, img-url=https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png

View File

@ -185,16 +185,7 @@ export default {
computed: {
subscriptionBaseURL() {
const backend = this.$store.state.env.backend;
switch (backend) {
case "QX":
return "http://127.0.0.1:9999";
case "Node":
case "Surge":
case "Loon":
default:
return BACKEND_BASE;
}
},
subscriptions() {
const subs = this.$store.state.subscriptions;