From f45dc3a34cc19088df6b3d122281ad8db5ce3279 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Tue, 4 Feb 2025 22:47:26 +0800 Subject: [PATCH] =?UTF-8?q?chore(utils):=20=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/utils/Updater.py | 2 +- res/version.json | 4 ++-- resources/version.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/utils/Updater.py b/app/utils/Updater.py index c8151d9..87a9ca0 100644 --- a/app/utils/Updater.py +++ b/app/utils/Updater.py @@ -225,12 +225,12 @@ class UpdateProcess(QThread): self.info.emit("获取远端代理信息失败,将使用默认代理地址") PROXY_list = [ "", - "https://ghfast.top/", "https://gitproxy.click/", "https://cdn.moran233.xyz/", "https://gh.llkk.cc/", "https://github.akams.cn/", "https://www.ghproxy.cn/", + "https://ghfast.top/", ] time.sleep(1) diff --git a/res/version.json b/res/version.json index 036eaf2..78560a8 100644 --- a/res/version.json +++ b/res/version.json @@ -4,11 +4,11 @@ "announcement": "\n# 这是一个中转版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成本次更新后再次检查更新以获取最新版本。\n", "proxy_list":[ "", - "https://ghfast.top/", "https://gitproxy.click/", "https://cdn.moran233.xyz/", "https://gh.llkk.cc/", "https://github.akams.cn/", - "https://www.ghproxy.cn/" + "https://www.ghproxy.cn/", + "https://ghfast.top/" ] } \ No newline at end of file diff --git a/resources/version.json b/resources/version.json index 7a1e13a..a957e16 100644 --- a/resources/version.json +++ b/resources/version.json @@ -4,11 +4,11 @@ "announcement": "\n## 新增功能\n- 添加用户每日代理次数上限功能 #15\n- 新增代理成功消息推送渠道Server酱与企业微信群机器人推送\n- 添加更新类别可选项\n## 修复BUG\n- 修复自定义基建无法正常使用的问题\n- 修正人工排查文案\n- 修复高级MAA配置序号错位\n- 修复高级用户列表无法配置问题\n- 修复主调度台选项乱动问题\n- 修复更新器文件夹定位问题\n## 程序优化\n- 无", "proxy_list": [ "", - "https://ghfast.top/", "https://gitproxy.click/", "https://cdn.moran233.xyz/", "https://gh.llkk.cc/", "https://github.akams.cn/", - "https://www.ghproxy.cn/" + "https://www.ghproxy.cn/", + "https://ghfast.top/" ] } \ No newline at end of file