You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chain-dci/pkg/err/fontCopyrightEnum.go

9 lines
226 B
Go

package err
var FontCopyrightEnum = map[string]string{
"NO_NEED": "不涉及字体版权",
"FREE_FONT": "公共免费字体",
"ORIGINAL_FONT": "原创字体",
"AUTHORIZED_FONT": "商用字体已授权",
}