This commit is contained in:
dap
2024-09-01 13:07:06 +08:00
77 changed files with 384 additions and 214 deletions

View File

@@ -95,6 +95,10 @@ function handleNotice(versionTag: string) {
}
function start() {
if (props.checkUpdatesInterval <= 0) {
return;
}
// 每 checkUpdatesInterval(默认值为1) 分钟检查一次
timer.value = setInterval(
checkForUpdates,