diff --git a/app.py b/app.py index 48f5417..0ca690f 100644 --- a/app.py +++ b/app.py @@ -95,8 +95,8 @@ except Exception as e: sys_log.error(f"無法檢測磁碟空間: {e}") # 🚩 系統版本定義 (備份與顯示用) -# 🚩 2026-05-01 V10.74: Move AI history page onto V2 shell -SYSTEM_VERSION = "V10.74" +# 🚩 2026-05-01 V10.75: Move AI recommendation page onto V2 shell +SYSTEM_VERSION = "V10.75" # ========================================== # 🔒 SQL Injection 防護函數 diff --git a/config.py b/config.py index 156be7c..4f1c7fc 100644 --- a/config.py +++ b/config.py @@ -254,7 +254,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.74" +SYSTEM_VERSION = "V10.75" LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log') public_url = PUBLIC_URL # 用於模板顯示 diff --git a/templates/ai_recommend.html b/templates/ai_recommend.html index a747e53..5f42a62 100644 --- a/templates/ai_recommend.html +++ b/templates/ai_recommend.html @@ -1,17 +1,111 @@ -{% extends 'base.html' %} +{% extends 'ewoooc_base.html' %} {% block title %}AI 智慧推薦 - WOOO TECH{% endblock %} -{% block content %} -