Skip to content

feat: 新功能(Feature) fix: 修复错误(Fix) docs: 文档更新(Documentation) style: 代码格式(不影响代码运行的变动,如空格、格式化、缺少分号等) refactor: 重构(即不是新增功能,也不是修复错误,代码变更) test: 添加或修改测试代码(Test) chore: 构建过程或辅助工具的变动(Changes to the build process or auxiliary tools) perf: 性能优化(Performance Improvement) revert: 撤销之前的提交(Revert to a commit) config: 配置文件的更改(Configuration Change) ci: 持续集成配置文件的更改(Continuous Integration) merge: 合并分支(Merge) deploy: 部署相关的更改(Deployment) security: 安全性修复(Security Patch) wip: 进行中的工作(Work In Progress) release: 发布新版本(Release) deps: 依赖更新(Dependencies Update

Powered by VitePress