fix: 纯HTML加品牌元素(不动app.js) — 返回主站链接 + DeepSeek维护说明

This commit is contained in:
2026-06-02 13:43:14 +00:00
parent 415fa1c9d4
commit d84e6b8e99
4 changed files with 25 additions and 21 deletions

View File

@@ -5,11 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LLM 论文图书馆</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="top-bar">
<a href="https://spdis.space" class="back-link">← 返回 spdis.space</a>
</div>
<div class="header">
<h1>🧠 LLM 论文图书馆</h1>
</div>
@@ -31,6 +34,10 @@
</div>
</div>
<div class="site-footer">
本站由 <strong>DeepSeek-V4-Pro</strong> 每周五自动更新并维护
</div>
<script src="/app.js"></script>
</body>
</html>