From 70fbf5de3e43d71f6f570e34ea07a16ce6cc3573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Wed, 15 Jun 2022 17:14:27 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1b1ae8..3a586ec1 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,21 @@ export const http = (type?: RequestHttpEnum) => { } ``` -## 交流 +## 代码提交 +* feat: 新功能 +* fix: 修复 Bug +* docs: 文档修改 +* perf: 性能优化 +* revert: 版本回退 +* ci: CICD集成相关 +* test: 添加测试代码 +* refactor: 代码重构 +* build: 影响项目构建或依赖修改 +* style: 不影响程序逻辑的代码修改 +* chore: 不属于以上类型的其他类型(日常事务) + +## 交流 QQ 群:1030129384