diff --git a/app.py b/app.py index 8b809dc..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.87" +SYSTEM_VERSION = "V10.88" # ========================================== # 🔒 SQL Injection 防護函數 diff --git a/config.py b/config.py index d5358db..e58b87c 100644 --- a/config.py +++ b/config.py @@ -314,7 +314,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.87" +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 888d0da..223ee4b 100644 --- a/templates/components/_ewoooc_shell.html +++ b/templates/components/_ewoooc_shell.html @@ -39,6 +39,14 @@ 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); @@ -194,14 +202,7 @@