mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix: 更新 DirectoryCard.vue 中的自动整理方式下拉字典
This commit is contained in:
@@ -46,9 +46,10 @@ const storageItems = [
|
|||||||
|
|
||||||
// 自动整理方式下拉字典
|
// 自动整理方式下拉字典
|
||||||
const transferSourceItems = [
|
const transferSourceItems = [
|
||||||
{ title: '不自动整理', value: '' },
|
{ title: '不整理', value: '' },
|
||||||
{ title: '下载器监控', value: 'downloader' },
|
{ title: '下载器监控', value: 'downloader' },
|
||||||
{ title: '目录监控', value: 'monitor' },
|
{ title: '目录监控', value: 'monitor' },
|
||||||
|
{ title: '手动整理', value: 'manual' },
|
||||||
]
|
]
|
||||||
|
|
||||||
// 监控模式下拉字典
|
// 监控模式下拉字典
|
||||||
|
|||||||
Reference in New Issue
Block a user