Feature: downloaded file or folder can keey folder structure now

This commit is contained in:
萌萌哒赫萝
2023-02-27 23:11:43 +08:00
parent 750ea58845
commit 1e9c87dc22
17 changed files with 666 additions and 34 deletions

View File

@@ -57,6 +57,12 @@ interface ManageApiType {
* unset manage config to ctx && will not save to configPath
*/
unsetConfig: (key: string, propName: string) => void
/**
* get bucket list
*/
getBucketListRecursively: (
param?: IStringKeyMap
) => Promise<any | ManageError>;
/**
* get bucket list
*/