Skip to content

Commit

Permalink
docs: 文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Mar 6, 2023
1 parent 2fb6379 commit 5d8114c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Tailwindcss 从 3.0 版本开始默认使用 `JIT` 模式,打包代码不再

项目使用 `husky` 规范 Git 提交信息,遵循社区主流的 [Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) 规范。

```shell
```
feat 增加新功能
fix 修复问题/BUG
style 代码风格相关无影响运行结果的
Expand All @@ -238,7 +238,7 @@ types 类型定义文件更改
wip 开发中
```

```shell
```
// 格式
<type>(<scope>): <subject>
// 示例
Expand Down

0 comments on commit 5d8114c

Please sign in to comment.