feat dict添加color字段

This commit is contained in:
timerzz 2024-09-03 15:12:37 +08:00
parent 429c7ca241
commit 07cb2d39ed

View File

@ -4,4 +4,5 @@ type Dict struct {
Key string `json:"key"`
Title string `json:"title"`
Value any `json:"value"`
Color string `json:"color"`
}