feat: update footer and support hidden posts

This commit is contained in:
2026-04-24 22:54:16 +08:00
parent a699cd8439
commit 1dc7c2cf28
51 changed files with 318 additions and 487 deletions

View File

@@ -13,3 +13,21 @@ hexo server
```shell
npm run build
```
## 3. 隐藏文章说明
文章《无法访问外网?需要订阅代理服务?》已设置为“隐藏文章”:
- 不显示在首页、归档、标签、分类、侧边栏最新文章中
- 但仍然可以通过文章直链访问
线上访问地址:
```text
https://qr.shenjianl.cn/posts/14011.html
```
本地访问地址:
```text
http://localhost:4000/posts/14011.html
```