From 1697110ec555b7d28e5008b38be69c4db7c64b57 Mon Sep 17 00:00:00 2001 From: mayunteng_1 Date: Mon, 13 Mar 2023 13:49:20 +0800 Subject: [PATCH] update msdp api describe Signed-off-by:mayunteng_1 Signed-off-by: mayunteng_1 --- zh-cn/application-dev/reference/apis/js-apis-stationary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-stationary.md b/zh-cn/application-dev/reference/apis/js-apis-stationary.md index 1200cc374a..fe31704bd4 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-stationary.md +++ b/zh-cn/application-dev/reference/apis/js-apis-stationary.md @@ -22,7 +22,7 @@ import stationary from '@ohos.stationary' ### 属性 -| 名称 | 参数类型 | 可读 | 可写 | 说明 | +| 名称 | 类型 | 可读 | 可写 | 说明 | | -------- | -------- | -------- | -------- | -------- | | state | [ActivityState](#activitystate) | 是 | 否 | 设备状态变化返回值。 | @@ -32,7 +32,7 @@ import stationary from '@ohos.stationary' **系统能力**:SystemCapability.Msdp.DeviceStatus.Stationary -| 名称 | 描述 | +| 名称 | 描述说明 | | -------- | -------- | | still | 绝对静止。 | | relativeStill | 相对静止。 | -- GitLab