fix(maa): 修复 MAA 开始唤醒识别错误问题

This commit is contained in:
DLmaster361
2025-08-12 16:26:16 +08:00
parent 23b3691a13
commit 6b37ba0ce3
3 changed files with 12 additions and 3 deletions

View File

@@ -704,7 +704,7 @@ class GeneralSubConfig(LQConfig):
class AppConfig(GlobalConfig):
VERSION = "4.4.1.0"
VERSION = "4.4.2.0"
stage_refreshed = Signal()
PASSWORD_refreshed = Signal()

View File

@@ -1237,7 +1237,7 @@ class MaaManager(QObject):
else:
self.weekly_annihilation_limit_reached = False
if "任务出错: StartUp" in log:
if "任务出错: StartUp" in log or "任务出错: 开始唤醒" in log:
self.maa_result = "MAA未能正确登录PRTS"
elif "任务已全部完成!" in log:

View File

@@ -1,6 +1,15 @@
{
"main_version": "4.4.1.0",
"main_version": "4.4.2.0",
"version_info": {
"4.4.2.0": {
"修复BUG": [
"修复独立更新器版本号比对问题",
"修复 MAA 开始唤醒识别错误问题"
],
"程序优化": [
"历史记录显示效果优化"
]
},
"4.4.1.0": {
"新增功能": [
"启动时支持直接运行复数调度队列"