From 951386978e7fc355d3b35bfb4f23d8dd002048db Mon Sep 17 00:00:00 2001 From: wuzhihuitmac Date: Wed, 31 Aug 2022 09:08:09 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E8=A7=86=E6=84=8F?= =?UTF-8?q?=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuzhihuitmac Change-Id: I02f82f98919f86505cb38226e6f94c3e55f73ddf --- zh-cn/application-dev/reference/apis/js-apis-vibrator.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 d395c63c4f..bef167dfa3 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md +++ b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md @@ -292,10 +292,10 @@ stop(stopMode: VibratorStopMode, callback?: AsyncCallback<void>): void; ## VibrateEffect -| 名称 | 类型 | 说明 | -| ------------- | ------ | ------------------ | -| VibrateTime | string | 马达振动时长。 | -| VibratePreset | string | 马达预置振动类型。 | +| 类型 | 说明 | +| ------------- | ------------------ | +| VibrateTime | 马达振动时长。 | +| VibratePreset | 马达预置振动类型。 | ## VibrateTime -- GitLab