diff --git a/app.py b/app.py index da7f658..48f5417 100644 --- a/app.py +++ b/app.py @@ -95,8 +95,8 @@ except Exception as e: sys_log.error(f"無法檢測磁碟空間: {e}") # 🚩 系統版本定義 (備份與顯示用) -# 🚩 2026-05-01 V10.73: Move AI intelligence center onto V2 shell -SYSTEM_VERSION = "V10.73" +# 🚩 2026-05-01 V10.74: Move AI history page onto V2 shell +SYSTEM_VERSION = "V10.74" # ========================================== # 🔒 SQL Injection 防護函數 diff --git a/config.py b/config.py index 3ea3222..156be7c 100644 --- a/config.py +++ b/config.py @@ -254,7 +254,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.73" +SYSTEM_VERSION = "V10.74" LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log') public_url = PUBLIC_URL # 用於模板顯示 diff --git a/templates/ai_history.html b/templates/ai_history.html index cc8b9d6..896bf69 100644 --- a/templates/ai_history.html +++ b/templates/ai_history.html @@ -1,26 +1,23 @@ -{% extends 'base.html' %} +{% extends 'ewoooc_base.html' %} {% block title %}AI 生成歷史 - WOOO TECH{% endblock %} -{% block content %} -
查看、管理和複用之前生成的文案
-查看、管理和複用資料庫內已生成的文案與操作紀錄。