1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- module.exports = {
- // theme: "reco",
- base:"/docs/",
- title: "偶游前端",
- themeConfig: {
- sidebar: [
- "/",
- {
- title: "项目",
- collapsable: false,
- sidebarDepth: 2,
- children: [
- {
- title: "智能鞋官网",
- path: "/currentProgram/funfet",
- },
- {
- title: "智能鞋落地页",
- path: "/currentProgram/guide",
- },
- {
- title: "智能鞋小程序商城",
- path: "/currentProgram/uni-app-pro",
- },
- {
- title: "智能鞋客服系统",
- path: "/currentProgram/customerService",
- },
- {
- title: "坦克专题",
- path: "/currentProgram/tank",
- },
- {
- title: "hi运动教练小程序",
- path: "/currentProgram/hiydMini",
- },
- {
- title: "hi运动商城",
- path: "/currentProgram/hiydShop",
- },
- {
- title: "多玩游戏大厅",
- path: "/currentProgram/webGame",
- },
- ],
- }
- ],
- // nav: [
- // { text: "项目", link: "/currentProgram/", icon: "reco-date" },
- // { text: "规范", link: "/standard/", icon: "reco-date" },
- // { text: "工具类", link: "/utils/", icon: "reco-date" },
- // {
- // text: "主题reco",
- // link: "https://vuepress-theme-reco.recoluan.com/",
- // icon: "reco-date",
- // },
- // ],
- },
- };
|