From 4fb18edb0d39d2a7e69e1798611e6754ab130b5d Mon Sep 17 00:00:00 2001 From: ZLY Date: Thu, 13 Nov 2025 13:43:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(component-library):=20=E6=9B=B4=E6=96=B0?= =?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 1eabb36..bcf0575 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.componentLibrary', - key: 'componentLibrary' + name: 'menu.compositeCompLibrary', + key: 'compositeCompLibrary' }; \ No newline at end of file