mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
@@ -30,6 +30,7 @@ const selectedSites = ref<number[]>([])
|
|||||||
const defaultFilterRules = ref({
|
const defaultFilterRules = ref({
|
||||||
include: '',
|
include: '',
|
||||||
exclude: '',
|
exclude: '',
|
||||||
|
min_seeders: 0
|
||||||
})
|
})
|
||||||
|
|
||||||
// 导入代码弹窗
|
// 导入代码弹窗
|
||||||
@@ -401,6 +402,15 @@ onMounted(() => {
|
|||||||
hint="支持正式表达式,多个关键字用 | 分隔表示或"
|
hint="支持正式表达式,多个关键字用 | 分隔表示或"
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
<VCol cols="12" md="6">
|
||||||
|
<VTextField
|
||||||
|
v-model="defaultFilterRules.min_seeders"
|
||||||
|
type="text"
|
||||||
|
label="最小做种数"
|
||||||
|
placeholder="0"
|
||||||
|
hint="小于该值的资源将被过滤掉,0表示不过滤"
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
</VForm>
|
</VForm>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|||||||
Reference in New Issue
Block a user