feat(dashboard): show AI pick evidence gaps
All checks were successful
CD Pipeline / deploy (push) Successful in 2m18s

This commit is contained in:
OoO
2026-05-01 17:17:03 +08:00
parent e86075d59d
commit 066cf1846f
5 changed files with 144 additions and 9 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.66: Avoid redundant dashboard prewarm rebuilds across workers
SYSTEM_VERSION = "V10.66"
# 🚩 2026-05-01 V10.67: Show AI product pick evidence gaps on dashboard
SYSTEM_VERSION = "V10.67"
# ==========================================
# 🔒 SQL Injection 防護函數