diff --git a/docs/.dumirc.ts b/docs/.dumirc.ts index 018fb057f36c..9a629d704079 100644 --- a/docs/.dumirc.ts +++ b/docs/.dumirc.ts @@ -44,22 +44,27 @@ export default defineConfig({ { title: '介绍', link: '/docs/introduce/introduce', + activePath: '/docs/introduce', }, { title: '指南', link: '/docs/guides/getting-started', + activePath: '/docs/guides', }, { title: 'API', link: '/docs/api/api', + activePath: '/docs/api', }, { title: 'Umi Max', link: '/docs/max/introduce', + activePath: '/docs/max', }, { title: '博客', link: '/blog/umi-4-rc', + activePath: '/blog', }, ], },