fix: 定时刷新每日抽奖次数

This commit is contained in:
root
2026-07-13 06:30:58 +02:00
parent 3ec8f3d2d6
commit 14f51f5e12
+4
View File
@@ -158,3 +158,7 @@ async function boot() {
} }
boot() boot()
setInterval(() => {
if (!drawing && !document.hidden) loadState().catch(showStateError)
}, 30000)