chore: js to ts
This commit is contained in:
50
members.ts
Normal file
50
members.ts
Normal file
@@ -0,0 +1,50 @@
|
||||
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',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/HanWu311' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/aFlyBird0.png',
|
||||
name: '爱飞的鸟',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/aFlyBird0' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/MarleneJiang.png',
|
||||
name: 'Marlene',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/MarleneJiang' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/creammmmmmmmmmmmmmmm.png',
|
||||
name: '可可',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/creammmmmmmmmmmmmmmm' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://github.com/renhaofan.png',
|
||||
name: '任浩帆',
|
||||
title: 'Contributer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/renhaofan' },
|
||||
]
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user