feat: 贡献者优化
This commit is contained in:
1
.vitepress/cache/deps_temp_4b2463ec/package.json
vendored
Normal file
1
.vitepress/cache/deps_temp_4b2463ec/package.json
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"type":"module"}
|
||||||
@@ -20,7 +20,7 @@ export default {
|
|||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => router.route.data.relativePath,
|
() => router.route.data.relativePath,
|
||||||
() => updateHomePageStyle(location.pathname === '/'),
|
() => updateHomePageStyle(location.pathname === '/' || location.pathname === '/contributors.html'),
|
||||||
{ immediate: true },
|
{ immediate: true },
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { VPTeamMembers } from 'vitepress/theme'
|
import { VPTeamMembers } from 'vitepress/theme'
|
||||||
|
import { members } from './members.js'
|
||||||
|
|
||||||
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',
|
|
||||||
},
|
|
||||||
]
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
# Our Team
|
# Our Team
|
||||||
|
|||||||
15
members.js
Normal file
15
members.js
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user