-
Notifications
You must be signed in to change notification settings - Fork 60
/
members.ts
208 lines (206 loc) · 4.89 KB
/
members.ts
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
type Member = {
avatar: string
name: string
title: string
links: {
icon: string
link: string
}[]
}[]
// 写了个走 CF 的代理,为了让头像加载快点儿
// 格式暂时为:https://avatars.hdu-cs.wiki/ + github 用户名(不是昵称)(不加png)
// https://avatars.hdu-cs.wiki/camera-2018
export const members: Member = [
{
avatar: 'https://avatars.hdu-cs.wiki/camera-2018',
name: 'camera-2018',
title: 'Maintainer',
links: [
{ icon: 'github', link: 'https://github.com/camera-2018' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/HanWu311',
name: 'ZZM',
title: 'Maintainer',
links: [
{ icon: 'github', link: 'https://github.com/HanWu311' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/FallenYing',
name: 'FallenYing',
title: 'Maintainer',
links: [
{ icon: 'github', link: 'https://github.com/FallenYing' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/m0n-k1y',
name: 'm0n-k1y',
title: 'Maintainer',
links: [
{ icon: 'github', link: 'https://github.com/m0n-k1y' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/aFlyBird0',
name: '爱飞的鸟',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/aFlyBird0' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/MarleneJiang',
name: 'Marlene',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/MarleneJiang' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/creamm-kk',
name: '可可',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/creamm-kk' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/renhaofan',
name: '任浩帆',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/renhaofan' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/ZhouXiinlei',
name: 'Xinlei_Zhou',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/ZhouXiinlei' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/46135621',
name: '46135621',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/46135621' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/buwyi',
name: 'buwyi',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/buwyi' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/E1PsyCongroo',
name: 'E1PsyCongroo',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/E1PsyCongroo' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/w31r4',
name: 'w31r4',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/w31r4' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/axiomofchoice-hjt',
name: 'Axiomofchoice',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/axiomofchoice-hjt' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/ek1ng',
name: 'ek1ng',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/ek1ng' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/Plumbiu',
name: 'Guo Xingjun',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/Plumbiu' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/GoldenSheep402',
name: 'GoldenSheep',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/GoldenSheep402' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/NX-Official',
name: 'Nick Xu',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/NX-Official' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/4nsw3r123',
name: '4nsw3r',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/4nsw3r123' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/BaiMeow',
name: '柏喵Sakura',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/BaiMeow' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/sd0ric4',
name: 'lightstarts',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/sd0ric4' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/wenjing233',
name: 'wenjing233',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/wenjing233' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/Krisnile',
name: 'Krisnile',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/Krisnile' },
]
},
{
avatar: 'https://avatars.hdu-cs.wiki/fltb',
name: 'floatingblocks',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/fltb' },
]
},
]