From dca181864ed086c5d5391a3b0969ead3935df5c0 Mon Sep 17 00:00:00 2001 From: zzm <73225535+HanWu311@users.noreply.github.com> Date: Wed, 19 Apr 2023 16:41:03 +0800 Subject: [PATCH] Update members.js --- members.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/members.js b/members.js index 6540387..88ecbfc 100644 --- a/members.js +++ b/members.js @@ -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' }, + ] + }, ]