fix: 定时刷新每日抽奖次数
This commit is contained in:
@@ -158,3 +158,7 @@ async function boot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
boot()
|
boot()
|
||||||
|
|
||||||
|
setInterval(() => {
|
||||||
|
if (!drawing && !document.hidden) loadState().catch(showStateError)
|
||||||
|
}, 30000)
|
||||||
|
|||||||
Reference in New Issue
Block a user