fix(ai): clear dashboard cache after pick regeneration
All checks were successful
CD Pipeline / deploy (push) Successful in 2m27s

This commit is contained in:
OoO
2026-05-01 16:10:51 +08:00
parent 3920701e1a
commit b447aefcfb
6 changed files with 8 additions and 5 deletions

4
app.py
View File

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