新增textDecorationColor转十六进制

Signed-off-by: chenyuhuai <chenyuhuai1@huawei.com>
This commit is contained in:
chenyuhuai 2023-01-17 15:08:50 +08:00
parent 00ec3a6b29
commit e610313b60

View File

@ -2417,7 +2417,8 @@ var RICH_PROP_NAME_GROUPS = {
stroke: COLOR_VAR_VALIDATOR,
strokeOpacity: NUMBER_VALIDATOR,
strokeWidth: LENGTH_VALIDATOR,
fontFeatureSettings: ANYTHING_VALIDATOR
fontFeatureSettings: ANYTHING_VALIDATOR,
textDecorationColor: COLOR_VAR_VALIDATOR
},
calendar: {
boundaryColOffset: LENGTH_VALIDATOR,