docs: 修改导航栏

This commit is contained in:
fonghehe 2022-08-19 18:35:12 +08:00
parent d43e685e68
commit 2f63ab23de

View File

@ -35,8 +35,7 @@ module.exports = {
function nav() {
return [
{ text: "介绍", link: "/guide/" },
{ text: "掘金", link: "https://juejin.cn/user/3016715636842622" },
{ text: "加入我们", link: "https://github.com/tobe-fe-dalao/fastool" },
{ text: "加入我们", link: "https://github.com/sunniejs/vue-h5-template" },
];
}