fix(cd): sync 模式改用 app 熱重載
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
OoO
2026-04-30 15:11:57 +08:00
parent 661755fac9
commit f282ddc18c
7 changed files with 16 additions and 11 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-04-30 V10.27: action_plans schema drift repair
SYSTEM_VERSION = "V10.27"
# 🚩 2026-04-30 V10.28: CD sync hot reload without app container restart
SYSTEM_VERSION = "V10.28"
# ==========================================
# 🔒 SQL Injection 防護函數