Skip to content

Commit

Permalink
fix draw size int to float64
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtfu authored Mar 15, 2024
1 parent 7c6a06b commit a864ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ type DynamicItem struct {
Id int `json:"id"`
Items []struct {
Height int `json:"height"`
Size int `json:"size"`
Size float64 `json:"size"`
Src string `json:"src"`
Tags []interface{} `json:"tags"`
Width int `json:"width"`
Expand Down

0 comments on commit a864ee9

Please sign in to comment.