add webdav depth=1

This commit is contained in:
fyears
2022-01-22 17:11:12 +08:00
parent 2bebc7226d
commit 320f91f1a5
5 changed files with 130 additions and 58 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface WebdavConfig {
username: string;
password: string;
authType: WebdavAuthType;
manualRecursive: boolean;
}
export interface OnedriveConfig {