From c9a5d34f053e5aa1aedb658f89539040547b6239 Mon Sep 17 00:00:00 2001 From: chenyuhuai Date: Tue, 17 Jan 2023 15:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EtextDecorationColor=E8=BD=AC?= =?UTF-8?q?=E5=8D=81=E5=85=AD=E8=BF=9B=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deps/weex-styler/lib/validator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/weex-styler/lib/validator.js b/deps/weex-styler/lib/validator.js index d239fcb..30ea65f 100644 --- a/deps/weex-styler/lib/validator.js +++ b/deps/weex-styler/lib/validator.js @@ -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, -- Gitee