chore: 统一文章标签规范,更新 CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 00:16:05 +08:00
parent 393637eb70
commit 13a01e4354
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -56,6 +56,12 @@ pnpm new-post <name> # 创建新文章(自动生成 frontmatter 和图片目
## 开发规范
### 文章标签规范
- 使用语言/框架的官方名称,首字母大写:`Go`(非 Golang)、`TypeScript`(非 typescript
- 框架/库名保持官方写法:`Nuxt``SvelteKit``Tailwind CSS``Docker`
- 中文分类标签:`运维``后端``前端框架``踩坑``博客`
- 缩写保持大写:`MCP``CSS``API``SQL`
### 工作流程
- 效率至上:快速单元式开发
- 改完即退:完成代码修改后立即退出,用户会手动测试