config.js 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. module.exports = {
  2. // theme: "reco",
  3. base:"/docs/",
  4. title: "偶游前端",
  5. themeConfig: {
  6. sidebar: [
  7. "/",
  8. {
  9. title: "项目",
  10. collapsable: false,
  11. sidebarDepth: 2,
  12. children: [
  13. {
  14. title: "智能鞋官网",
  15. path: "/currentProgram/funfet",
  16. },
  17. {
  18. title: "智能鞋落地页",
  19. path: "/currentProgram/guide",
  20. },
  21. {
  22. title: "智能鞋小程序商城",
  23. path: "/currentProgram/uni-app-pro",
  24. },
  25. {
  26. title: "智能鞋客服系统",
  27. path: "/currentProgram/customerService",
  28. },
  29. {
  30. title: "坦克专题",
  31. path: "/currentProgram/tank",
  32. },
  33. {
  34. title: "hi运动教练小程序",
  35. path: "/currentProgram/hiydMini",
  36. },
  37. {
  38. title: "hi运动商城",
  39. path: "/currentProgram/hiydShop",
  40. },
  41. {
  42. title: "多玩游戏大厅",
  43. path: "/currentProgram/webGame",
  44. },
  45. ],
  46. }
  47. ],
  48. // nav: [
  49. // { text: "项目", link: "/currentProgram/", icon: "reco-date" },
  50. // { text: "规范", link: "/standard/", icon: "reco-date" },
  51. // { text: "工具类", link: "/utils/", icon: "reco-date" },
  52. // {
  53. // text: "主题reco",
  54. // link: "https://vuepress-theme-reco.recoluan.com/",
  55. // icon: "reco-date",
  56. // },
  57. // ],
  58. },
  59. };