From d7f55477da8e0a1b958ceec6c0d5deef1c7ae669 Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 25 Apr 2024 16:19:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=90=9C=E7=B4=A2=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=94=AF=E6=8C=81=E6=9C=80=E5=B0=8F=E5=81=9A?= =?UTF-8?q?=E7=A7=8D=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/AccountSettingSearch.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/setting/AccountSettingSearch.vue b/src/views/setting/AccountSettingSearch.vue index 665a2c0b..fb593c46 100644 --- a/src/views/setting/AccountSettingSearch.vue +++ b/src/views/setting/AccountSettingSearch.vue @@ -30,6 +30,7 @@ const selectedSites = ref([]) const defaultFilterRules = ref({ include: '', exclude: '', + min_seeders: 0 }) // 导入代码弹窗 @@ -401,6 +402,15 @@ onMounted(() => { hint="支持正式表达式,多个关键字用 | 分隔表示或" /> + + +