From 2efe8efde0b83b7320f0c3624e67650c2de92800 Mon Sep 17 00:00:00 2001 From: shaw Date: Mon, 2 Jun 2025 21:48:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor(components):=20=E5=B0=86=20VSelect?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E6=9B=BF=E6=8D=A2=E4=B8=BA=20VAutocomplet?= =?UTF-8?q?e=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=BE=85=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在多个组件中将 VSelect 组件替换为 VAutocomplete 组件,以支持搜索待选项 - 此更改可以提供更丰富的用户交互体验和更好的性能 --- src/components/cards/DirectoryCard.vue | 6 +++--- src/components/cards/FilterRuleCard.vue | 2 +- src/components/cards/MediaServerCard.vue | 8 ++++---- src/components/cards/NotificationChannelCard.vue | 2 +- src/components/dialog/SiteAddEditDialog.vue | 4 ++-- src/components/dialog/SubscribeEditDialog.vue | 16 ++++++++-------- src/views/setting/AccountSettingCache.vue | 2 +- src/views/setting/AccountSettingSearch.vue | 2 +- src/views/setting/AccountSettingSubscribe.vue | 4 ++-- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/cards/DirectoryCard.vue b/src/components/cards/DirectoryCard.vue index 1fa83712..fcb0f4b1 100644 --- a/src/components/cards/DirectoryCard.vue +++ b/src/components/cards/DirectoryCard.vue @@ -214,7 +214,7 @@ watch( - - - { {{ t('filterRule.priority') }} {{ props.pri }} - { /> - { /> - { /> - { /> - - { /> - { /> - { - { /> - { /> - { - { - { - { /> - { /> - { /> - { /> - { /> - { /> - Date: Mon, 2 Jun 2025 22:37:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor(components):=20=E5=B0=86=20VSelect?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E6=9B=BF=E6=8D=A2=E4=B8=BA=20VAutocomplet?= =?UTF-8?q?e=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 DirectoryCard.vue 中将 VSelect 替换为VAutocomplete,用于 library_storage 字段 - 在 FilterRuleGroupCard.vue 中将两个 VSelect 组件替换为 VAutocomplete,用于 media_type 和 category 字段 --- src/components/cards/DirectoryCard.vue | 2 +- src/components/cards/FilterRuleGroupCard.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/cards/DirectoryCard.vue b/src/components/cards/DirectoryCard.vue index fcb0f4b1..35c33051 100644 --- a/src/components/cards/DirectoryCard.vue +++ b/src/components/cards/DirectoryCard.vue @@ -277,7 +277,7 @@ watch( /> - - -