Skip to content

Commit 7756810

Browse files
committed
chore: update example config.json
1 parent b92c7e2 commit 7756810

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ You need to create a `config.json` at the same folder with the program, and writ
3030

3131
```json
3232
{
33-
"lang": "zh",
33+
"lang": "en",
3434
"authors": [
3535
"chengpeiquan"
3636
],
3737
"dateRange": [
3838
"2021-12-01",
39-
"2021-12-31"
39+
"2022-01-31"
4040
],
4141
"repos": [
42-
"D:\\Project\\node-project\\git-commit-analytics"
42+
"D:\\Git\\git-commit-analytics"
4343
],
4444
"format": {
4545
"git-commit-analytics": "Git Commit Analytics"

config.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
{
2-
"lang": "zh",
2+
"lang": "en",
33
"authors": [
4-
"程沛权",
54
"chengpeiquan"
65
],
76
"dateRange": [
8-
"2021-01-01",
9-
"2021-12-31"
7+
"2021-12-01",
8+
"2022-01-31"
109
],
1110
"repos": [
12-
"D:\\Project\\node-project\\git-commit-analytics",
13-
"D:\\Project\\npm-project\\vue-picture-cropper",
14-
"D:\\Project\\npm-project\\vue-baidu-analytics",
15-
"D:\\Project\\npm-project\\vue-cnzz-analytics"
11+
"D:\\Git\\git-commit-analytics"
1612
],
1713
"format": {
18-
"git-commit-analytics": "Git Commit Analytics",
19-
"vue-picture-cropper": "Vue Picture Cropper",
20-
"vue-baidu-analytics": "Vue Baidu Analytics",
21-
"vue-cnzz-analytics": "Vue CNZZ Analytics"
14+
"git-commit-analytics": "Git Commit Analytics"
2215
},
2316
"includes": [
2417
"feat",

0 commit comments

Comments
 (0)