fix: 更新 DirectoryCard.vue 中的自动整理方式下拉字典

This commit is contained in:
jxxghp
2024-11-14 08:06:49 +08:00
parent 5386fc54ff
commit 7dd3877955

View File

@@ -46,9 +46,10 @@ const storageItems = [
// 自动整理方式下拉字典
const transferSourceItems = [
{ title: '不自动整理', value: '' },
{ title: '不整理', value: '' },
{ title: '下载器监控', value: 'downloader' },
{ title: '目录监控', value: 'monitor' },
{ title: '手动整理', value: 'manual' },
]
// 监控模式下拉字典