mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 09:16:58 +08:00
Merge branch 'v2' into rfc-247
This commit is contained in:
@@ -71,3 +71,10 @@ export const storageDict = storageOptions.reduce((dict, item) => {
|
|||||||
dict[item.value] = item.title
|
dict[item.value] = item.title
|
||||||
return dict
|
return dict
|
||||||
}, {} as Record<string, string>)
|
}, {} as Record<string, string>)
|
||||||
|
|
||||||
|
export const transferTypeOptions = [
|
||||||
|
{ title: '复制', value: 'copy' },
|
||||||
|
{ title: '移动', value: 'move' },
|
||||||
|
{ title: '硬链接', value: 'link' },
|
||||||
|
{ title: '软链接', value: 'softlink' },
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user