From 5a0edf9bdca2de1247d4b1be21f521ca51ba01ff Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Sun, 23 Jul 2023 15:04:54 +0800 Subject: [PATCH] docs: members --- contributors.md | 2 +- members.ts | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/contributors.md b/contributors.md index 9f0b1bb..cd48d0f 100644 --- a/contributors.md +++ b/contributors.md @@ -5,7 +5,7 @@ import { members } from './members.ts' # 贡献者名单 - + 以下为对本项目做出贡献的人员名单,排名不分先后。 diff --git a/members.ts b/members.ts index a1bd4c6..440a631 100644 --- a/members.ts +++ b/members.ts @@ -133,4 +133,60 @@ export const members: Member = [ { icon: 'github', link: 'https://github.com/GoldenSheep402' }, ] }, + { + avatar: 'https://avatars.hdu-cs.wiki/NX-Official', + name: 'Nick Xu', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/NX-Official' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/4nsw3r123', + name: '4nsw3r', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/4nsw3r123' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/BaiMeow', + name: '柏喵Sakura', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/BaiMeow' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/sd0ric4', + name: 'lightstarts', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/sd0ric4' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/wenjing233', + name: 'wenjing233', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/wenjing233' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/Lacsion', + name: 'KAFUU', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/Lacsion' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/Krisnile', + name: 'Krisnile', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/Krisnile' }, + ] + }, ]