mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 08:24:06 +01:00
🎨 Use Endpoint for network connectivity checks when syncing with third-party cloud providers https://github.com/siyuan-note/siyuan/issues/7805
This commit is contained in:
parent
0f912cf1b3
commit
2b58079d94
7 changed files with 43 additions and 61 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -433,7 +433,6 @@ declare interface IConfig {
|
|||
region: string
|
||||
skipTlsVerify: boolean
|
||||
timeout: number
|
||||
checkURL: string
|
||||
}
|
||||
webdav: {
|
||||
endpoint: string
|
||||
|
|
@ -441,7 +440,6 @@ declare interface IConfig {
|
|||
password: string
|
||||
skipTlsVerify: boolean
|
||||
timeout: number
|
||||
checkURL: string
|
||||
}
|
||||
},
|
||||
lang: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue