From 3503ee35ab538262c11009c0eb3de9124b3035cf Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Thu, 16 Apr 2026 10:27:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=9C=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E7=9A=84=20loadStats=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/static/app.js b/web/static/app.js index 167465d..d302bff 100644 --- a/web/static/app.js +++ b/web/static/app.js @@ -14,7 +14,6 @@ function refreshAll() { loadStatus(); loadImages(); loadEvents(); - loadStats(); } // ============== 状态相关 ==============