docs: update docs

This commit is contained in:
fonghehe 2022-08-26 20:56:55 +08:00
parent 8ae7c0bc35
commit 3f452dff7f
3 changed files with 40 additions and 2 deletions

View File

@ -36,7 +36,8 @@ module.exports = {
function nav() {
return [
{ text: "介绍", link: "/guide/" },
{ text: "加入我们", link: "https://github.com/sunniejs/vue-h5-template" },
{ text: "加入我们", link: "/guide/about/" },
{ text: "github仓库", link: "https://github.com/sunniejs/vue-h5-template" },
];
}

37
docs/guide/about/index.md Normal file
View File

@ -0,0 +1,37 @@
---
layout: page
---
<script setup>
import {
VPTeamPage,
VPTeamPageTitle,
VPTeamMembers
} from 'vitepress/theme'
const members = [
{
avatar: 'https://www.github.com/fonghehe.png',
name: 'Evan Fong',
title: 'Creator',
links: [
{ icon: 'github', link: 'https://github.com/fonghehe' },
{ icon: 'twitter', link: 'https://twitter.com/youyuxi' }
]
},
]
</script>
<p style="margin-bottom:50px;">
<img src="https://cdn.jsdelivr.net/gh/fonghehe/picture/personal/account.jpg" width="300" >
</p>
<p>
<img src="https://cdn.jsdelivr.net/gh/fonghehe/picture/personal/group.jpg" width="300" >
</p>
<style scoped>
img{
margin:0 auto;
}
</style>

View File

@ -8,7 +8,7 @@ hero:
name: Vue-H5-Template
text: 一个快速开发的Vue H5移动端脚手架
image:
src: http://www.sunniejs.cn/static/weapp/logo.png
src: https://cdn.jsdelivr.net/gh/fonghehe/picture/vue-h5-template/logo.png
alt: sunnie
actions:
- theme: brand