From 747797f2b14195dfb62d2d13b1fc1ffcbabe36ab Mon Sep 17 00:00:00 2001 From: x00405909 Date: Mon, 14 Feb 2022 20:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=AD=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=94=AF=E6=8C=81syscap=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: x00405909 Change-Id: Idcef86da8ee58acdcb6dacca73ac6f718d297903 --- api/@ohos.deviceInfo.d.ts | 1 - api/@ohos.systemparameter.d.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/api/@ohos.deviceInfo.d.ts b/api/@ohos.deviceInfo.d.ts index c6b4c48ea3..18cca63174 100644 --- a/api/@ohos.deviceInfo.d.ts +++ b/api/@ohos.deviceInfo.d.ts @@ -16,7 +16,6 @@ /** * A static class pertaining to the product information. * - * @devices phone, tablet * @since 6 * @Syscap SystemCapability.Startup.SysInfo */ diff --git a/api/@ohos.systemparameter.d.ts b/api/@ohos.systemparameter.d.ts index 3f6f385653..57a2906095 100644 --- a/api/@ohos.systemparameter.d.ts +++ b/api/@ohos.systemparameter.d.ts @@ -18,7 +18,6 @@ import { AsyncCallback, BusinessError } from './basic'; /** * The interface of system parameters class. * - * @devices phone, tablet * @since 6 * @Syscap SystemCapability.Startup.SysInfo * @hide -- Gitee