From d84e6b8e991aee1a57f046ea2ca3168a162ba9c1 Mon Sep 17 00:00:00 2001 From: LaoWang <257199637@qq.com> Date: Tue, 2 Jun 2026 13:43:14 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BA=AFHTML=E5=8A=A0=E5=93=81=E7=89=8C?= =?UTF-8?q?=E5=85=83=E7=B4=A0(=E4=B8=8D=E5=8A=A8app.js)=20=E2=80=94=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E4=B8=BB=E7=AB=99=E9=93=BE=E6=8E=A5=20+=20De?= =?UTF-8?q?epSeek=E7=BB=B4=E6=8A=A4=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 4 ---- static/index.html | 13 ++++++++----- static/index_template.html | 9 ++++++++- static/style.css | 20 +++++++++----------- 4 files changed, 25 insertions(+), 21 deletions(-) diff --git a/static/app.js b/static/app.js index 55cd7a8..1425f0a 100644 --- a/static/app.js +++ b/static/app.js @@ -49,10 +49,6 @@ function buildStatusBar() { 连通性检测 arXiv HuggingFace - - ← 返回主站 - - 本站由 DeepSeek-V4-Pro 每周五自动更新并维护 `; document.body.appendChild(bar); } diff --git a/static/index.html b/static/index.html index 339ee88..92a8283 100644 --- a/static/index.html +++ b/static/index.html @@ -5,11 +5,14 @@ LLM 论文图书馆 - +
+ ← 返回 spdis.space +
+

🧠 LLM 论文图书馆

@@ -31,6 +34,10 @@ + + diff --git a/static/style.css b/static/style.css index f77580f..18bdebc 100644 --- a/static/style.css +++ b/static/style.css @@ -29,6 +29,9 @@ body { .header { text-align: center; margin-bottom: 32px; } .header h1 { font-size: 1.5em; + background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink)); + -webkit-background-clip: text; -webkit-text-fill-color: transparent; +} .header p { color: var(--text-dim); font-size: 0.85em; margin-top: 4px; } .grid { @@ -289,12 +292,6 @@ body { padding-right: 4px; border-radius: 0 4px 4px 0; } - -.status-spacer { flex: 1; } -.status-home-link { color: var(--blue); text-decoration: none; font-size: 0.85em; white-space: nowrap; } -.status-home-link:hover { text-decoration: underline; } -.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; } @@ -315,8 +312,9 @@ body { border-radius: 0 4px 4px 0; } -.status-spacer { flex: 1; } -.status-home-link { color: var(--blue); text-decoration: none; font-size: 0.85em; white-space: nowrap; } -.status-home-link:hover { text-decoration: underline; } -.status-credit { color: var(--text-dim); font-size: 0.75em; white-space: nowrap; } -.status-credit strong { color: var(--cyan); } +.top-bar { text-align: left; padding: 4px 0 0 12px; } +.top-bar .back-link { color: var(--blue); text-decoration: none; font-size: 0.8em; } +.top-bar .back-link:hover { text-decoration: underline; } + +.site-footer { text-align: center; padding: 16px 0 4px; color: var(--text-dim); font-size: 0.75em; } +.site-footer strong { color: var(--cyan); }