fix u115 transtype

This commit is contained in:
jxxghp
2024-11-19 18:04:48 +08:00
parent efb607d22f
commit a5a734d091

View File

@@ -21,7 +21,8 @@ class U115Pan(StorageBase, metaclass=Singleton):
# 支持的整理方式
transtype = {
"move": "移动"
"move": "移动",
"copy": "复制"
}
client: P115Client = None