From e2288e7c3dcbb5c34b6626cf24dbe006183ecffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Sun, 25 May 2025 13:48:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=84=8F?= =?UTF-8?q?=E5=A4=96=E9=80=80=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index b7fcee5..314f961 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -273,13 +273,13 @@ ClickOnDoro(*) { Result := MsgBox("Doro完成任务!" outputText "`n可以支持一下Doro吗", , "YesNo") if Result = "Yes" MsgSponsor - if g_settings["SelfClosing"] + if g_settings["SelfClosing"] { if InStr(currentVersion, "beta") { MsgBox ("测试版本禁用自动关闭!") Pause } - ExitApp - Pause + ExitApp + } } ;初始化 Initialization() {