From 201857773e7b06ea4bd4a3723da750e6a7bbda49 Mon Sep 17 00:00:00 2001 From: yaoyuchi Date: Wed, 26 Jan 2022 11:35:48 +0800 Subject: [PATCH] modify hourswest range describe Signed-off-by: yaoyuchi --- api/@internal/component/ets/text_clock.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/text_clock.d.ts b/api/@internal/component/ets/text_clock.d.ts index d33396e621..143af0f284 100644 --- a/api/@internal/component/ets/text_clock.d.ts +++ b/api/@internal/component/ets/text_clock.d.ts @@ -21,7 +21,7 @@ interface TextClockInterface { /** * Construct the text clock component. * Specifies the current time zone. - * The valid value is an integer ranging from - 12 to 12, + * The valid value is an integer ranging from - 14 to 12, * Where a negative value indicates the eastern time zone, for example, -8. * @since 8 */ -- Gitee