diff --git a/structs/utils/dict.go b/structs/utils/dict.go index ebbef6b..8bbea05 100644 --- a/structs/utils/dict.go +++ b/structs/utils/dict.go @@ -4,4 +4,5 @@ type Dict struct { Key string `json:"key"` Title string `json:"title"` Value any `json:"value"` + Color string `json:"color"` }