足力健前端,vue版本

modules.json 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. [{
  2. "name": "base",
  3. "title": "基础",
  4. "apiList": {
  5. "uni.getSystemInfo": true,
  6. "uni.getSystemInfoSync": true,
  7. "uni.canIUse": true,
  8. "uni.upx2px": true,
  9. "uni.navigateTo": true,
  10. "uni.redirectTo": true,
  11. "uni.switchTab": true,
  12. "uni.reLaunch": true,
  13. "uni.navigateBack": true
  14. }
  15. }, {
  16. "name": "network",
  17. "title": "网络",
  18. "apiList": {
  19. "uni.request": true,
  20. "uni.connectSocket": true,
  21. "uni.sendSocketMessage": true,
  22. "uni.closeSocket": true,
  23. "uni.onSocketOpen": true,
  24. "uni.onSocketError": true,
  25. "uni.onSocketMessage": true,
  26. "uni.onSocketClose": true,
  27. "uni.downloadFile": true,
  28. "uni.uploadFile": true
  29. }
  30. }, {
  31. "name": "storage",
  32. "title": "数据缓存",
  33. "apiList": {
  34. "uni.setStorage": true,
  35. "uni.setStorageSync": true,
  36. "uni.getStorage": true,
  37. "uni.getStorageSync": true,
  38. "uni.removeStorage": true,
  39. "uni.removeStorageSync": true,
  40. "uni.clearStorage": true,
  41. "uni.clearStorageSync": true,
  42. "uni.getStorageInfo": true,
  43. "uni.getStorageInfoSync": true
  44. }
  45. }, {
  46. "name": "location",
  47. "title": "位置",
  48. "apiList": {
  49. "uni.getLocation": true,
  50. "uni.openLocation": true,
  51. "uni.chooseLocation": true
  52. }
  53. }, {
  54. "name": "media",
  55. "title": "媒体",
  56. "apiList": {
  57. "uni.chooseImage": true,
  58. "uni.previewImage": true,
  59. "uni.getImageInfo": true,
  60. "uni.saveImageToPhotosAlbum": true,
  61. "uni.compressImage": true,
  62. "uni.getRecorderManager": true,
  63. "uni.getBackgroundAudioManager": true,
  64. "uni.createInnerAudioContext": true,
  65. "uni.chooseVideo": true,
  66. "uni.saveVideoToPhotosAlbum": true,
  67. "uni.createVideoContext": true,
  68. "uni.createCameraContext": true,
  69. "uni.createLivePlayerContext": true,
  70. "uni.createLivePusherContext": true
  71. }
  72. }, {
  73. "name": "device",
  74. "title": "设备",
  75. "apiList": {
  76. "uni.onMemoryWarning": true,
  77. "uni.getNetworkType": true,
  78. "uni.onNetworkStatusChange": true,
  79. "uni.onAccelerometerChange": true,
  80. "uni.startAccelerometer": true,
  81. "uni.stopAccelerometer": true,
  82. "uni.onCompassChange": true,
  83. "uni.startCompass": true,
  84. "uni.stopCompass": true,
  85. "uni.onGyroscopeChange": true,
  86. "uni.startGyroscope": true,
  87. "uni.stopGyroscope": true,
  88. "uni.makePhoneCall": true,
  89. "uni.scanCode": true,
  90. "uni.setClipboardData": true,
  91. "uni.getClipboardData": true,
  92. "uni.setScreenBrightness": true,
  93. "uni.getScreenBrightness": true,
  94. "uni.setKeepScreenOn": true,
  95. "uni.onUserCaptureScreen": true,
  96. "uni.vibrateLong": true,
  97. "uni.vibrateShort": true,
  98. "uni.addPhoneContact": true,
  99. "uni.openBluetoothAdapter": true,
  100. "uni.startBluetoothDevicesDiscovery": true,
  101. "uni.onBluetoothDeviceFound": true,
  102. "uni.stopBluetoothDevicesDiscovery": true,
  103. "uni.onBluetoothAdapterStateChange": true,
  104. "uni.getConnectedBluetoothDevices": true,
  105. "uni.getBluetoothDevices": true,
  106. "uni.getBluetoothAdapterState": true,
  107. "uni.closeBluetoothAdapter": true,
  108. "uni.writeBLECharacteristicValue": true,
  109. "uni.readBLECharacteristicValue": true,
  110. "uni.onBLEConnectionStateChange": true,
  111. "uni.onBLECharacteristicValueChange": true,
  112. "uni.notifyBLECharacteristicValueChange": true,
  113. "uni.getBLEDeviceServices": true,
  114. "uni.getBLEDeviceCharacteristics": true,
  115. "uni.createBLEConnection": true,
  116. "uni.closeBLEConnection": true,
  117. "uni.onBeaconServiceChange": true,
  118. "uni.onBeaconUpdate": true,
  119. "uni.getBeacons": true,
  120. "uni.startBeaconDiscovery": true,
  121. "uni.stopBeaconDiscovery": true,
  122. "uni.onUIStyleChange": true
  123. }
  124. }, {
  125. "name": "ui",
  126. "title": "界面",
  127. "apiList": {
  128. "uni.showToast": true,
  129. "uni.hideToast": true,
  130. "uni.showLoading": true,
  131. "uni.hideLoading": true,
  132. "uni.showModal": true,
  133. "uni.showActionSheet": true,
  134. "uni.setNavigationBarTitle": true,
  135. "uni.setNavigationBarColor": true,
  136. "uni.showNavigationBarLoading": true,
  137. "uni.hideNavigationBarLoading": true,
  138. "uni.setTabBarItem": true,
  139. "uni.setTabBarStyle": true,
  140. "uni.hideTabBar": true,
  141. "uni.showTabBar": true,
  142. "uni.setTabBarBadge": true,
  143. "uni.removeTabBarBadge": true,
  144. "uni.showTabBarRedDot": true,
  145. "uni.hideTabBarRedDot": true,
  146. "uni.setBackgroundColor": true,
  147. "uni.setBackgroundTextStyle": true,
  148. "uni.createAnimation": true,
  149. "uni.pageScrollTo": true,
  150. "uni.onWindowResize": true,
  151. "uni.offWindowResize": true,
  152. "uni.loadFontFace": true,
  153. "uni.startPullDownRefresh": true,
  154. "uni.stopPullDownRefresh": true,
  155. "uni.createSelectorQuery": true,
  156. "uni.createIntersectionObserver": true,
  157. "uni.hideKeyboard": true,
  158. "uni.onKeyboardHeightChange": true
  159. }
  160. }, {
  161. "name": "event",
  162. "title": "页面通讯",
  163. "apiList": {
  164. "uni.$emit": true,
  165. "uni.$on": true,
  166. "uni.$once": true,
  167. "uni.$off": true
  168. }
  169. }, {
  170. "name": "file",
  171. "title": "文件",
  172. "apiList": {
  173. "uni.saveFile": true,
  174. "uni.getSavedFileList": true,
  175. "uni.getSavedFileInfo": true,
  176. "uni.removeSavedFile": true,
  177. "uni.getFileInfo": true,
  178. "uni.openDocument": true,
  179. "uni.getFileSystemManager": true
  180. }
  181. }, {
  182. "name": "canvas",
  183. "title": "绘画",
  184. "apiList": {
  185. "uni.createOffscreenCanvas": true,
  186. "uni.createCanvasContext": true,
  187. "uni.canvasToTempFilePath": true,
  188. "uni.canvasPutImageData": true,
  189. "uni.canvasGetImageData": true
  190. }
  191. }, {
  192. "name": "third",
  193. "title": "第三方服务",
  194. "apiList": {
  195. "uni.getProvider": true,
  196. "uni.login": true,
  197. "uni.checkSession": true,
  198. "uni.getUserInfo": true,
  199. "uni.share": true,
  200. "uni.showShareMenu": true,
  201. "uni.hideShareMenu": true,
  202. "uni.requestPayment": true,
  203. "uni.subscribePush": true,
  204. "uni.unsubscribePush": true,
  205. "uni.onPush": true,
  206. "uni.offPush": true,
  207. "uni.requireNativePlugin": true,
  208. "uni.base64ToArrayBuffer": true,
  209. "uni.arrayBufferToBase64": true
  210. }
  211. }, {
  212. "name": "ad",
  213. "title": "广告",
  214. "apiList": {
  215. "uni.createRewardedVideoAd": true
  216. }
  217. }]