-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
138 lines (138 loc) · 3.5 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"category": ["Maintainer", "Contributor", "Skilled"],
"badges": {
"G Maintainer": {
"description": "AntV G 维护者",
"approach": ["参与 AntV G 项目维护"]
},
"G Contributor": {
"description": "AntV G 贡献者",
"approach": ["为 AntV G 项目提交 PR 并被合并"]
},
"G2 Maintainer": {
"description": "AntV G2 维护者",
"approach": ["参与 AntV G2 项目维护"]
},
"G2 Contributor": {
"description": "AntV G2 贡献者",
"approach": ["为 AntV G2 项目提交 PR 并被合并"]
},
"S2 Contributor": {
"description": "AntV S2 贡献者",
"approach": ["为 AntV S2 项目提交 PR 并被合并"]
},
"F2 Contributor": {
"description": "AntV F2 贡献者",
"approach": ["为 AntV F2 项目提交 PR 并被合并"]
},
"G6 Maintainer": {
"description": "AntV G6 维护者",
"approach": ["参与 AntV G6 项目维护"]
},
"G6 Contributor": {
"description": "AntV G6 贡献者",
"approach": ["为 AntV G6 项目提交 PR 并被合并"]
},
"G6 Skilled": {
"description": "熟练使用 AntV G6",
"approach": ["参与 AntV G6 知识问答活动并获得 90 分以上"]
},
"X6 Contributor": {
"description": "AntV X6 贡献者",
"approach": ["为 AntV X6 项目提交 PR 并被合并"]
},
"L7 Maintainer": {
"description": "AntV L7 维护者",
"approach": ["参与 AntV L7 项目维护"]
},
"L7 Contributor": {
"description": "AntV L7 贡献者",
"approach": ["为 AntV L7 项目提交 PR 并被合并"]
},
"L7 Skilled": {
"description": "熟练使用 AntV L7",
"approach": ["参与 AntV L7 知识问答活动并获得 90 分以上"]
},
"ADC Contributor": {
"description": "Ant Design Charts 贡献者",
"approach": ["为 Ant Design Charts 项目提交 PR 并被合并"]
},
"AVA Contributor": {
"description": "AntV AVA 贡献者",
"approach": ["为 AntV AVA 项目提交 PR 并被合并"]
},
"GPT-Vis Contributor": {
"description": "GPT-Vis 贡献者",
"approach": ["为 GPT-Vis 项目提交 PR 并被合并"]
}
},
"style": {
"Contributor": {
"labelColor": "8B5DFF",
"color": "555"
},
"Maintainer": {
"labelColor": "8B5DFF",
"color": "FC8F54"
},
"Skilled": {
"labelColor": "8B5DFF",
"color": "97CA00"
},
"User": {
"labelColor": "8B5DFF",
"color": "FFF"
},
"G Contributor": {
"extends": "Contributor"
},
"G2 Contributor": {
"extends": "Contributor"
},
"G2 Maintainer": {
"extends": "Maintainer"
},
"S2 Contributor": {
"extends": "Contributor"
},
"F2 Contributor": {
"extends": "Contributor"
},
"G2 Skilled": {
"extends": "Skilled"
},
"G2 User": {
"extends": "User"
},
"G6 Contributor": {
"extends": "Contributor"
},
"G6 Maintainer": {
"extends": "Maintainer"
},
"G6 Skilled": {
"extends": "Skilled"
},
"G6 User": {
"extends": "User"
},
"X6 Contributor": {
"extends": "Contributor"
},
"L7 Contributor": {
"extends": "Contributor"
},
"L7 Skilled": {
"extends": "Skilled"
},
"ADC Contributor": {
"extends": "Contributor"
},
"AVA Contributor": {
"extends": "Contributor"
},
"GPT-Vis Contributor": {
"extends": "Contributor"
}
}
}