From de1495004591b5fe73d63f0fe5f30acfa084b1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=80=E6=A2=A6?= <3501646051@qq.com> Date: Sun, 29 Mar 2026 10:16:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(blog):=20=E6=96=B0=E5=A2=9E=20AI=20?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E7=9B=AE=E5=BD=95=E4=B8=8E=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - collections 中 BLOG_CATEGORY_LABEL_ZH 增加 ai ->「AI」 - 新增 docs/blog/ai/(.gitkeep 占位,文章以 .md 放入此目录) 已通过 npm run docs:verify Made-with: Cursor --- docs/.vuepress/collections.ts | 1 + docs/blog/ai/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 docs/blog/ai/.gitkeep diff --git a/docs/.vuepress/collections.ts b/docs/.vuepress/collections.ts index 5aed9e4..d430e68 100644 --- a/docs/.vuepress/collections.ts +++ b/docs/.vuepress/collections.ts @@ -8,6 +8,7 @@ const BLOG_CATEGORY_LABEL_ZH: Record = { website: '网站', elysia: '爱莉希雅', collect: '合集', + ai: 'AI', } export default defineCollections([ diff --git a/docs/blog/ai/.gitkeep b/docs/blog/ai/.gitkeep new file mode 100644 index 0000000..e69de29