Skip to content

Commit eff5b7f

Browse files
authored
Merge pull request #18 from Math-Still/master
fix: changing 社会活动 to 成员风采
2 parents e03d212 + eadc3ff commit eff5b7f

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nav:
5050
- Docker:
5151
- Docker简介: resource/software/Docker/Docker_Introduction.md
5252
- Misc
53-
- 社会活动: social/social.md
53+
- 成员风采: social/social.md
5454
- 历届获奖: awards/awards.md
5555
- 其他:
5656
- 有趣的东西: others/interesting.md
@@ -141,7 +141,7 @@ plugins:
141141
理论基础: Theoretical Basics
142142
实用软件基础: Practical Software Basics
143143

144-
社会活动: Social Activities
144+
成员风采: Elegant Demeanour
145145

146146
历届获奖: Previous Awards
147147

package-lock.json

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@commitlint/config-conventional": "^19.2.2",
77
"commitizen": "^4.3.0",
88
"cz-conventional-changelog": "^3.3.0",
9+
"cz-git": "^1.9.4",
910
"husky": "^9.1.1"
1011
},
1112
"scripts": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ [email protected]:
399399

400400
commitizen@^4.0.3, commitizen@^4.3.0:
401401
version "4.3.0"
402-
resolved "https://mirrors.huaweicloud.com/repository/npm/commitizen/-/commitizen-4.3.0.tgz"
402+
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.3.0.tgz"
403403
integrity sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==
404404
dependencies:
405405
cachedir "2.3.0"
@@ -499,6 +499,11 @@ cz-conventional-changelog@^3.3.0, [email protected]:
499499
optionalDependencies:
500500
"@commitlint/load" ">6.1.1"
501501

502+
cz-git@^1.9.4:
503+
version "1.9.4"
504+
resolved "https://registry.npmjs.org/cz-git/-/cz-git-1.9.4.tgz"
505+
integrity sha512-VntWcIEFfW8+7RgwYaRn1r10NhUkl8/8ZdJQRupEdqE7QXBCSjNP8hKSk9zhSLzYAsdXfGEAwiAYJM1T2Qsh8w==
506+
502507
dargs@^8.0.0:
503508
version "8.1.0"
504509
resolved "https://mirrors.huaweicloud.com/repository/npm/dargs/-/dargs-8.1.0.tgz"

0 commit comments

Comments
 (0)