From 4725a301658b75c7ebdeed8e41371798ebfe75b6 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Sun, 1 Jun 2025 04:31:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E5=A4=8D=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E5=8C=85=E7=A6=81=E5=BF=8C=E4=BA=8C=E9=87=8D=E5=A5=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- app/ui/main_window.py | 2 -- resources/version.json | 7 ++++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index b3d2976..b8c713d 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -572,7 +572,7 @@ class MaaPlanConfig(LQConfig): class AppConfig(GlobalConfig): - VERSION = "4.3.9.1" + VERSION = "4.3.9.2" gameid_refreshed = Signal() PASSWORD_refreshed = Signal() diff --git a/app/ui/main_window.py b/app/ui/main_window.py index 17a5cc5..1f083b6 100644 --- a/app/ui/main_window.py +++ b/app/ui/main_window.py @@ -379,8 +379,6 @@ class AUTO_MAA(MSFluentWindow): self.titleBar.minBtn.click() - SoundPlayer.play("MAA在完成任务前退出") - def clean_old_logs(self): """ 删除超过用户设定天数的日志文件(基于目录日期) diff --git a/resources/version.json b/resources/version.json index 430afac..ed33674 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,6 +1,11 @@ { - "main_version": "4.3.9.1", + "main_version": "4.3.9.2", "version_info": { + "4.3.9.2": { + "修复bug": [ + "修复语音包禁忌二重奏" + ] + }, "4.3.9.1": { "新增功能": [ "语音功能上线"