mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 03:29:03 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
53b8297e24
@ -2380,7 +2380,12 @@ var ProxyUtils = (function () {
|
|||||||
"🇮🇲": ["马恩岛","馬恩島"],
|
"🇮🇲": ["马恩岛","馬恩島"],
|
||||||
"🇧🇾": ["BY","白俄罗斯"],
|
"🇧🇾": ["BY","白俄罗斯"],
|
||||||
"🇵🇹": ["葡萄牙"],
|
"🇵🇹": ["葡萄牙"],
|
||||||
|
"🇰🇪": ["KE", "肯尼亚"],
|
||||||
|
"🇰🇬": ["KG", "吉尔吉斯坦"],
|
||||||
|
"🇯🇴": ["JO", "约旦"],
|
||||||
|
"🇺🇾": ["UY", "乌拉圭"],
|
||||||
"🇲🇳":["蒙古"],
|
"🇲🇳":["蒙古"],
|
||||||
|
"🇮🇷": ["IR", "伊朗"],
|
||||||
"🇵🇪":["秘鲁","祕魯"],
|
"🇵🇪":["秘鲁","祕魯"],
|
||||||
"🇨🇴":["哥伦比亚"],
|
"🇨🇴":["哥伦比亚"],
|
||||||
"🇪🇪":["爱沙尼亚"],
|
"🇪🇪":["爱沙尼亚"],
|
||||||
|
2
backend/sub-store.min.js
vendored
2
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1560,7 +1560,7 @@ var ProxyUtils = (function () {
|
|||||||
}`;
|
}`;
|
||||||
case "http":
|
case "http":
|
||||||
tls_opts = "";
|
tls_opts = "";
|
||||||
const base = `${proxy.name}=${proxy.tls ? "http" : "https"},${
|
const base = `${proxy.name}=${proxy.tls ? "https" : "http"},${
|
||||||
proxy.server
|
proxy.server
|
||||||
},${proxy.port},${proxy.username || ""},${proxy.password || ""}`;
|
},${proxy.port},${proxy.username || ""},${proxy.password || ""}`;
|
||||||
if (proxy.tls) {
|
if (proxy.tls) {
|
||||||
@ -3176,4 +3176,4 @@ var YAML = (function () {
|
|||||||
return processing_time;
|
return processing_time;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user