From 138dd45e17b70fa12a0bb8d9c5613c2223340e9d Mon Sep 17 00:00:00 2001 From: huangjie Date: Mon, 4 Sep 2023 20:16:07 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2046a54e0=20from=20https://gitee.com/maoz?= =?UTF-8?q?iduanl/docs/pulls/23811=20=E8=B5=84=E6=BA=90api=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- .../reference/apis/js-apis-resource-manager.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md b/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md index 897968a411..3c8cded98b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md @@ -219,10 +219,8 @@ import { BusinessError } from '@ohos.base'; | 名称 | 值 | 说明 | | -------------------- | ---- | ---- | -| DEVICE_TYPE_PHONE | 0x00 | 手机 | | DEVICE_TYPE_TABLET | 0x01 | 平板 | | DEVICE_TYPE_CAR | 0x02 | 汽车 | -| DEVICE_TYPE_PC | 0x03 | 电脑 | | DEVICE_TYPE_TV | 0x04 | 电视 | | DEVICE_TYPE_WEARABLE | 0x06 | 穿戴 | @@ -3950,7 +3948,7 @@ getDeviceCapability(): Promise<DeviceCapability> release() -用户释放创建的resourceManager。 +用户释放创建的resourceManager, 此接口暂不支持。 **系统能力**:SystemCapability.Global.ResourceManager -- GitLab