fix 微信菜单

This commit is contained in:
jxxghp 2023-09-05 11:54:16 +08:00
parent c224a7c07b
commit c62b29edc4

View File

@ -109,6 +109,7 @@ class Command(metaclass=Singleton):
"/downloading": {
"func": DownloadChain(self._db).remote_downloading,
"description": "正在下载",
"category": "管理",
"data": {}
},
"/transfer": {