From 290434017c66b9af6f7de150a1cafd6e21dd327a Mon Sep 17 00:00:00 2001 From: LaoWang <257199637@qq.com> Date: Tue, 2 Jun 2026 13:47:19 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=95=E6=A0=8F=E5=8A=A0=20spdis.spac?= =?UTF-8?q?e=E9=93=BE=E6=8E=A5=20+=20DeepSeek=E7=BB=B4=E6=8A=A4=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 3 +++ static/index.html | 11 +++-------- static/index_template.html | 8 -------- static/style.css | 6 ------ 4 files changed, 6 insertions(+), 22 deletions(-) diff --git a/static/app.js b/static/app.js index 1425f0a..3478829 100644 --- a/static/app.js +++ b/static/app.js @@ -49,6 +49,9 @@ function buildStatusBar() { 连通性检测 arXiv HuggingFace + + spdis.space + DeepSeek-V4-Pro 每周维护 `; document.body.appendChild(bar); } diff --git a/static/index.html b/static/index.html index 92a8283..da257ae 100644 --- a/static/index.html +++ b/static/index.html @@ -9,10 +9,6 @@ -
- ← 返回 spdis.space -
-

🧠 LLM 论文图书馆

@@ -34,10 +30,6 @@ - - diff --git a/static/style.css b/static/style.css index 18bdebc..79518ab 100644 --- a/static/style.css +++ b/static/style.css @@ -312,9 +312,3 @@ body { border-radius: 0 4px 4px 0; } -.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); }