mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
This commit is contained in:
parent
b31c6d6f26
commit
6c50856a5f
2 changed files with 67 additions and 1 deletions
12
app/src/types/index.d.ts
vendored
12
app/src/types/index.d.ts
vendored
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue