From 14f51f5e1242d0e048f51bbea5937e3022361e9a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Jul 2026 06:30:58 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9A=E6=97=B6=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=AF=8F=E6=97=A5=E6=8A=BD=E5=A5=96=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/app.js b/static/app.js index dd6441b..eb6982d 100644 --- a/static/app.js +++ b/static/app.js @@ -158,3 +158,7 @@ async function boot() { } boot() + +setInterval(() => { + if (!drawing && !document.hidden) loadState().catch(showStateError) +}, 30000)