KuangPF / dumi-theme-antd

A antd site theme package for the dumi framework.
https://kuangpf.com/dumi-theme-antd
MIT License
42 stars 19 forks source link

themeConfig的nav配置children无效 #30

Closed hezhijian249 closed 3 months ago

hezhijian249 commented 3 months ago

例如如下配置

export default defineConfig({
  themeConfig: {
    nav: [
      {
        title: '国内镜像',
        link: 'https://ant-design.antgroup.com/index-cn',
        children: [
          { title: '官方镜像', link: 'https://ant-design.antgroup.com/index-cn' },
          { title: 'Gitee 镜像', link: 'https://ant-design.antgroup.com/index-cn' }
        ]
      }
    ]
  }
});

期望结果

a2

配置项 a1

KuangPF commented 3 months ago

感谢贡献,已更新版本 0.3.14