提交 700a3ce4 编写于 作者: d-u-a's avatar d-u-a

update: mp-qq api

上级 ef523b78
...@@ -17,23 +17,11 @@ export const todos = [ ...@@ -17,23 +17,11 @@ export const todos = [
'canIUse', 'canIUse',
'onMemoryWarning', 'onMemoryWarning',
'onNetworkStatusChange', 'onNetworkStatusChange',
'onAccelerometerChange',
'startAccelerometer',
'stopAccelerometer',
'onCompassChange',
'startCompass',
'scanCode',
'startBeaconDiscovery', 'startBeaconDiscovery',
'stopBeaconDiscovery', 'stopBeaconDiscovery',
'getBeacons', 'getBeacons',
'onBeaconUpdate', 'onBeaconUpdate',
'onBeaconServiceChange', 'onBeaconServiceChange',
'setScreenBrightness',
'getScreenBrightness',
'setKeepScreenOn',
'onUserCaptureScreen',
'vibrateLong',
'vibrateShort',
'addPhoneContact', 'addPhoneContact',
'getHCEState', 'getHCEState',
'startHCE', 'startHCE',
...@@ -64,10 +52,22 @@ export const todos = [ ...@@ -64,10 +52,22 @@ export const todos = [
'checkIsSupportSoterAuthentication', 'checkIsSupportSoterAuthentication',
'startSoterAuthentication', 'startSoterAuthentication',
'checkIsSoterEnrolledInDevice', 'checkIsSoterEnrolledInDevice',
'createWorker',
'reportMonitor', 'reportMonitor',
'getLogManager', 'getLogManager',
'onUserCaptureScreen',
'reportAnalytics' 'reportAnalytics'
] ]
export const canIUses = [] export const canIUses = [
'scanCode',
'startAccelerometer',
'stopAccelerometer',
'onAccelerometerChange',
'startCompass',
'onCompassChange',
'setScreenBrightness',
'getScreenBrightness',
'setKeepScreenOn',
'onUserCaptureScreen',
'vibrateLong',
'vibrateShort',
'createWorker'
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册