From 2be39b4d819f36cc2d01f9ccdd50c902463d9076 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Thu, 11 Jun 2026 20:56:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E8=A1=A8=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },