Skip to content

提交相关

# 示例
git commit -m "feat: 添加 AI MVP 功能"
git commit -m "fix: 修复 AI MVP 功能"
git commit -m "docs: 更新 README.md"
git commit -m "style: 格式化代码"
git commit -m "refactor: 重构代码"
git commit -m "test: 添加测试用例"
git commit -m "chore: 构建工具配置"
git commit -m "ci: 持续集成配置"
git commit -m "perf: 优化代码"
git commit -m "revert: 回滚代码"
git commit -m "build: 构建代码"