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); }