提交 a9ae8255 编写于 作者: W wangyaqi

update: uni.vibrate

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