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": { "新增功能": [ "语音功能上线"