From 6eb0a42fc5db5935cb7732b210c358b5e8fd7736 Mon Sep 17 00:00:00 2001 From: mac Date: Mon, 1 Jun 2026 23:21:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=8E=86=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app.js b/static/app.js index edc40d2..96f619e 100644 --- a/static/app.js +++ b/static/app.js @@ -648,6 +648,7 @@ lastSavedDate = todayStr; loadCheckin(); loadStats(); + renderCalendar(); // 立即渲染日历,不等异步统计 } if (document.readyState === 'loading') {