perf: 自动更新解禁
This commit is contained in:
parent
ad51a9990e
commit
6e6319cc93
|
@ -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 软件更新
|
||||||
|
|
Loading…
Reference in New Issue