From 2fd4c0b2ea80dce74d6b774f209bcd1f2511442f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 11 Apr 2025 15:45:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=92=8C=E6=96=87=E6=9C=AC=EF=BC=8C=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/SearchBarDialog.vue | 124 +++++++++------------- 1 file changed, 51 insertions(+), 73 deletions(-) diff --git a/src/components/dialog/SearchBarDialog.vue b/src/components/dialog/SearchBarDialog.vue index 99213d3e..c01d9429 100644 --- a/src/components/dialog/SearchBarDialog.vue +++ b/src/components/dialog/SearchBarDialog.vue @@ -343,6 +343,9 @@ onMounted(() => { + { @keydown.enter="searchMedia('media')" hide-details clearable - > - - - - - + /> + @@ -372,9 +369,7 @@ onMounted(() => { - - 媒体搜索 - + 媒体 @@ -396,7 +391,7 @@ onMounted(() => { /> - 电影、电视剧 + 电影、电视剧 搜索 {{ searchWord }} 相关的影视作品 @@ -426,7 +421,7 @@ onMounted(() => { /> - 系列合集 + 系列合集 搜索 {{ searchWord }} 相关的系列作品 @@ -456,7 +451,7 @@ onMounted(() => { /> - 演职人员 + 演职人员 搜索 {{ searchWord }} 相关的演员、导演等 @@ -482,7 +477,7 @@ onMounted(() => { - 整理记录 + 整理记录 搜索 {{ searchWord }} 相关的历史记录 @@ -496,9 +491,7 @@ onMounted(() => {