feat(dashboard): optimize cache and AI pick confidence
All checks were successful
CD Pipeline / deploy (push) Successful in 2m46s

This commit is contained in:
OoO
2026-05-01 16:01:52 +08:00
parent 0334051aa7
commit 3920701e1a
9 changed files with 198 additions and 27 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.59: Dashboard AI pick list can export 50-item action workbook
SYSTEM_VERSION = "V10.59"
# 🚩 2026-05-01 V10.61: Dashboard speed cache and evidence-based AI pick confidence
SYSTEM_VERSION = "V10.61"
# ==========================================
# 🔒 SQL Injection 防護函數