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