From 6679ed834a44d3076242870b68530f427af108ab Mon Sep 17 00:00:00 2001 From: sunyaozu Date: Tue, 22 Feb 2022 15:43:41 +0800 Subject: [PATCH] delet devices tag Signed-off-by: sunyaozu --- api/@ohos.i18n.d.ts | 1 - api/@ohos.intl.d.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index a811d9a20c..cec6042811 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -18,7 +18,6 @@ * * @sysCap SystemCapability.Global.I18n * @since 7 - * @devices phone, tablet, tv, wearable, car */ declare namespace i18n { /** diff --git a/api/@ohos.intl.d.ts b/api/@ohos.intl.d.ts index 3928dd8878..2a1bcdda72 100755 --- a/api/@ohos.intl.d.ts +++ b/api/@ohos.intl.d.ts @@ -18,7 +18,6 @@ * * @sysCap SystemCapability.Global.I18n * @since 6 - * @devices phone, tablet, tv, wearable, car */ declare namespace intl { /** -- Gitee