standarized codes

This commit is contained in:
fyears
2021-12-10 00:16:28 +08:00
parent 2ce461ed6a
commit 9b1eebdf90
4 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -27,8 +27,12 @@ import type { InternalDBs } from "./localdb";
import type { SyncStatusType, PasswordCheckType } from "./sync";
import { isPasswordOk, getSyncPlan, doActualSync } from "./sync";
import { S3Config, DEFAULT_S3_CONFIG } from "./s3";
import { WebdavConfig, DEFAULT_WEBDAV_CONFIG, WebdavAuthType } from "./webdav";
import { S3Config, DEFAULT_S3_CONFIG } from "./remoteForS3";
import {
WebdavConfig,
DEFAULT_WEBDAV_CONFIG,
WebdavAuthType,
} from "./remoteForWebdav";
import {
DropboxConfig,
DEFAULT_DROPBOX_CONFIG,