提交 a9ae8255 编写于 作者: W wangyaqi

update: uni.vibrate

上级 67db52f0
......@@ -30,7 +30,8 @@ const todos = [
'stopBeaconDiscovery',
'hideShareMenu',
'onWindowResize',
'offWindowResize'
'offWindowResize',
'vibrate'
]
// 存在兼容性的 API 列表
......
......@@ -43,7 +43,8 @@ export const todos = [
'checkIsSoterEnrolledInDevice',
'reportMonitor',
'getLogManager',
'reportAnalytics'
'reportAnalytics',
'vibrate'
]
export const canIUses = [
'scanCode',
......
......@@ -67,7 +67,8 @@ const todos = [
'onWindowResize',
'offWindowResize',
'compressImage',
'createOffscreenCanvas'
'createOffscreenCanvas',
'vibrate'
]
// 存在兼容性的 API 列表
......
......@@ -2,5 +2,7 @@ import previewImage from '../../helpers/normalize-preview-image'
export const protocols = {
previewImage
}
export const todos = []
export const todos = [
'vibrate'
]
export const canIUses = []
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册