fix manual_transfer

This commit is contained in:
jxxghp
2024-05-23 08:09:48 +08:00
parent 5ddc955805
commit 2c16b6c078

View File

@@ -64,6 +64,7 @@ const transferForm = reactive({
episode_part: '',
episode_offset: null,
min_filesize: 0,
scrape: true,
})
watchEffect(() => {
@@ -285,6 +286,11 @@ onMounted(() => {
/>
</VCol>
</VRow>
<VRow>
<VCol cols="12" md="6">
<VSwitch v-model="transferForm.scrape" label="刮削元数据" hint="整理完成后自动刮削元数据" />
</VCol>
</VRow>
</VForm>
</VCardText>
<VCardActions class="pt-3">