mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
手动整理中整理方式增加自动
This commit is contained in:
@@ -73,6 +73,7 @@ export const storageDict = storageOptions.reduce((dict, item) => {
|
|||||||
}, {} as Record<string, string>)
|
}, {} as Record<string, string>)
|
||||||
|
|
||||||
export const transferTypeOptions = [
|
export const transferTypeOptions = [
|
||||||
|
{ title: '自动', value: '' },
|
||||||
{ title: '复制', value: 'copy' },
|
{ title: '复制', value: 'copy' },
|
||||||
{ title: '移动', value: 'move' },
|
{ title: '移动', value: 'move' },
|
||||||
{ title: '硬链接', value: 'link' },
|
{ title: '硬链接', value: 'link' },
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ const transferForm = reactive({
|
|||||||
doubanid: null,
|
doubanid: null,
|
||||||
season: null,
|
season: null,
|
||||||
type_name: '',
|
type_name: '',
|
||||||
transfer_type: 'copy',
|
transfer_type: '',
|
||||||
episode_format: '',
|
episode_format: '',
|
||||||
episode_detail: '',
|
episode_detail: '',
|
||||||
episode_part: '',
|
episode_part: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user