diff --git a/docs/.vitepress/theme/router/index.ts b/docs/.vitepress/theme/router/index.ts index 660a0fb..69d667a 100644 --- a/docs/.vitepress/theme/router/index.ts +++ b/docs/.vitepress/theme/router/index.ts @@ -105,7 +105,7 @@ export const routers = [ text: '🏗️ 项目实战', items: [ { - text: '🏢 通用模块', + text: '🧩 通用模块', items: [ { text: 'Vue3 Common', link: '/Practice/Common/Vue3-Common' }, { text: 'SpringBoot Common', link: '/Practice/Common/SpringBoot-Common' },