This commit is contained in:
Liang Ding 2022-07-03 23:28:17 +08:00
parent f5ccf07540
commit b387adb81a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 519 additions and 1335 deletions

View file

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