feat(blog): 新增 AI 分类目录与中文展示名

- collections 中 BLOG_CATEGORY_LABEL_ZH 增加 ai ->「AI」

- 新增 docs/blog/ai/(.gitkeep 占位,文章以 .md 放入此目录)

已通过 npm run docs:verify

Made-with: Cursor
This commit is contained in:
祀梦
2026-03-29 10:16:00 +08:00
parent 2d5b8c35b8
commit de14950045
2 changed files with 1 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ const BLOG_CATEGORY_LABEL_ZH: Record<string, string> = {
website: '网站',
elysia: '爱莉希雅',
collect: '合集',
ai: 'AI',
}
export default defineCollections([