提交 d172328b 编写于 作者: X xiaoyucoding

fix: 补充部分不支持的 API

上级 6e9d0048
...@@ -4,16 +4,18 @@ export default [ ...@@ -4,16 +4,18 @@ export default [
'getScreenBrightness', 'getScreenBrightness',
'setKeepScreenOn', 'setKeepScreenOn',
'addPhoneContact', 'addPhoneContact',
'subscribePush',
'unsubscribePush',
'onPush',
'offPush',
'saveImageToPhotosAlbum', 'saveImageToPhotosAlbum',
'saveVideoToPhotosAlbum', 'saveVideoToPhotosAlbum',
'setClipboardData', 'setClipboardData',
'getClipboardData', 'getClipboardData',
'getRecorderManager', 'getRecorderManager',
'getProvider',
'login', 'login',
'getUserInfo',
'share', 'share',
'requestPayment' 'requestPayment',
'subscribePush',
'unsubscribePush',
'onPush',
'offPush'
] ]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册