From 82f40017685ea743002a76949733952eb662dc05 Mon Sep 17 00:00:00 2001 From: ZLY Date: Thu, 13 Nov 2025 13:58:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor(routes):=E9=87=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=BA=93=E6=A8=A1=E5=9D=97=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=92=8C=E9=94=AE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/modules/componentLibrary.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/modules/componentLibrary.ts b/src/routes/modules/componentLibrary.ts index bcf0575..1eabb36 100644 --- a/src/routes/modules/componentLibrary.ts +++ b/src/routes/modules/componentLibrary.ts @@ -1,6 +1,6 @@ import { IRoute } from '@/routes/types'; export const componentLibraryModule: IRoute = { - name: 'menu.compositeCompLibrary', - key: 'compositeCompLibrary' + name: 'menu.componentLibrary', + key: 'componentLibrary' }; \ No newline at end of file