From 34bf5a4fe8eed70e39ec088c8560b884a1c9c4e1 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Sun, 27 Apr 2025 00:59:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=8C=E6=AD=A5=E5=88=B0MAAv5.15.4?= =?UTF-8?q?=E7=9A=84tasks=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=E5=8F=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- app/models/MAA.py | 2 +- resources/version.json | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index 445160a..bae7513 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -609,7 +609,7 @@ class MaaUserConfig(QConfig): class AppConfig(GlobalConfig): - VERSION = "4.3.4.7" + VERSION = "4.3.4.0" gameid_refreshed = Signal() PASSWORD_refreshed = Signal() diff --git a/app/models/MAA.py b/app/models/MAA.py index 5e12658..8b5f254 100644 --- a/app/models/MAA.py +++ b/app/models/MAA.py @@ -110,7 +110,7 @@ class MaaManager(QObject): self.maa_set_path = self.maa_root_path / "config/gui.json" self.maa_log_path = self.maa_root_path / "debug/gui.log" self.maa_exe_path = self.maa_root_path / "MAA.exe" - self.maa_tasks_path = self.maa_root_path / "resource/tasks.json" + self.maa_tasks_path = self.maa_root_path / "resource/tasks/tasks.json" def run(self): """主进程,运行MAA代理进程""" diff --git a/resources/version.json b/resources/version.json index 1f6f834..b0097fc 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,8 +1,13 @@ { - "main_version": "4.3.4.7", + "main_version": "4.3.4.0", "updater_version": "1.0.0.0", "announcement": "\n## 新增功能\n- 屏蔽MuMu模拟器开屏广告功能上线\n- 更新器支持多线程下载\n- 添加强制关闭ADB与模拟器等增强任务项\n## 修复BUG\n- 修复统计信息HTML模板公招匹配错误\n- 修复密码显示按钮动画异常\n- 修复`检测到MAA未能实际执行任务`报错被异常屏蔽\n- 修复MAA超时判定异常失效\n## 程序优化\n- 关机等电源操作添加100s倒计时\n- 人工排查弹窗方法优化\n- 人工排查时自动屏蔽静默操作\n- 公告样式优化", "version_info": { + "4.3.4.0": { + "修复BUG": [ + "同步到MAAv5.15.4的tasks目录结构变化" + ] + }, "4.3.4.7": { "新增功能": [ "主调度台支持直接启动多开调度台"