From c7072da81d7335d4737ffa937aa6352b3967f888 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Fri, 27 Dec 2024 20:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E2=80=9C=E5=90=AF=E5=8A=A8MA?= =?UTF-8?q?A=E5=90=8E=E7=9B=B4=E6=8E=A5=E6=9C=80=E5=B0=8F=E5=8C=96?= =?UTF-8?q?=E2=80=9D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTO_MAA.py | 10 +++------- res/version.json | 4 ++-- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/AUTO_MAA.py b/AUTO_MAA.py index 8a3ef25..ead942a 100644 --- a/AUTO_MAA.py +++ b/AUTO_MAA.py @@ -726,9 +726,7 @@ class MaaRunner(QtCore.QThread): ] = "True" # 启动MAA后自动开启模拟器 if self.if_silence: - data["Configurations"]["Default"][ - "Start.MinimizeDirectly" - ] = "True" # 启动MAA后直接最小化 + data["Global"]["Start.MinimizeDirectly"] = "True" # 启动MAA后直接最小化 data["Configurations"]["Default"][ "GUI.UseTray" ] = "True" # 显示托盘图标 @@ -930,9 +928,7 @@ class MaaRunner(QtCore.QThread): data["Configurations"]["Default"][ "Start.RunDirectly" ] = "True" # 启动MAA后直接运行 - data["Configurations"]["Default"][ - "Start.MinimizeDirectly" - ] = "True" # 启动MAA后直接最小化 + data["Global"]["Start.MinimizeDirectly"] = "True" # 启动MAA后直接最小化 data["Configurations"]["Default"]["GUI.UseTray"] = "True" # 显示托盘图标 data["Configurations"]["Default"][ "GUI.MinimizeToTray" @@ -1015,7 +1011,7 @@ class MaaRunner(QtCore.QThread): ] = "False" # 启动MAA后自动开启模拟器 if self.if_silence: - data["Configurations"]["Default"][ + data["Global"][ "Start.MinimizeDirectly" ] = "False" # 启动MAA后直接最小化 diff --git a/res/version.json b/res/version.json index c8d214b..be6c67e 100644 --- a/res/version.json +++ b/res/version.json @@ -1,7 +1,7 @@ { - "main_version": "4.1.3.7", + "main_version": "4.1.4.0", "updater_version": "1.0.5.2", - "announcement": "\n# 测试版本,遇BUG速速上报,谢谢~\n## 新增功能\n- 添加托盘中止当前任务选项\n- 添加邮件仅推送异常信息选项\n- 后台静默代理功能上线\n## 修复BUG\n- 修复深色模式下UI异常 #10\n## 程序优化\n- MainTimer逻辑实现优化\n- 修改配置方法优化\n- 代理逻辑优化\n- 更新器添加更多代理地址,更新流程优化,可获取远端代理地址\n- 路径跨平台适配", + "announcement": "\n## 新增功能\n- 添加托盘中止当前任务选项\n- 添加邮件仅推送异常信息选项\n- 后台静默代理功能上线\n## 修复BUG\n- 修复深色模式下UI异常 #10\n- 同步MAA`启动MAA后直接最小化`字段修改\n## 程序优化\n- MainTimer逻辑实现优化\n- 修改配置方法优化\n- 代理逻辑优化\n- 更新器添加更多代理地址,更新流程优化,可获取远端代理地址\n- 路径跨平台适配", "proxy_list":[ "", "https://gitproxy.click/",