perf: 自动更新解禁

This commit is contained in:
知一一 2025-05-31 14:32:52 +08:00
parent ad51a9990e
commit 6e6319cc93
1 changed files with 5 additions and 5 deletions

View File

@ -514,11 +514,11 @@ CheckForUpdateHandler(isManualCheck) {
} }
;tag 点击检查更新 ;tag 点击检查更新
ClickOnCheckForUpdate(*) { ClickOnCheckForUpdate(*) {
if InStr(currentVersion, "beta") { ; if InStr(currentVersion, "beta") {
MsgBox ("测试版本禁用更新!") ; MsgBox ("测试版本禁用更新!")
MsgBox ("请加群584275905") ; MsgBox ("请加群584275905")
Pause ; Pause
} ; }
CheckForUpdateHandler(true) ;调用核心函数,标记为手动检查 CheckForUpdateHandler(true) ;调用核心函数,标记为手动检查
} }
;endregion 软件更新 ;endregion 软件更新