fix(dashboard): warm cache after AI pick refresh
All checks were successful
CD Pipeline / deploy (push) Successful in 3m37s
All checks were successful
CD Pipeline / deploy (push) Successful in 3m37s
This commit is contained in:
4
app.py
4
app.py
@@ -95,8 +95,8 @@ except Exception as e:
|
||||
sys_log.error(f"無法檢測磁碟空間: {e}")
|
||||
|
||||
# 🚩 系統版本定義 (備份與顯示用)
|
||||
# 🚩 2026-05-01 V10.62: Product pick regeneration clears dashboard cache
|
||||
SYSTEM_VERSION = "V10.62"
|
||||
# 🚩 2026-05-01 V10.63: Warm dashboard cache after AI pick regeneration
|
||||
SYSTEM_VERSION = "V10.63"
|
||||
|
||||
# ==========================================
|
||||
# 🔒 SQL Injection 防護函數
|
||||
|
||||
Reference in New Issue
Block a user