From 2ea27e9e4842836120142e695ead659aa9d2c01e Mon Sep 17 00:00:00 2001 From: cff-gite Date: Fri, 10 Mar 2023 11:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=9F=E5=BC=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= 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-system-vibrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-vibrate.md b/zh-cn/application-dev/reference/apis/js-apis-system-vibrate.md index a19e27ae21..7cae8e5e9d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-vibrate.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-vibrate.md @@ -32,7 +32,7 @@ import vibrator from '@system.vibrator'; | 参数名 | 类型 | 必填 | 说明 | | ------- | --------------------------------- | ---- | ---------- | -| options | [VibrateOptions](#VibrateOptions) | 是 | 振动模式。 | +| options | [VibrateOptions](#vibrateoptions) | 是 | 振动模式。 | **示例:** -- GitLab