fix(campaign): persist full crawl snapshots
All checks were successful
CD Pipeline / deploy (push) Successful in 2m22s

This commit is contained in:
OoO
2026-05-01 20:48:28 +08:00
parent bb99dfeab6
commit c1f43b0ae4
4 changed files with 104 additions and 49 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.70: Restore campaign operations table signals
SYSTEM_VERSION = "V10.70"
# 🚩 2026-05-01 V10.71: Persist full campaign crawl snapshots
SYSTEM_VERSION = "V10.71"
# ==========================================
# 🔒 SQL Injection 防護函數