docs: 同步中文提交规范

This commit is contained in:
hh
2026-07-13 11:24:23 +08:00
parent 6a37d2e9df
commit b3687e9c0e
+1
View File
@@ -65,6 +65,7 @@
- **严禁 `--no-verify` 跳过 hook**
- **Push 规则:** 默认不 push,改完即停 · 用户明确说"push / 推一下"才执行
- **commit 前不要 amend** — 创建新 commit,避免破坏历史
- **Commit 格式:** 使用 `type: 中文简述`,例如 `feat: 接通模特三视图生成`;类型按改动选择 `feat``fix``docs``refactor``test``chore` 等,冒号后的备注必须是精简中文
---