diff --git a/.all-contributorsrc b/.all-contributorsrc index d7262df..b724d84 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -7,8 +7,8 @@ "README.md" ], "imageSize": 100, - "commit": true, - "commitConvention": "gitmoji", + "commit": false, + "commitConvention": "none", "contributors": [ { "login": "TimeRainStarSky", @@ -16,11 +16,11 @@ "avatar_url": "https://avatars.githubusercontent.com/u/63490117?v=4", "profile": "https://github.com/TimeRainStarSky", "contributions": [ - "doc", "code" ] } ], "contributorsPerLine": 7, - "linkToUsage": true + "skipCi": true, + "linkToUsage": false } diff --git a/README.md b/README.md index 96705a3..d44518a 100644 --- a/README.md +++ b/README.md @@ -215,18 +215,9 @@ A:请参考[此教程](https://docs.qq.com/doc/p/108e5d788607d988ac62e1512552c - + - - - - -
时雨◎星空
时雨◎星空

📖 💻
时雨◎星空
时雨◎星空

💻
- - Add your contributions - -
diff --git a/package.json b/package.json index 01d6311..4216bbe 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "contributors:add": "all-contributors add", + "contributors:generate": "all-contributors generate" }, "repository": { "type": "git",