fix 优化文件手动转移

This commit is contained in:
jxxghp
2023-08-19 10:47:42 +08:00
parent a1ec1b9963
commit ee790860a3
2 changed files with 221 additions and 135 deletions

View File

@ -103,6 +103,11 @@ class Command(metaclass=Singleton):
"func": TransferChain().process,
"description": "下载文件整理",
"data": {}
},
"/redo": {
"func": TransferChain().remote_transfer,
"description": "手动整理",
"data": {}
}
}
# 汇总插件命令