fix(dashboard): prewarm cache and expose pick evidence
All checks were successful
CD Pipeline / deploy (push) Successful in 2m20s

This commit is contained in:
OoO
2026-05-01 16:34:13 +08:00
parent 9e2337764b
commit 2ac7410d40
10 changed files with 165 additions and 33 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.64: Keep only latest 50 AI product picks pending
SYSTEM_VERSION = "V10.64"
# 🚩 2026-05-01 V10.65: Prewarm dashboard cache and expose AI pick evidence gaps
SYSTEM_VERSION = "V10.65"
# ==========================================
# 🔒 SQL Injection 防護函數