perf(dashboard): speed up competitor overview
All checks were successful
CD Pipeline / deploy (push) Successful in 2m12s

This commit is contained in:
OoO
2026-05-01 20:36:25 +08:00
parent b9d6186d68
commit 4e853a233f
4 changed files with 136 additions and 6 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.68: Sync latest MOMO Pro prototype styling to production frontend
SYSTEM_VERSION = "V10.68"
# 🚩 2026-05-01 V10.69: Speed up dashboard competitor overview with real cached product data
SYSTEM_VERSION = "V10.69"
# ==========================================
# 🔒 SQL Injection 防護函數