mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
🎨 Remove Add and Remove buttons for S3/WebDAV cloud sync directory settings https://github.com/siyuan-note/siyuan/issues/13682
This commit is contained in:
parent
47e6e8b74b
commit
6d7feb461f
2 changed files with 3 additions and 2 deletions
1
app/src/types/config.d.ts
vendored
1
app/src/types/config.d.ts
vendored
|
|
@ -1364,6 +1364,7 @@ declare namespace Config {
|
|||
* - `0`: SiYuan official cloud storage service
|
||||
* - `2`: Object storage service compatible with S3 protocol
|
||||
* - `3`: Network storage service using WebDAV protocol
|
||||
* - `4`: Local file system
|
||||
*/
|
||||
provider: number;
|
||||
s3: ISyncS3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue