From b324e5ab3ac3c93d5994b7e0b81f9076d90d2b0c Mon Sep 17 00:00:00 2001 From: LaoWang <257199637@qq.com> Date: Tue, 2 Jun 2026 13:21:14 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=B4=E6=8A=A4=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=E7=8A=B6=E6=80=81=E6=A0=8F=E5=8F=B3=E4=BE=A7?= =?UTF-8?q?=20+=20=E5=9B=BE=E6=A0=87=E7=8B=AC=E7=AB=8B=E5=B7=A6=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 2 ++ static/index.html | 8 +++----- static/index_template.html | 6 +----- static/style.css | 32 +++++++++----------------------- 4 files changed, 15 insertions(+), 33 deletions(-) diff --git a/static/app.js b/static/app.js index 1425f0a..b4c0280 100644 --- a/static/app.js +++ b/static/app.js @@ -49,6 +49,8 @@ function buildStatusBar() { 连通性检测 arXiv HuggingFace + + 本站由 DeepSeek-V4-Pro 每周五自动更新并维护 `; document.body.appendChild(bar); } diff --git a/static/index.html b/static/index.html index a53a563..52a13d1 100644 --- a/static/index.html +++ b/static/index.html @@ -13,8 +13,8 @@
-

🧠 LLM 论文图书馆

+

🧠 LLM 论文图书馆

@@ -34,10 +34,6 @@
- - diff --git a/static/style.css b/static/style.css index 727a0a9..1ac2a52 100644 --- a/static/style.css +++ b/static/style.css @@ -26,9 +26,9 @@ body { padding: 32px 24px 60px; min-height: 100vh; } -.header { text-align: center; margin-bottom: 32px; } -.header .home-link { text-decoration: none; color: inherit; display: inline-flex; align-items: center; gap: 10px; } -.header .header-icon { width: 32px; height: 32px; border-radius: 6px; } +.header { text-align: center; margin-bottom: 32px; display: flex; align-items: center; justify-content: center; gap: 10px; } +.header .home-link { display: inline-flex; align-items: center; } +.header .header-icon { width: 32px; height: 32px; border-radius: 6px; cursor: pointer; } .header h1 { font-size: 1.5em; background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink)); @@ -295,16 +295,9 @@ body { border-radius: 0 4px 4px 0; } -/* Footer */ -.site-footer { - text-align: center; - padding: 24px 16px 8px; - color: var(--text-dim); - font-size: 0.8em; - border-top: 1px solid var(--border); - margin-top: 40px; -} -.site-footer strong { color: var(--cyan); } +.status-spacer { flex: 1; } +.status-credit { color: var(--text-dim); font-size: 0.75em; white-space: nowrap; } +.status-credit strong { color: var(--cyan); } .trans-en, .trans-zh { font-size: 0.82em; line-height: 1.65; } @@ -325,13 +318,6 @@ body { border-radius: 0 4px 4px 0; } -/* Footer */ -.site-footer { - text-align: center; - padding: 24px 16px 8px; - color: var(--text-dim); - font-size: 0.8em; - border-top: 1px solid var(--border); - margin-top: 40px; -} -.site-footer strong { color: var(--cyan); } +.status-spacer { flex: 1; } +.status-credit { color: var(--text-dim); font-size: 0.75em; white-space: nowrap; } +.status-credit strong { color: var(--cyan); }