This commit is contained in:
Vanessa 2023-03-08 22:39:09 +08:00
parent bbd1333f93
commit faf08d6c60
2 changed files with 8 additions and 1 deletions

View file

@ -394,7 +394,7 @@ declare interface IConfig {
stat: string
interval: number
cloudName: string
provider: number
provider: number // 0 官方同步, 2 S3 3 WebDAV
s3: {
endpoint: string
pathStyle: boolean