mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 04:49:03 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
53b8297e24
@ -2380,7 +2380,12 @@ var ProxyUtils = (function () {
|
||||
"🇮🇲": ["马恩岛","馬恩島"],
|
||||
"🇧🇾": ["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":
|
||||
tls_opts = "";
|
||||
const base = `${proxy.name}=${proxy.tls ? "http" : "https"},${
|
||||
const base = `${proxy.name}=${proxy.tls ? "https" : "http"},${
|
||||
proxy.server
|
||||
},${proxy.port},${proxy.username || ""},${proxy.password || ""}`;
|
||||
if (proxy.tls) {
|
||||
@ -3176,4 +3176,4 @@ var YAML = (function () {
|
||||
return processing_time;
|
||||
},
|
||||
};
|
||||
})();
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user