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