Skip to content

Commit e0b7e92

Browse files
committed
feat(team): update avatar usage
1 parent 186a5b1 commit e0b7e92

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.vitepress/contributor-names.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,5 @@
463463
"GabrielAlfs",
464464
"fgordillo",
465465
"Flamenco",
466-
"fbritoferreira",
467-
"watonyweng",
468-
"thinkasany",
469-
"XieZongChen",
470-
"lxKylin",
471-
"NoiseFan"
466+
"fbritoferreira"
472467
]

.vitepress/contributors.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,36 +166,36 @@ const plainTeamEmeritiMembers: CoreTeam[] = [
166166

167167
const plainTranslationTeamMembers: CoreTeam[] = [
168168
{
169-
avatar: contributorsAvatars.elonehoo,
169+
avatar: 'https://github.com/elonehoo.png',
170170
name: 'Elone Hoo',
171171
github: 'elonehoo',
172172
desc: 'Vitest 中文文档发起者',
173173
},
174174
{
175-
avatar: contributorsAvatars.watonyweng,
175+
avatar: 'https://github.com/watonyweng.png',
176176
name: 'Wáng Wěi Tāo',
177177
github: 'watonyweng',
178178
},
179179
{
180-
avatar: contributorsAvatars.thinkasany,
180+
avatar: 'https://github.com/thinkasany.png',
181181
name: 'thinkasany',
182182
github: 'thinkasany',
183183
desc: 'Vite & Vitest & antd 中文文档维护者',
184184
},
185185
{
186-
avatar: contributorsAvatars.XieZongChen,
186+
avatar: 'https://github.com/XieZongChen.png',
187187
name: 'XieZongChen',
188188
github: 'XieZongChen',
189189
desc: 'Vitest 中文文档维护者',
190190
},
191191
{
192-
avatar: contributorsAvatars.lxKylin,
192+
avatar: 'https://github.com/lxKylin.png',
193193
name: 'Kylin',
194194
github: 'lxKylin',
195195
desc: 'Vite & Vitest 中文文档维护者',
196196
},
197197
{
198-
avatar: contributorsAvatars.NoiseFan,
198+
avatar: 'https://github.com/NoiseFan.png',
199199
name: 'NoiseFan',
200200
github: 'NoiseFan',
201201
title: '开源爱好者',

0 commit comments

Comments
 (0)