feat: 品牌化 — spdis.space 图标、主站链接、DeepSeek 维护说明

This commit is contained in:
2026-06-02 13:17:24 +00:00
parent 4b6401fd4b
commit 877d38710c
5 changed files with 44 additions and 2 deletions

View File

@@ -4,12 +4,17 @@
<meta charset="UTF-8">
<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="header">
<h1>🧠 LLM 论文图书馆</h1>
<a href="https://spdis.space" class="home-link" title="返回主站 spdis.space">
<img src="/favicon.png" alt="" class="header-icon">
<h1>🧠 LLM 论文图书馆</h1>
</a>
</div>
<div class="search-wrap">
@@ -29,6 +34,10 @@
</div>
</div>
<footer class="site-footer">
<span>本站由 <strong>DeepSeek-V4-Pro</strong> 每周五自动更新并维护</span>
</footer>
<script>
/**
* LLM 论文图书馆 — 前端 JS