From d6b3838000a8afb20fe290bf168089792ba4012f Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Fri, 14 Jul 2023 02:58:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B4=A1=E7=8C=AE=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.js | 1 + members.ts | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/.vitepress/config.js b/.vitepress/config.js index 062501a..0e5905c 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -669,6 +669,7 @@ export default defineConfig({ pattern: 'https://github.com/camera-2018/hdu-cs-wiki/edit/master/:path', text: '在 GitHub 上修改此页' }, + externalLinkIcon: true, }, markdown: { config: (md) => { diff --git a/members.ts b/members.ts index e27f225..bc02058 100644 --- a/members.ts +++ b/members.ts @@ -85,4 +85,44 @@ export const members: Member = [ { icon: 'github', link: 'https://github.com/buwyi' }, ] }, + { + avatar: 'https://avatars.hdu-cs.wiki/E1PsyCongroo', + name: 'E1PsyCongroo', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/E1PsyCongroo' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/w31r4', + name: 'w31r4', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/w31r4' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/axiomofchoice-hjt', + name: 'Axiomofchoice', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/axiomofchoice-hjt' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/ek1ng', + name: 'ek1ng', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/ek1ng' }, + ] + }, + { + avatar: 'https://avatars.hdu-cs.wiki/Plumbiu', + name: 'Guo Xingjun', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/Plumbiu' }, + ] + }, ]