This commit is contained in:
laodaming
2023-09-19 16:10:17 +08:00
parent aa9b972ded
commit b41d6ffda5
2 changed files with 4 additions and 4 deletions

View File

@@ -30,8 +30,8 @@ type RenderData struct {
GuestId int64 `json:"guest_id"` //游客id(websocket连接建立再赋值)
}
type TemplateTagColor struct {
Color [][]string `json:"color"` //颜色组合
SelectedIndex int `json:"selected_index"` //主色的下标索引
Color [][]string `json:"color"` //颜色组合
SelectedColorIndex int `json:"selected_color_index"` //主色的下标索引
}
// websocket发送渲染完的数据