配置 ¶
在 docs/.vitepress/config.js 中配置
头部菜单配置 ¶
js
    // 头部导航
    nav: [
      { text: '配置', link: '/config/', activeMatch: '/config/' },
      { text: '指南', link: '/guide/', activeMatch: '/guide/' },
      { text: '❤ 赞助我们', link: '/guide/sponsor' }
    ],左边菜单配置 ¶
js
    // 头部导航
    nav: [
      { text: '配置', link: '/config/', activeMatch: '/config/' },
      { text: '指南', link: '/guide/', activeMatch: '/guide/' },
      { text: '❤ 赞助我们', link: '/guide/sponsor' }
    ],
