From 9e857ee04aa3dd23038abd51635a5bbd5ab1686e Mon Sep 17 00:00:00 2001 From: OoO Date: Wed, 6 May 2026 22:04:17 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=9B=B4=E6=8F=9B=E5=B7=A6=E4=B8=8A?= =?UTF-8?q?=E8=A7=92=E7=B6=B2=E7=AB=99=20Logo"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ba9aecf66135af47a6597cd1b251339dc79e21a3. --- app.py | 2 +- config.py | 2 +- templates/components/_ewoooc_shell.html | 17 +++++++-------- web/static/css/ewoooc-shell.css | 27 ++---------------------- web/static/images/ewoooc_logo_badge.png | Bin 101761 -> 0 bytes web/static/images/ewoooc_logo_nav.png | Bin 89850 -> 0 bytes 6 files changed, 12 insertions(+), 36 deletions(-) delete mode 100644 web/static/images/ewoooc_logo_badge.png delete mode 100644 web/static/images/ewoooc_logo_nav.png diff --git a/app.py b/app.py index 0187c5f..8b809dc 100644 --- a/app.py +++ b/app.py @@ -96,7 +96,7 @@ except Exception as e: # 🚩 系統版本定義 (備份與顯示用) # 🚩 2026-05-01 V10.76: Move monthly analysis report onto V2 shell -SYSTEM_VERSION = "V10.88" +SYSTEM_VERSION = "V10.87" # ========================================== # 🔒 SQL Injection 防護函數 diff --git a/config.py b/config.py index e58b87c..d5358db 100644 --- a/config.py +++ b/config.py @@ -314,7 +314,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.88" +SYSTEM_VERSION = "V10.87" LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log') public_url = PUBLIC_URL # 用於模板顯示 diff --git a/templates/components/_ewoooc_shell.html b/templates/components/_ewoooc_shell.html index 223ee4b..888d0da 100644 --- a/templates/components/_ewoooc_shell.html +++ b/templates/components/_ewoooc_shell.html @@ -39,14 +39,6 @@ letter-spacing: 0 !important; text-rendering: geometricPrecision; } - .momo-logo-image { - display: block; - width: min(168px, 100%); - height: 54px; - object-fit: contain; - object-position: left center; - border-radius: 8px; - } .momo-logo-mark { background: var(--momo-warm-terracotta, #e4573d); color: var(--momo-bg-elevated, #fdfaf3); @@ -202,7 +194,14 @@