feat(reports): move monthly analysis to v2 shell
All checks were successful
CD Pipeline / deploy (push) Successful in 2m14s

This commit is contained in:
OoO
2026-05-01 21:13:18 +08:00
parent d6782ee710
commit 026d0e7539
5 changed files with 121 additions and 50 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.75: Move AI recommendation page onto V2 shell
SYSTEM_VERSION = "V10.75"
# 🚩 2026-05-01 V10.76: Move monthly analysis report onto V2 shell
SYSTEM_VERSION = "V10.76"
# ==========================================
# 🔒 SQL Injection 防護函數