mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-15 10:12:29 +08:00
doc: update contributors setting
This commit is contained in:
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"projectName": "lancet",
|
|
||||||
"projectOwner": "duke-git",
|
|
||||||
"repoType": "github",
|
|
||||||
"repoHost": "https://github.com",
|
|
||||||
"files": [
|
|
||||||
"README.md",
|
|
||||||
"README_zh-CN.md"
|
|
||||||
],
|
|
||||||
"imageSize": 100,
|
|
||||||
"commit": false,
|
|
||||||
"contributorsPerLine": 7,
|
|
||||||
"contributorsSortAlphabetically": false,
|
|
||||||
"badgeTemplate": "[](#contributors)",
|
|
||||||
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
|
|
||||||
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
|
|
||||||
"types": {
|
|
||||||
"custom": {
|
|
||||||
"symbol": "🔭",
|
|
||||||
"description": "A custom contribution type.",
|
|
||||||
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"linkToUsage": true,
|
|
||||||
"skipCi": true,
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"login": "donutloop",
|
|
||||||
"name": "donutloop",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/9432921?v=4",
|
|
||||||
"profile": "",
|
|
||||||
"contributions": [
|
|
||||||
"code",
|
|
||||||
"doc",
|
|
||||||
"bug",
|
|
||||||
"review"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
16
README.md
16
README.md
@@ -1896,16 +1896,8 @@ Hello, I am a software developer and have been engaged in development work for 1
|
|||||||
|
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
||||||
<!-- prettier-ignore-start -->
|
|
||||||
<!-- markdownlint-disable -->
|
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
|
||||||
<!-- prettier-ignore-end -->
|
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
||||||
|
|
||||||
[](#contributors)
|
|
||||||
|
|
||||||
Thank you to all the people who contributed to lancet!
|
Thank you to all the people who contributed to lancet!
|
||||||
|
|
||||||
|
<a href="https://github.com/duke-git/lancet/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=duke-git/lancet" />
|
||||||
|
</a>
|
||||||
@@ -1901,15 +1901,10 @@ import "github.com/duke-git/lancet/v2/xerror"
|
|||||||
*捐赠的资金将用于后续lancet官网的维护和云服务器的费用支付。或者当我写代码困倦时,给我买杯 ☕️。*
|
*捐赠的资金将用于后续lancet官网的维护和云服务器的费用支付。或者当我写代码困倦时,给我买杯 ☕️。*
|
||||||
|
|
||||||
|
|
||||||
## Contributors
|
## 贡献者
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
感谢所有为lancet贡献过代码的人!
|
||||||
<!-- prettier-ignore-start -->
|
|
||||||
<!-- markdownlint-disable -->
|
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<a href="https://github.com/duke-git/lancet/graphs/contributors">
|
||||||
<!-- prettier-ignore-end -->
|
<img src="https://contrib.rocks/image?repo=duke-git/lancet" />
|
||||||
|
</a>
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
||||||
|
|
||||||
Thank you to all the people who contributed to lancet!
|
|
||||||
|
|||||||
Reference in New Issue
Block a user