From 35bbb3df5424317cf8641b8c17b62b386c73694d Mon Sep 17 00:00:00 2001 From: cff-gite Date: Wed, 30 Nov 2022 09:06:00 +0800 Subject: [PATCH] =?UTF-8?q?docs=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cff-gite --- .../reference/apis/js-apis-vibrator.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md index 1daff5659e..e2c7e427c5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md +++ b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md @@ -35,9 +35,9 @@ startVibration(effect: VibrateEffect, attribute: VibrateAttribute, callback: Asy 以下错误码的详细介绍请参见 [ohos.vibrator错误码](../errorcodes/errorcode-vibrator.md) -| 错误码ID | 错误信息 | -| -------- | ------------------------- | -| 14600101 | Device operation failed。 | +| 错误码ID | 错误信息 | +| -------- | ------------------------ | +| 14600101 | Device operation failed. | 示例: @@ -88,9 +88,9 @@ startVibration(effect: VibrateEffect, attribute: VibrateAttribute): Promise<v 以下错误码的详细介绍请参见 [ohos.vibrator错误码](../errorcodes/errorcode-vibrator.md) -| 错误码ID | 错误信息 | -| -------- | ------------------------- | -| 14600101 | Device operation failed。 | +| 错误码ID | 错误信息 | +| -------- | ------------------------ | +| 14600101 | Device operation failed. | **示例:** -- GitLab