This commit is contained in:
thsrite
2024-11-27 14:00:22 +08:00
parent c5fb17dfea
commit cdfd75d7da
2 changed files with 4 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ class CloudLinkMonitor(_PluginBase):
# 插件图标
plugin_icon = "Linkease_A.png"
# 插件版本
plugin_version = "2.5.5"
plugin_version = "2.5.6"
# 插件作者
plugin_author = "thsrite"
# 作者主页
@@ -930,7 +930,7 @@ class CloudLinkMonitor(_PluginBase):
{'title': '移动', 'value': 'move'},
{'title': '复制', 'value': 'copy'},
{'title': '硬链接', 'value': 'link'},
{'title': '软链接', 'value': 'filesoftlink'},
{'title': '软链接', 'value': 'softlink'},
{'title': 'Rclone复制', 'value': 'rclone_copy'},
{'title': 'Rclone移动', 'value': 'rclone_move'}
]