🎨 默认不启用云端同步

This commit is contained in:
Liang Ding 2022-07-06 22:30:05 +08:00
parent 8b0f3d70d9
commit d1dbf545a9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -36,7 +36,7 @@ type Sync struct {
func NewSync() *Sync {
return &Sync{
CloudName: "main",
Enabled: true,
Enabled: false,
Mode: 1,
UseDataRepo: false,
}