From 96ae993ab0969f4e60102e6961073098a1846e45 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Wed, 24 Sep 2025 13:42:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=80=89=E6=8B=A9Library=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=BB=84=E4=BB=B6=E5=A6=82=E6=9E=9C=E4=BC=A0=E5=85=A5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B,=E5=8F=AA=E6=98=BE=E7=A4=BA=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 ++ src/component/HomePage/Generate.vue | 4 +++- src/component/common/SelectImages.vue | 16 +++++++++------- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/components.d.ts b/components.d.ts index 08f545eb..6d6ea8aa 100644 --- a/components.d.ts +++ b/components.d.ts @@ -18,6 +18,7 @@ declare module 'vue' { AMenu: typeof import('ant-design-vue/es')['Menu'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] AModal: typeof import('ant-design-vue/es')['Modal'] + APagination: typeof import('ant-design-vue/es')['Pagination'] APopover: typeof import('ant-design-vue/es')['Popover'] ARangePicker: typeof import('ant-design-vue/es')['RangePicker'] ASelect: typeof import('ant-design-vue/es')['Select'] @@ -29,6 +30,7 @@ declare module 'vue' { ATabPane: typeof import('ant-design-vue/es')['TabPane'] ATabs: typeof import('ant-design-vue/es')['Tabs'] AUpload: typeof import('ant-design-vue/es')['Upload'] + ElCascader: typeof import('element-plus/es')['ElCascader'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } diff --git a/src/component/HomePage/Generate.vue b/src/component/HomePage/Generate.vue index 6170c9b9..8d54a4da 100644 --- a/src/component/HomePage/Generate.vue +++ b/src/component/HomePage/Generate.vue @@ -228,7 +228,9 @@ ref="selectImages" @select="handleImageSelect" :api="Https.httpUrls.queryLibraryPage" - isLibrary/> + isLibrary + :libraryType="type_.type2" + />