From 5690d79a404d38d19a9cef1c4970c2024052c9ec Mon Sep 17 00:00:00 2001 From: OoO Date: Sun, 17 May 2026 21:41:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B6=E6=96=82=E7=B3=BB=E7=B5=B1?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A0=81=E6=96=B0=E7=89=88=E6=A8=A3=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- templates/notification_templates.html | 147 +++++++++++++++++++-- templates/system_settings.html | 19 ++- templates/user_management.html | 177 +++++++++++++++++++++++--- 4 files changed, 313 insertions(+), 32 deletions(-) diff --git a/config.py b/config.py index a95180e..eb80d3f 100644 --- a/config.py +++ b/config.py @@ -320,7 +320,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.154" +SYSTEM_VERSION = "V10.155" LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log') public_url = PUBLIC_URL # 用於模板顯示 diff --git a/templates/notification_templates.html b/templates/notification_templates.html index 0675643..8f479d9 100644 --- a/templates/notification_templates.html +++ b/templates/notification_templates.html @@ -3,13 +3,13 @@ {% block title %}通知模板管理 - EwoooC{% endblock %} {% block content %} -
+
-
-
+
+
通知模板管理
-
+
@@ -21,7 +21,7 @@
- + @@ -33,7 +33,7 @@ - +
狀態 代碼
載入中...
載入中...
@@ -118,6 +118,58 @@