狼叔
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, |
"imageSize": 100, |
||||
"contributorsPerLine": 7, |
"commit": true, |
||||
"contributorsSortAlphabetically": false, |
"commitConvention": "angular", |
||||
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", |
"contributors": [], |
||||
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>", |
"contributorsPerLine": 7 |
||||
"types": { |
} |
||||
"custom": { |
|
||||
"symbol": "🔭", |
|
||||
"description": "A custom contribution type.", |
|
||||
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," |
|
||||
} |
|
||||
}, |
|
||||
"skipCi": "true", |
|
||||
"contributors": [] |
|
||||
} |
|
||||
|
Loading…
Reference in new issue