fix(models): 修复检测到MAA未能实际执行任务报错被异常屏蔽

This commit is contained in:
DLmaster
2025-03-15 13:21:52 +08:00
parent d342c7c827
commit 3f20ae62be
2 changed files with 2 additions and 2 deletions

View File

@@ -651,7 +651,7 @@ class MaaManager(QObject):
if mode == "自动代理_日常" and "任务出错: Fight" in log:
self.maa_result = "检测到MAA未能实际执行任务"
if "任务出错: StartUp" in log:
elif "任务出错: StartUp" in log:
self.maa_result = "检测到MAA未能正确登录PRTS"
elif "任务已全部完成!" in log:
self.maa_result = "Success!"