From 3d83e6ebcc0471ea24a8ed27a200aaf0707eee5c Mon Sep 17 00:00:00 2001 From: chenyuhuai Date: Tue, 17 Jan 2023 15:08:50 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20e610313=20from=20https://gitee.com/leih?= =?UTF-8?q?onglin/third=5Fparty=5Fweex-loader/pulls/139=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9EtextDecorationColor=E8=BD=AC=E5=8D=81=E5=85=AD?= =?UTF-8?q?=E8=BF=9B=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenyuhuai --- 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