split export

This commit is contained in:
fyears
2024-05-25 15:22:19 +08:00
parent 408acb6230
commit 7497b5fae7
6 changed files with 49 additions and 7 deletions
+7 -1
View File
@@ -106,7 +106,13 @@ export type SyncDirectionType =
export type CipherMethodType = "rclone-base64" | "openssl-base64" | "unknown";
export type QRExportType = "all_but_oauth2" | "dropbox" | "onedrive";
export type QRExportType =
| "basic_and_advanced"
| "s3"
| "dropbox"
| "onedrive"
| "webdav"
| "webdis";
export interface ProfilerConfig {
enablePrinting?: boolean;