From 6aae2908e0bfb4d3259a904545c86238a33295f9 Mon Sep 17 00:00:00 2001 From: OoO Date: Thu, 14 May 2026 00:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=96=82=E9=80=9A=E7=9F=A5=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=A1=8C=E9=9D=A2=E8=A1=A8=E6=A0=BC=E5=AF=AC=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- templates/notification_templates.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 70c6f7e..024bdef 100644 --- a/config.py +++ b/config.py @@ -320,7 +320,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.146" +SYSTEM_VERSION = "V10.147" 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 adf7b41..e076eec 100644 --- a/templates/notification_templates.html +++ b/templates/notification_templates.html @@ -127,6 +127,20 @@ font-size: 0.875rem; } +.notification-template-table { + table-layout: fixed; + width: 100%; +} + +.notification-template-table th, +.notification-template-table td { + overflow-wrap: anywhere; +} + +.notification-template-table .template-preview { + min-width: 0; +} + @media (max-width: 760px) { .notification-template-table { min-width: 0;