提交 b05fb316 编写于 作者: W wangyaqi

update: mp-qq api

上级 192caee6
...@@ -3,18 +3,9 @@ export const protocols = { ...@@ -3,18 +3,9 @@ export const protocols = {
previewImage previewImage
} }
export const todos = [ export const todos = [
'connectSocket',
'onSocketOpen',
'onSocketError',
'sendSocketMessage',
'onSocketMessage',
'closeSocket',
'onSocketClose',
'createLivePlayerContext', 'createLivePlayerContext',
'createLivePusherContext', 'createLivePusherContext',
'loadFontFace', 'loadFontFace',
'openDocument',
'canIUse',
'onMemoryWarning', 'onMemoryWarning',
'onNetworkStatusChange', 'onNetworkStatusChange',
'startBeaconDiscovery', 'startBeaconDiscovery',
...@@ -41,8 +32,6 @@ export const todos = [ ...@@ -41,8 +32,6 @@ export const todos = [
'getExtConfig', 'getExtConfig',
'getExtConfigSync', 'getExtConfigSync',
'getPhoneNumber', 'getPhoneNumber',
'updateShareMenu',
'getShareInfo',
'chooseAddress', 'chooseAddress',
'addCard', 'addCard',
'openCard', 'openCard',
...@@ -69,5 +58,15 @@ export const canIUses = [ ...@@ -69,5 +58,15 @@ export const canIUses = [
'onUserCaptureScreen', 'onUserCaptureScreen',
'vibrateLong', 'vibrateLong',
'vibrateShort', 'vibrateShort',
'createWorker' 'createWorker',
'connectSocket',
'onSocketOpen',
'onSocketError',
'sendSocketMessage',
'onSocketMessage',
'closeSocket',
'onSocketClose',
'openDocument',
'updateShareMenu',
'getShareInfo'
] ]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册