手动整理中整理方式增加自动

This commit is contained in:
Attente
2024-11-25 13:24:43 +08:00
parent 2deaec1fc6
commit 3ef1e65412
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ export const storageDict = storageOptions.reduce((dict, item) => {
}, {} as Record<string, string>)
export const transferTypeOptions = [
{ title: '自动', value: '' },
{ title: '复制', value: 'copy' },
{ title: '移动', value: 'move' },
{ title: '硬链接', value: 'link' },

View File

@@ -75,7 +75,7 @@ const transferForm = reactive({
doubanid: null,
season: null,
type_name: '',
transfer_type: 'copy',
transfer_type: '',
episode_format: '',
episode_detail: '',
episode_part: '',