This commit is contained in:
2024-11-16 23:39:25 +08:00
parent b32486305c
commit 84a0b8e711

View File

@@ -788,6 +788,7 @@ func NewSchema(config Config) (graphql.Schema, error) {
fmt.Println("数字精度转换失败:", err)
return nil, err
}
color = "#" + matches[1]
precision = num
}