mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-04 12:52:28 +08:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|