[add] keywords

This commit is contained in:
Max 2023-10-19 18:52:19 +08:00
parent da0c8ec962
commit a072a91f70

View file

@ -66,6 +66,7 @@ type LayoutItem struct {
Label string `json:"label,omitempty"` Label string `json:"label,omitempty"`
Width int `json:"width,omitempty"` Width int `json:"width,omitempty"`
Height int `json:"height,omitempty"` Height int `json:"height,omitempty"`
Keywords []string `json:"keywords,omitempty"`
Blocks []LayoutItem `json:"blocks,omitempty"` Blocks []LayoutItem `json:"blocks,omitempty"`
} }