fix: 移除未定义的 loadStats 调用

This commit is contained in:
2026-04-16 10:27:45 +08:00
parent 108c660ef5
commit 3503ee35ab
-1
View File
@@ -14,7 +14,6 @@ function refreshAll() {
loadStatus(); loadStatus();
loadImages(); loadImages();
loadEvents(); loadEvents();
loadStats();
} }
// ============== 状态相关 ============== // ============== 状态相关 ==============