mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
docs: update docs
This commit is contained in:
parent
8ae7c0bc35
commit
3f452dff7f
@ -36,7 +36,8 @@ module.exports = {
|
|||||||
function nav() {
|
function nav() {
|
||||||
return [
|
return [
|
||||||
{ text: "介绍", link: "/guide/" },
|
{ 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
37
docs/guide/about/index.md
Normal 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>
|
@ -8,7 +8,7 @@ hero:
|
|||||||
name: Vue-H5-Template
|
name: Vue-H5-Template
|
||||||
text: 一个快速开发的Vue H5移动端脚手架
|
text: 一个快速开发的Vue H5移动端脚手架
|
||||||
image:
|
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
|
alt: sunnie
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
|
Loading…
x
Reference in New Issue
Block a user