Vanessa 2022-11-11 15:39:41 +08:00
parent b31c6d6f26
commit 6c50856a5f
2 changed files with 67 additions and 1 deletions

View file

@ -333,6 +333,18 @@ declare interface IConfig {
interval: number
cloudName: string
provider: number
s3: {
endpoint: string
accessKey: string
secretKey: string
bucket: string
region: string
}
webdav: {
endpoint: string
username: string
password: string
}
},
lang: string
api: {