🎨 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:
Daniel 2025-01-01 12:09:05 +08:00
parent 47e6e8b74b
commit 6d7feb461f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 2 deletions

View file

@ -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;