.all-contributorsrc 496 B

123456789101112131415161718192021222324
  1. {
  2. "projectName": "ant-design-pro-vue",
  3. "projectOwner": "sendya",
  4. "repoType": "github",
  5. "repoHost": "https://github.com",
  6. "files": [
  7. "README.md"
  8. ],
  9. "imageSize": 100,
  10. "commit": false,
  11. "contributors": [
  12. {
  13. "login": "sendya",
  14. "name": "言肆",
  15. "avatar_url": "https://avatars0.githubusercontent.com/u/5404542?v=4",
  16. "profile": "https://i.loacg.com",
  17. "contributions": [
  18. "code",
  19. "doc"
  20. ]
  21. }
  22. ],
  23. "contributorsPerLine": 7
  24. }