From 415fa1c9d47b336a18633ad3837ee45deedc5af4 Mon Sep 17 00:00:00 2001 From: LaoWang <257199637@qq.com> Date: Tue, 2 Jun 2026 13:33:04 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E5=9B=BE=E6=A0=87=20+=20?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=A0=8F=E5=8A=A0=E8=BF=94=E5=9B=9E=E4=B8=BB?= =?UTF-8?q?=E7=AB=99=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 2 ++ static/index.html | 7 +++---- static/index_template.html | 5 +---- static/style.css | 13 +++++-------- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/static/app.js b/static/app.js index b4c0280..55cd7a8 100644 --- a/static/app.js +++ b/static/app.js @@ -50,6 +50,8 @@ function buildStatusBar() { arXiv HuggingFace + ← 返回主站 + 本站由 DeepSeek-V4-Pro 每周五自动更新并维护 `; document.body.appendChild(bar); diff --git a/static/index.html b/static/index.html index 5802d90..339ee88 100644 --- a/static/index.html +++ b/static/index.html @@ -11,10 +11,7 @@
- - - -

LLM 论文图书馆

+

🧠 LLM 论文图书馆

@@ -87,6 +84,8 @@ function buildStatusBar() { arXiv HuggingFace + ← 返回主站 + 本站由 DeepSeek-V4-Pro 每周五自动更新并维护 `; document.body.appendChild(bar); diff --git a/static/index_template.html b/static/index_template.html index cc99351..5fb114a 100644 --- a/static/index_template.html +++ b/static/index_template.html @@ -11,10 +11,7 @@
- - - -

LLM 论文图书馆

+

🧠 LLM 论文图书馆

diff --git a/static/style.css b/static/style.css index d49fbf9..f77580f 100644 --- a/static/style.css +++ b/static/style.css @@ -26,16 +26,9 @@ body { padding: 32px 24px 60px; min-height: 100vh; } -.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: 22px; height: 22px; border-radius: 4px; cursor: pointer; } +.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; - display: flex; align-items: center; gap: 6px; -} -.header .title-icon { width: 24px; height: 24px; border-radius: 4px; flex-shrink: 0; -webkit-background-clip: unset; -webkit-text-fill-color: unset; } .header p { color: var(--text-dim); font-size: 0.85em; margin-top: 4px; } .grid { @@ -298,6 +291,8 @@ body { } .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 { @@ -321,5 +316,7 @@ body { } .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); }