From 4d2bd3c6d3ca80643473e033ade4553f63e5c780 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Wed, 19 Apr 2023 00:33:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B4=A1=E7=8C=AE=E8=80=85=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/cache/deps_temp_4b2463ec/package.json | 1 + .vitepress/theme/index.js | 2 +- contributors.md | 16 +--------------- members.js | 15 +++++++++++++++ 4 files changed, 18 insertions(+), 16 deletions(-) create mode 100644 .vitepress/cache/deps_temp_4b2463ec/package.json create mode 100644 members.js diff --git a/.vitepress/cache/deps_temp_4b2463ec/package.json b/.vitepress/cache/deps_temp_4b2463ec/package.json new file mode 100644 index 0000000..7c34deb --- /dev/null +++ b/.vitepress/cache/deps_temp_4b2463ec/package.json @@ -0,0 +1 @@ +{"type":"module"} \ No newline at end of file diff --git a/.vitepress/theme/index.js b/.vitepress/theme/index.js index e21eee0..5f6219a 100644 --- a/.vitepress/theme/index.js +++ b/.vitepress/theme/index.js @@ -20,7 +20,7 @@ export default { watch( () => router.route.data.relativePath, - () => updateHomePageStyle(location.pathname === '/'), + () => updateHomePageStyle(location.pathname === '/' || location.pathname === '/contributors.html'), { immediate: true }, ) }, diff --git a/contributors.md b/contributors.md index e03cb76..2fffd87 100644 --- a/contributors.md +++ b/contributors.md @@ -1,21 +1,7 @@ # Our Team diff --git a/members.js b/members.js new file mode 100644 index 0000000..9ae9579 --- /dev/null +++ b/members.js @@ -0,0 +1,15 @@ +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', + }, +] \ No newline at end of file