@choiceform/os-client-core 2.1.65 → 2.1.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,27 +1,27 @@
1
- # os-client-core
2
-
3
- 这是巧思调研平台的调研客户端的核心程序包,
4
-
5
- 具体的使用文档请查看[git pages](https://choice-form.github.io/os-package-doc/client-core/modules/_index_d_.html)
6
-
7
- ### Git commit message 约定
8
-
9
- 格式如下,具体例子可以使用 `git log` 看看。
10
-
11
- ```
12
- [类型]: [简短描述]
13
-
14
- [详细描述,可选]
15
- ```
16
-
17
- 类型如下:
18
-
19
- - feat: 新功能
20
- - fix: 修补 bug
21
- - docs: 文档
22
- - style: 代码格式
23
- - refactor: 重构,即不是新增功能,也不是修改 bug 的代码变动
24
- - test: 测试
25
- - chore: 构建过程或辅助工具的变动
26
-
27
- 注意:本仓库配置了一些提交前检查,如果遇到提交失败,请注意看其提示信息。
1
+ # os-client-core
2
+
3
+ 这是巧思调研平台的调研客户端的核心程序包,
4
+
5
+ 具体的使用文档请查看[git pages](https://choice-form.github.io/os-package-doc/client-core/modules/_index_d_.html)
6
+
7
+ ### Git commit message 约定
8
+
9
+ 格式如下,具体例子可以使用 `git log` 看看。
10
+
11
+ ```
12
+ [类型]: [简短描述]
13
+
14
+ [详细描述,可选]
15
+ ```
16
+
17
+ 类型如下:
18
+
19
+ - feat: 新功能
20
+ - fix: 修补 bug
21
+ - docs: 文档
22
+ - style: 代码格式
23
+ - refactor: 重构,即不是新增功能,也不是修改 bug 的代码变动
24
+ - test: 测试
25
+ - chore: 构建过程或辅助工具的变动
26
+
27
+ 注意:本仓库配置了一些提交前检查,如果遇到提交失败,请注意看其提示信息。