Merge branch 'ai_0.3_dashboard' of git.backyard.segmentfault.com:opensource/answer into ai_0.3_dashboard

This commit is contained in:
aichy126 2022-11-11 11:28:09 +08:00
commit ff5ea64f09
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ type SiteInterfaceReq struct {
Logo string `validate:"omitempty,gt=0,lte=256" form:"logo" json:"logo"`
Theme string `validate:"required,gt=1,lte=128" form:"theme" json:"theme"`
Language string `validate:"required,gt=1,lte=128" form:"language" json:"language"`
TimeZone string `validate:"required,gt=1,lte=128,timezone" form:"time_zone" json:"time_zone"`
TimeZone string `validate:"required,gt=1,lte=128" form:"time_zone" json:"time_zone"`
}
// SiteGeneralResp site general response