diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 3f4d5fd..7513580 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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" }, ]; } diff --git a/docs/guide/about/index.md b/docs/guide/about/index.md new file mode 100644 index 0000000..ebdfe6b --- /dev/null +++ b/docs/guide/about/index.md @@ -0,0 +1,37 @@ +--- +layout: page +--- + + + +

+ +

+ +

+ +

+ + diff --git a/docs/index.md b/docs/index.md index 7ede175..54a12c8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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