Skip to content

Commit f45dc3a

Browse files
committed
chore(utils): 修改代理优先级
1 parent 1c17f3d commit f45dc3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/utils/Updater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ def get_download_url(self) -> list:
225225
self.info.emit("获取远端代理信息失败,将使用默认代理地址")
226226
PROXY_list = [
227227
"",
228-
"https://ghfast.top/",
229228
"https://gitproxy.click/",
230229
"https://cdn.moran233.xyz/",
231230
"https://gh.llkk.cc/",
232231
"https://github.akams.cn/",
233232
"https://www.ghproxy.cn/",
233+
"https://ghfast.top/",
234234
]
235235
time.sleep(1)
236236

res/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"announcement": "\n# 这是一个中转版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成本次更新后再次检查更新以获取最新版本。\n",
55
"proxy_list":[
66
"",
7-
"https://ghfast.top/",
87
"https://gitproxy.click/",
98
"https://cdn.moran233.xyz/",
109
"https://gh.llkk.cc/",
1110
"https://github.akams.cn/",
12-
"https://www.ghproxy.cn/"
11+
"https://www.ghproxy.cn/",
12+
"https://ghfast.top/"
1313
]
1414
}

resources/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"announcement": "\n## 新增功能\n- 添加用户每日代理次数上限功能 #15\n- 新增代理成功消息推送渠道Server酱与企业微信群机器人推送\n- 添加更新类别可选项\n## 修复BUG\n- 修复自定义基建无法正常使用的问题\n- 修正人工排查文案\n- 修复高级MAA配置序号错位\n- 修复高级用户列表无法配置问题\n- 修复主调度台选项乱动问题\n- 修复更新器文件夹定位问题\n## 程序优化\n- 无",
55
"proxy_list": [
66
"",
7-
"https://ghfast.top/",
87
"https://gitproxy.click/",
98
"https://cdn.moran233.xyz/",
109
"https://gh.llkk.cc/",
1110
"https://github.akams.cn/",
12-
"https://www.ghproxy.cn/"
11+
"https://www.ghproxy.cn/",
12+
"https://ghfast.top/"
1313
]
1414
}

0 commit comments

Comments
 (0)