feat: add search_imdbid

This commit is contained in:
WangEdward
2024-03-04 21:36:06 +08:00
parent 4bb59a9f05
commit a517769e8a
2 changed files with 13 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ const subscribeForm = ref<Subscribe>({
total_episode: 0,
start_episode: 0,
best_version: 0,
search_imdbid: false,
sites: [],
type: '',
name: '',
@@ -343,6 +344,15 @@ watchEffect(() => {
label="洗版"
/>
</VCol>
<VCol
cols="12"
md="4"
>
<VSwitch
v-model="subscribeForm.search_imdbid"
label="使用 ImdbID 搜索"
/>
</VCol>
</VRow>
</VForm>
</VCardText>