From aff9fdec2127572fbd88e1e2e59c2d98e442bba9 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"=E4=BF=AE=E6=AD=A3=E5=81=B4=E6=AC=84?= =?UTF-8?q?=20Logo=20=E9=A1=AF=E7=A4=BA=E6=AF=94=E4=BE=8B"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e317a2f70afdebfb78b61249e5b188fd5ac5be0d. --- app.py | 2 +- config.py | 2 +- templates/components/_ewoooc_shell.html | 6 +++--- web/static/css/ewoooc-shell.css | 14 +++++++------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app.py b/app.py index 802ff26..0187c5f 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.89" +SYSTEM_VERSION = "V10.88" # ========================================== # 🔒 SQL Injection 防護函數 diff --git a/config.py b/config.py index fdf3304..e58b87c 100644 --- a/config.py +++ b/config.py @@ -314,7 +314,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.89" +SYSTEM_VERSION = "V10.88" 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 bfbeefe..223ee4b 100644 --- a/templates/components/_ewoooc_shell.html +++ b/templates/components/_ewoooc_shell.html @@ -41,10 +41,10 @@ } .momo-logo-image { display: block; - width: 54px; + width: min(168px, 100%); height: 54px; object-fit: contain; - object-position: center center; + object-position: left center; border-radius: 8px; } .momo-logo-mark { @@ -202,7 +202,7 @@