🎨 Clean code

This commit is contained in:
Daniel 2025-09-04 18:08:45 +08:00
parent ba10d96a10
commit ed78e67af2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -673,7 +673,7 @@ func Round(val float64, precision int) float64 {
type ValueSelect struct {
Content string `json:"content"`
Color string `json:"color"`
Color string `json:"color"` // 1-14
}
func MSelectExistOption(mSelect []*ValueSelect, opt string) bool {