create-chuntianxiaozhu
Version:
春天小猪模板工具
14 lines (12 loc) • 370 B
text/typescript
import { navbar } from "vuepress-theme-hope";
export default navbar([
"/",
{ text: "设计文档", icon: "creative", link: "/designdoc/" },
{ text: "设计资源", icon: "creative", link: "/designresource/" },
{ text: "设计交流", icon: "creative", link: "/designdiscuss/" },
{
text: "联系小猪",
icon: "note",
link: "/contactpig",
},
]);