docs(AGENTS.md): 添加 Git Commit 必须使用中文描述的规范

This commit is contained in:
雨霖铃
2026-06-05 22:54:29 +08:00
parent 2520d72eb1
commit 1ab79785b6
+1
View File
@@ -143,6 +143,7 @@ src/pages/FeatureName/
- 图标: 使用 `lucide-react` 图标库
- 格式: Prettier (`.prettierrc`: 100 字符宽, 单引号, 尾逗号 all, LF 换行)
- ESLint 使用 `typescript-eslint``projectService: true`(无需手动维护 project 路径)
- **Git Commit**: 必须使用中文描述,遵循 Conventional Commits 规范(如 `fix(组件名): 描述``feat(功能名): 描述`
## 关键外部库(非显而易见的)