fix: config sync issues #685

This commit is contained in:
Jacky 2024-11-04 12:26:49 +08:00
parent e6e1876c54
commit e4a5ba5b87
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
10 changed files with 114 additions and 69 deletions

View file

@ -17,4 +17,5 @@ type Config struct {
SiteCategoryID uint64 `json:"site_category_id"`
SiteCategory *model.SiteCategory `json:"site_category,omitempty"`
Enabled bool `json:"enabled"`
Dir string `json:"dir"`
}