From 5f234839ea0bfe522d0062eca076b8de76c8fc40 Mon Sep 17 00:00:00 2001 From: cff-gite Date: Fri, 16 Sep 2022 14:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E4=BF=AE=E6=94=B9=E8=B5=84=E6=96=99?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cff-gite --- zh-cn/application-dev/reference/apis/js-apis-vibrator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 620838d79b..0cc024a091 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md +++ b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md @@ -59,7 +59,7 @@ vibrate(effect: VibrateEffect, attribute: VibrateAttribute): Promise<void> | 参数名 | 类型 | 必填 | 说明 | | --------- | -------------------------------------- | ---- | :------------- | -| effect | [VibrateEffect](#vibrateffect9) | 是 | 马达振动效果。 | +| effect | [VibrateEffect](#vibrateeffect9) | 是 | 马达振动效果。 | | attribute | [VibrateAttribute](#vibrateattribute9) | 是 | 马达振动属性。 | **返回值:** @@ -185,7 +185,7 @@ vibrate(effect: VibrateEffect, attribute: VibrateAttribute, callback: AsyncCallb | 参数名 | 类型 | 必填 | 说明 | | --------- | -------------------------------------- | ---- | :--------------------------------------------------------- | -| effect | [VibrateEffect](#VibrateEffect9) | 是 | 马达振动效果。 | +| effect | [VibrateEffect](#vibrateeffect9) | 是 | 马达振动效果。 | | attribute | [VibrateAttribute](#vibrateattribute9) | 是 | 马达振动属性。 | | callback | AsyncCallback<void> | 是 | 回调函数。当马达振动成功,err为undefined,否则为错误对象。 | -- GitLab