From 93fa0c238a5312bd5bb98091ec69c3439b473360 Mon Sep 17 00:00:00 2001 From: OoO Date: Thu, 14 May 2026 00:49:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E6=BA=96=E9=80=9A=E7=9F=A5=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E9=A0=81=E7=B1=A4=E6=A8=99=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- templates/notification_templates.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 024bdef..b559d95 100644 --- a/config.py +++ b/config.py @@ -320,7 +320,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.147" +SYSTEM_VERSION = "V10.148" 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 e076eec..e424976 100644 --- a/templates/notification_templates.html +++ b/templates/notification_templates.html @@ -1,6 +1,6 @@ {% extends "ewoooc_base.html" %} -{% block title %}通知模板管理{% endblock %} +{% block title %}通知模板管理 - EwoooC{% endblock %} {% block content %}