This commit is contained in:
laodaming
2023-09-20 14:11:07 +08:00
parent 30fd11bb37
commit 7bebadc517
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ type RenderData struct {
GuestId int64 `json:"guest_id"` //游客id(websocket连接建立再赋值)
}
type TemplateTagColor struct {
Color [][]string `json:"color"` //颜色组合
Colors [][]string `json:"colors"` //颜色组合
SelectedColorIndex int `json:"selected_color_index"` //主色的下标索引
}