From 97e6c4518708b3e8d6e1c23b7df50e1183d3436d Mon Sep 17 00:00:00 2001 From: thsrite Date: Sun, 18 Feb 2024 11:00:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=BD=AC=E7=A7=BB=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/cloudlinkmonitor/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/cloudlinkmonitor/__init__.py b/plugins/cloudlinkmonitor/__init__.py index 56062e4..eec0275 100644 --- a/plugins/cloudlinkmonitor/__init__.py +++ b/plugins/cloudlinkmonitor/__init__.py @@ -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'} ] } }