2 Commits

Author SHA1 Message Date
3503ee35ab fix: 移除未定义的 loadStats 调用 2026-04-16 10:27:45 +08:00
108c660ef5 fix: 移除中文注释修复 Windows 编码问题 2026-04-16 10:20:54 +08:00
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
# 视觉记录系统依赖
opencv-python>=4.8.0
fastapi>=0.100.0
uvicorn>=0.23.0

View File

@@ -14,7 +14,6 @@ function refreshAll() {
loadStatus();
loadImages();
loadEvents();
loadStats();
}
// ============== 状态相关 ==============