fix manual_transfer

This commit is contained in:
jxxghp
2024-05-23 08:09:48 +08:00
parent 5ddc955805
commit 2c16b6c078
@@ -64,6 +64,7 @@ const transferForm = reactive({
episode_part: '', episode_part: '',
episode_offset: null, episode_offset: null,
min_filesize: 0, min_filesize: 0,
scrape: true,
}) })
watchEffect(() => { watchEffect(() => {
@@ -285,6 +286,11 @@ onMounted(() => {
/> />
</VCol> </VCol>
</VRow> </VRow>
<VRow>
<VCol cols="12" md="6">
<VSwitch v-model="transferForm.scrape" label="刮削元数据" hint="整理完成后自动刮削元数据" />
</VCol>
</VRow>
</VForm> </VForm>
</VCardText> </VCardText>
<VCardActions class="pt-3"> <VCardActions class="pt-3">