From 5e46040db6f36d0e3a366cfbdb7f29029a7374f3 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Mon, 12 May 2025 14:53:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=97=A5=E5=BF=97=E5=88=86=E6=9E=90?= =?UTF-8?q?=E5=BF=BD=E7=95=A5MAA=E8=B6=85=E6=97=B6=E6=8F=90=E7=A4=BA?= 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 | 9 +++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index d5f8628..c7a92af 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -624,7 +624,7 @@ class MaaUserConfig(QConfig): class AppConfig(GlobalConfig): - VERSION = "4.3.8.1" + VERSION = "4.3.8.2" gameid_refreshed = Signal() PASSWORD_refreshed = Signal() diff --git a/app/models/MAA.py b/app/models/MAA.py index 0557f8c..03727da 100644 --- a/app/models/MAA.py +++ b/app/models/MAA.py @@ -923,6 +923,8 @@ class MaaManager(QObject): latest_time = start_time for _ in logs[::-1]: try: + if "如果长时间无进一步日志更新,可能需要手动干预。" in _: + continue latest_time = datetime.strptime(_[1:20], "%Y-%m-%d %H:%M:%S") break except ValueError: diff --git a/resources/version.json b/resources/version.json index 698872b..ae63f5e 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,9 +1,14 @@ { - "main_version": "4.3.8.1", + "main_version": "4.3.8.2", "version_info": { + "4.3.8.2": { + "修复bug": [ + "日志分析忽略MAA超时提示" + ] + }, "4.3.8.1": { "新增功能": [ - "自定义基建显示配置名称", + "自定义基建显示配置名称 #46", "主调度台添加仅一次电源任务" ], "修复bug": [