From b4975f649c0cba69ad1ecf36bbb509749824de71 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sun, 28 Apr 2024 10:21:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=BB=98=E8=AE=A4=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=94=AF=E6=8C=81=E6=9C=80=E5=B0=91=E5=81=9A?= =?UTF-8?q?=E7=A7=8D=E4=BA=BA=E6=95=B0=E7=94=9F=E6=95=88=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=8C=E9=98=B2=E6=AD=A2=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=8E=89=E5=88=B0=E6=9C=80=E6=96=B0=E5=8F=91=E5=B8=83=E7=9A=84?= =?UTF-8?q?=E7=A7=8D=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/AccountSettingSearch.vue | 10 ++++++++++ src/views/setting/AccountSettingSubscribe.vue | 18 ++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/views/setting/AccountSettingSearch.vue b/src/views/setting/AccountSettingSearch.vue index eeba2590..6aa14367 100644 --- a/src/views/setting/AccountSettingSearch.vue +++ b/src/views/setting/AccountSettingSearch.vue @@ -31,6 +31,7 @@ const defaultFilterRules = ref({ include: '', exclude: '', min_seeders: 0, + min_seeders_time: 0 }) // 媒体信息数据源字典 @@ -432,6 +433,15 @@ onMounted(() => { hint="小于该值的资源将被过滤掉,0表示不过滤" /> + + + diff --git a/src/views/setting/AccountSettingSubscribe.vue b/src/views/setting/AccountSettingSubscribe.vue index 1dca788e..f7f28ce3 100644 --- a/src/views/setting/AccountSettingSubscribe.vue +++ b/src/views/setting/AccountSettingSubscribe.vue @@ -41,7 +41,8 @@ const defaultFilterRules = ref({ exclude: '', movie_size: '', tv_size: '', - min_seeders: 0 + min_seeders: 0, + min_seeders_time: 0 }) // 订阅模式选择项 @@ -594,7 +595,7 @@ onMounted(() => { hint="支持正式表达式,多个关键字用 | 分隔表示或" /> - + { hint="格式:0-30,表示0到30GB之间的资源" /> - + { hint="格式:0-10,表示0到10GB之间的资源" /> - + { hint="小于该值的资源将被过滤掉,0表示不过滤" /> + + +