Revert "更換左上角網站 Logo"

This reverts commit ba9aecf661.
This commit is contained in:
OoO
2026-05-06 22:04:17 +08:00
parent aff9fdec21
commit 9e857ee04a
6 changed files with 12 additions and 36 deletions

2
app.py
View File

@@ -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 防護函數

View File

@@ -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 # 用於模板顯示

View File

@@ -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 @@
<aside class="momo-sidebar" aria-label="主選單">
<a class="momo-sidebar-logo" href="/">
<img class="momo-logo-image" src="{{ url_for('static', filename='images/ewoooc_logo_nav.png') }}" alt="EwoooC">
<span class="momo-logo-mark" aria-hidden="true">
<span></span><span></span><span></span>
<span></span><span></span><span></span>
<span></span><span></span><span></span>
</span>
<span class="momo-brand-word">
<span class="momo-brand-name">EwoooC</span>
</span>
</a>
<nav class="momo-nav momo-scroll">

View File

@@ -29,21 +29,12 @@ body.momo-v2-body {
align-items: center;
gap: 10px;
height: var(--momo-topbar-height);
padding: 0 16px;
padding: 0 20px;
color: var(--momo-text-inverse);
text-decoration: none;
border-bottom: 1px solid rgba(250, 247, 240, 0.08);
}
.momo-logo-image {
display: block;
width: min(168px, 100%);
height: 54px;
object-fit: contain;
object-position: left center;
border-radius: 8px;
}
.momo-logo-mark {
display: grid;
flex: 0 0 auto;
@@ -432,14 +423,7 @@ body.momo-v2-body {
.momo-sidebar-logo {
justify-content: center;
padding: 0 8px;
}
.momo-logo-image {
width: 44px;
height: 44px;
object-fit: cover;
object-position: center center;
padding: 0;
}
.momo-brand-word,
@@ -507,13 +491,6 @@ body.momo-v2-body {
display: flex;
}
.momo-logo-image {
width: min(168px, 100%);
height: 54px;
object-fit: contain;
object-position: left center;
}
.momo-status-card {
display: block;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB