From 52468928c6e5e3592d8b45c364b6f4507191bf4c Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Thu, 31 Jul 2025 20:47:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20Go=5FUpdater=20?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E6=9B=B4=E6=96=B0=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/main_window.py | 9 +++++++++ resources/version.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/ui/main_window.py b/app/ui/main_window.py index fc7fa18..098e23b 100644 --- a/app/ui/main_window.py +++ b/app/ui/main_window.py @@ -366,6 +366,15 @@ class AUTO_MAA(MSFluentWindow): except Exception: pass + # 恢复Go_Updater独立更新器 + if (Config.app_path / "AUTO_MAA_Go_Updater_install.exe").exists(): + try: + (Config.app_path / "AUTO_MAA_Go_Updater_install.exe").rename( + "AUTO_MAA_Go_Updater.exe" + ) + except Exception: + pass + # 检查密码 self.setting.check_PASSWORD() diff --git a/resources/version.json b/resources/version.json index 68d819d..e81cbf6 100644 --- a/resources/version.json +++ b/resources/version.json @@ -5,7 +5,8 @@ "新增功能": [ "适配 MAA 长期开放剿灭关卡", "新增完成任务后自动复原脚本配置", - "通用脚本启动附加命令添加额外的语法以适应UI可执行文件与任务可执行文件不同的情况" + "通用脚本启动附加命令添加额外的语法以适应UI可执行文件与任务可执行文件不同的情况", + "新增 Go_Updater 独立更新器" ], "程序优化": [ "优化调度队列配置逻辑",