From 6e6319cc931c52416d06a1625e3b9208ad1113fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Sat, 31 May 2025 14:32:52 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=A7=A3=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 372a7de..b6ace24 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -514,11 +514,11 @@ CheckForUpdateHandler(isManualCheck) { } ;tag 点击检查更新 ClickOnCheckForUpdate(*) { - if InStr(currentVersion, "beta") { - MsgBox ("测试版本禁用更新!") - MsgBox ("请加群584275905") - Pause - } + ; if InStr(currentVersion, "beta") { + ; MsgBox ("测试版本禁用更新!") + ; MsgBox ("请加群584275905") + ; Pause + ; } CheckForUpdateHandler(true) ;调用核心函数,标记为手动检查 } ;endregion 软件更新