doc: 添加文档

This commit is contained in:
橙子
2023-12-16 13:56:35 +08:00
parent ac9c87a70f
commit 1604a5a666
14 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
feat - 新功能 feature
fix - 修复 bug
docs - 文档注释
style - 代码格式(不影响代码运行的变动)
refactor - 重构、优化(既不增加新功能也不是修复bug)
perf - 性能优化
test - 增加测试
chore - 构建过程或辅助工具的变动
revert - 回退
build - 打包