feat: 品牌化 — spdis.space 图标、主站链接、DeepSeek 维护说明
This commit is contained in:
@@ -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 src="/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user