From 6aa2d27940d05aa10a1582be4ecb4bb5eca8cc6d Mon Sep 17 00:00:00 2001 From: Hermes Bot Date: Tue, 4 Aug 2026 20:32:40 +1000 Subject: [PATCH] =?UTF-8?q?Remove=20test=20post=20(=E6=AC=A2=E8=BF=8E?= =?UTF-8?q?=E6=9D=A5=E5=88=B0=E6=96=B0=E5=8D=9A=E5=AE=A2=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/欢迎来到新博客系统.md | 33 ----------------------------- 1 file changed, 33 deletions(-) delete mode 100644 source/_posts/欢迎来到新博客系统.md diff --git a/source/_posts/欢迎来到新博客系统.md b/source/_posts/欢迎来到新博客系统.md deleted file mode 100644 index 2b73a814..00000000 --- a/source/_posts/欢迎来到新博客系统.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "欢迎来到新博客系统" -date: 2026-08-04 09:44:32 -tags: [hexo,自动化] ---- - -这是一篇**自动发布测试文章**,用来验证「通过 Discord / Links 写博客」的新流程。 - -## 这个系统能做什么 - -- 在 Discord 里 @小黑 说「写博客」,即可生成并发布 -- 在 Links 里写好 Post,一键同步到博客 -- 所有文章先走 PR 审查,合并后才上线 -- 博客现在支持暗色模式、字体调节、阅读进度条 - -## 代码块测试 - -```python -def hello(name: str) -> str: - return f"Hello, {name}!" - -print(hello("Junv")) -``` - -## 列表测试 - -- 第一项 -- 第二项 - - 嵌套项 - -> 引用块测试 —— 新的样式下会显示左侧蓝色竖线。 - -如果这篇能正常出现在 PR 里,说明整条管线已经打通了。