From a03cda0ef000989c3e5753d01644d5daab0f0e03 Mon Sep 17 00:00:00 2001 From: cppla Date: Thu, 14 Aug 2025 10:12:23 +0800 Subject: [PATCH] update --- web/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/app.js b/web/js/app.js index 0e672e7..0f773d2 100644 --- a/web/js/app.js +++ b/web/js/app.js @@ -261,7 +261,7 @@ function bindTheme(){ bindTabs(); bindTheme(); fetchData(); -setInterval(fetchData, 4000); +setInterval(fetchData, 1000); setInterval(updateTime, 60000); // 详情弹窗逻辑