From a785971c3d425bfe630879def09b0325319b6976 Mon Sep 17 00:00:00 2001 From: ZLY Date: Thu, 13 Nov 2025 13:50:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(componentLibrary):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=BA=93=E8=8F=9C=E5=8D=95=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