feat dict添加color字段
This commit is contained in:
parent
429c7ca241
commit
07cb2d39ed
@ -4,4 +4,5 @@ type Dict struct {
|
|||||||
Key string `json:"key"`
|
Key string `json:"key"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Value any `json:"value"`
|
Value any `json:"value"`
|
||||||
|
Color string `json:"color"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user