Update members.js

This commit is contained in:
zzm
2023-04-19 16:41:03 +08:00
committed by GitHub
parent 8458436cd1
commit dca181864e

View File

@@ -11,6 +11,9 @@ export const members = [
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',
@@ -28,4 +31,12 @@ export const members = [
{ icon: 'github', link: 'https://github.com/creammmmmmmmmmmmmmmm' },
]
},
{
avatar: 'https://github.com/renhaofan.png',
name: '任浩帆',
title: 'Contributer',
links: [
{ icon: 'github', link: 'https://github.com/renhaofan' },
]
},
]