狼叔
4 years ago
2 changed files with 28 additions and 15 deletions
@ -1,17 +1,14 @@ |
|||
{ |
|||
"files": ["README.md"], |
|||
"projectName": "iMove", |
|||
"projectOwner": "i5ting", |
|||
"repoType": "github", |
|||
"repoHost": "https://github.com", |
|||
"files": [ |
|||
"README.md" |
|||
], |
|||
"imageSize": 100, |
|||
"contributorsPerLine": 7, |
|||
"contributorsSortAlphabetically": false, |
|||
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", |
|||
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>", |
|||
"types": { |
|||
"custom": { |
|||
"symbol": "🔭", |
|||
"description": "A custom contribution type.", |
|||
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," |
|||
} |
|||
}, |
|||
"skipCi": "true", |
|||
"contributors": [] |
|||
} |
|||
"commit": true, |
|||
"commitConvention": "angular", |
|||
"contributors": [], |
|||
"contributorsPerLine": 7 |
|||
} |
|||
|
Loading…
Reference in new issue