docs: member
This commit is contained in:
40
members.ts
40
members.ts
@@ -8,9 +8,13 @@ type Member = {
|
||||
}[]
|
||||
}[]
|
||||
|
||||
// 写了个走 CF 的代理,为了让头像加载快点儿
|
||||
// 格式暂时为:https://avatars-gh-fast.2907618001.workers.dev/ + github 用户名(不是昵称)(不加png)
|
||||
// https://avatars-gh-fast.2907618001.workers.dev/camera-2018
|
||||
|
||||
export const members: Member = [
|
||||
{
|
||||
avatar: 'https://www.github.com/camera-2018.png',
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/camera-2018',
|
||||
name: 'camera-2018',
|
||||
title: 'Maintainer',
|
||||
links: [
|
||||
@@ -18,7 +22,7 @@ export const members: Member = [
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://www.github.com/HanWu311.png',
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/HanWu311',
|
||||
name: 'ZZM',
|
||||
title: 'Maintainer',
|
||||
links: [
|
||||
@@ -26,7 +30,7 @@ export const members: Member = [
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/aFlyBird0.png',
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/aFlyBird0',
|
||||
name: '爱飞的鸟',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
@@ -34,7 +38,7 @@ export const members: Member = [
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/MarleneJiang.png',
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/MarleneJiang',
|
||||
name: 'Marlene',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
@@ -42,7 +46,7 @@ export const members: Member = [
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/creammmmmmmmmmmmmmmm.png',
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/creammmmmmmmmmmmmmmm',
|
||||
name: '可可',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
@@ -50,11 +54,35 @@ export const members: Member = [
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/renhaofan.png',
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/renhaofan',
|
||||
name: '任浩帆',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/renhaofan' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/ZhouXiinlei',
|
||||
name: 'Xinlei_Zhou',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/ZhouXiinlei' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/46135621',
|
||||
name: '46135621',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/46135621' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://avatars-gh-fast.2907618001.workers.dev/buwyi',
|
||||
name: 'buwyi',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/buwyi' },
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user