File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "files" : [" README.md" ],
3
+ "imageSize" : 100 ,
4
+ "contributorsPerLine" : 7 ,
5
+ "contributorsSortAlphabetically" : false ,
6
+ "badgeTemplate" : " [](#contributors)" ,
7
+ "contributorTemplate" : " <a href=\" <%= contributor.profile %>\" ><img src=\" <%= contributor.avatar_url %>\" width=\" <%= options.imageSize %>px;\" alt=\"\" /><br /><sub><b><%= contributor.name %></b></sub></a>" ,
8
+ "types" : {
9
+ "custom" : {
10
+ "symbol" : " 🔭" ,
11
+ "description" : " A custom contribution type." ,
12
+ "link" : " [<%= symbol %>](<%= url %> \" <%= description %>\" ),"
13
+ }
14
+ },
15
+ "skipCi" : " true" ,
16
+ "contributors" : []
17
+ }
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ $ go build ./
156
156
157
157
>如果你想为 mm-wiki 贡献代码,请加开发者交流群:922827699
158
158
159
- # 贡献者列表
159
+ ## 贡献者列表
160
160
<!-- ALL-CONTRIBUTORS-LIST: START - Do not remove or modify this section -->
161
161
<!-- ALL-CONTRIBUTORS-LIST:END -->
162
162
You can’t perform that action at this time.
0 commit comments