optimize the import and export functions

This commit is contained in:
fyears
2024-04-03 19:43:53 +08:00
parent 577cdde21f
commit 0fc0dcad64
8 changed files with 160 additions and 25 deletions
+2
View File
@@ -90,6 +90,8 @@ export type SyncDirectionType =
export type CipherMethodType = "rclone-base64" | "openssl-base64" | "unknown";
export type QRExportType = "all_but_oauth2" | "dropbox" | "onedrive";
export interface RemotelySavePluginSettings {
s3: S3Config;
webdav: WebdavConfig;