mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🎨 默认不启用云端同步
This commit is contained in:
parent
8b0f3d70d9
commit
d1dbf545a9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ type Sync struct {
|
|||
func NewSync() *Sync {
|
||||
return &Sync{
|
||||
CloudName: "main",
|
||||
Enabled: true,
|
||||
Enabled: false,
|
||||
Mode: 1,
|
||||
UseDataRepo: false,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue