feat(campaign): restore operations table signals
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
OoO
2026-05-01 20:43:46 +08:00
parent 4e853a233f
commit bb99dfeab6
4 changed files with 178 additions and 17 deletions

4
app.py
View File

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