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:
@@ -8,6 +8,7 @@ const BLOG_CATEGORY_LABEL_ZH: Record<string, string> = {
|
|||||||
website: '网站',
|
website: '网站',
|
||||||
elysia: '爱莉希雅',
|
elysia: '爱莉希雅',
|
||||||
collect: '合集',
|
collect: '合集',
|
||||||
|
ai: 'AI',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default defineCollections([
|
export default defineCollections([
|
||||||
|
|||||||
0
docs/blog/ai/.gitkeep
Normal file
0
docs/blog/ai/.gitkeep
Normal file
Reference in New Issue
Block a user