From 8a7e8cf2b8723023b752c873058983d69d1c3ce4 Mon Sep 17 00:00:00 2001 From: LaoWang <257199637@qq.com> Date: Tue, 2 Jun 2026 13:25:07 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A0=E6=9B=BF=E6=8D=A2=E4=B8=BA?= =?UTF-8?q?=E4=B8=BB=E7=AB=99=E5=9B=BE=E6=A0=87=20+=20=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E7=BC=A9=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- static/index_template.html | 2 +- static/style.css | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index 52a13d1..5802d90 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@ -

🧠 LLM 论文图书馆

+

LLM 论文图书馆

diff --git a/static/index_template.html b/static/index_template.html index 59d77f4..cc99351 100644 --- a/static/index_template.html +++ b/static/index_template.html @@ -14,7 +14,7 @@ -

🧠 LLM 论文图书馆

+

LLM 论文图书馆

diff --git a/static/style.css b/static/style.css index 1ac2a52..d49fbf9 100644 --- a/static/style.css +++ b/static/style.css @@ -28,12 +28,14 @@ body { .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 .header-icon { width: 22px; height: 22px; border-radius: 4px; cursor: pointer; } .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 {