From eb2c84359b439fe182f802895a4f1a7aee7a1191 Mon Sep 17 00:00:00 2001 From: yaoyuchi Date: Thu, 17 Feb 2022 16:43:26 +0800 Subject: [PATCH] delete textclock status property Signed-off-by: yaoyuchi --- compiler/components/text_clock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/components/text_clock.json b/compiler/components/text_clock.json index 3b23350..c139319 100644 --- a/compiler/components/text_clock.json +++ b/compiler/components/text_clock.json @@ -1,7 +1,7 @@ { "name": "TextClock", "attrs": [ - "format", "onDateChange", "status", "fontColor", + "format", "onDateChange", "fontColor", "fontSize", "fontStyle", "fontWeight", "fontFamily" ] -} \ No newline at end of file +}