fix onedrive upload issue!

This commit is contained in:
fyears
2022-04-01 23:39:41 +08:00
parent 714ea43613
commit 953507ec43
3 changed files with 24 additions and 8 deletions
+2
View File
@@ -5,6 +5,8 @@
import type { LangType, LangTypeAndAuto } from "./i18n";
export const DEFAULT_CONTENT_TYPE = "application/octet-stream";
export type SUPPORTED_SERVICES_TYPE = "s3" | "webdav" | "dropbox" | "onedrive";
export type SUPPORTED_SERVICES_TYPE_WITH_REMOTE_BASE_DIR =