24 lines
521 B
JavaScript
24 lines
521 B
JavaScript
export const members = [
|
|
{
|
|
avatar: 'https://www.github.com/camera-2018.png',
|
|
name: 'camera-2018',
|
|
title: 'Maintainer',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/camera-2018' },
|
|
]
|
|
},
|
|
{
|
|
avatar: 'https://www.github.com/HanWu311.png',
|
|
name: 'ZZM',
|
|
title: 'Maintainer',
|
|
},
|
|
{
|
|
avatar: 'https://github.com/aFlyBird0.png',
|
|
name: '爱飞的鸟',
|
|
title: 'Contributer',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/aFlyBird0' },
|
|
]
|
|
},
|
|
]
|