feat:订阅弹窗开关

This commit is contained in:
jxxghp
2024-01-03 18:11:13 +08:00
parent 2a56e116cf
commit 6e2b12501f
3 changed files with 49 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ const defaultFilterRules = ref({
exclude: '',
movie_size: '',
tv_size: '',
show_edit_dialog: false,
})
// 导入代码弹窗
@@ -521,6 +522,12 @@ onMounted(() => {
placeholder="0-10"
/>
</VCol>
<VCol cols="12" md="6">
<VSwitch
v-model="defaultFilterRules.show_edit_dialog"
label="订阅时编辑更多规则"
/>
</VCol>
</VRow>
</VForm>
</VCardText>