未验证 提交 de8f8091 编写于 作者: O openharmony_ci 提交者: Gitee

!12145 Incorrect file format

Merge pull request !12145 from liyaoyao/master
......@@ -22,7 +22,7 @@
1. 控制设备上的振动器,需要申请权限ohos.permission.VIBRATE。具体配置方式请参考[权限申请声明](../security/accesstoken-guidelines.md)
2. 根据指定振动效果和振动属性触发马达振动
2. 根据指定振动效果和振动属性触发马达振动。
```js
import vibrator from '@ohos.vibrator';
......@@ -45,7 +45,7 @@
}
```
5. 按照指定模式停止马达的振动。
3. 按照指定模式停止马达的振动。
```js
import vibrator from '@ohos.vibrator';
......@@ -61,7 +61,7 @@
} catch (err) {
console.info('errCode: ' + err.code + ' ,msg: ' + err.message);
}
```
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册