fix 转移方式

This commit is contained in:
thsrite
2024-02-18 11:00:46 +08:00
parent 203c9ebb3a
commit 97e6c45187

View File

@@ -642,8 +642,12 @@ class CloudLinkMonitor(_PluginBase):
'model': 'transfer_type',
'label': '转移方式',
'items': [
{'title': '移动', 'value': 'move'},
{'title': '复制', 'value': 'copy'},
{'title': '硬链接', 'value': 'link'},
{'title': '', 'value': 'softlink'}
{'title': '', 'value': 'softlink'},
{'title': 'Rclone复制', 'value': 'rclone_copy'},
{'title': 'Rclone移动', 'value': 'rclone_move'}
]
}
}