From 84871955127fc78782003f926531cfa53effba10 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Tue, 10 Dec 2024 20:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=80=9A=E7=9F=A5=E5=81=9C?= =?UTF-8?q?=E7=95=99=E6=97=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTO_MAA.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTO_MAA.py b/AUTO_MAA.py index 6e74467..07ae3fe 100644 --- a/AUTO_MAA.py +++ b/AUTO_MAA.py @@ -2580,7 +2580,7 @@ class Main(QWidget): # 无版本更新 else: - self.push_notification("已是最新版本~", " ", " ", 10) + self.push_notification("已是最新版本~", " ", " ", 3) def update_main(self): """更新主程序""" @@ -2720,7 +2720,7 @@ class AUTO_MAA(QMainWindow): f"无法运行{mode}!", "当前已有任务正在运行,请在该任务结束后重试", "当前已有任务正在运行,请在该任务结束后重试", - 10, + 3, ) else: self.main.maa_starter(mode) @@ -2738,14 +2738,14 @@ class AUTO_MAA(QMainWindow): "正在设置MAA!", "正在运行设置MAA任务,无法中止", "正在运行设置MAA任务,无法中止", - 10, + 3, ) else: self.main.push_notification( "无任务运行!", "当前无任务正在运行,无需中止", "当前无任务正在运行,无需中止", - 10, + 3, ) def kill_main(self):