@dcloudio/uni-app-x 0.7.112 → 0.7.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (379) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniNativeView.d.ts +1 -0
  3. package/types/dom2-internal/UniPage.d.ts +16 -0
  4. package/types/native/CSSStyleDeclaration.d.ts +172 -172
  5. package/types/native/CanvasRenderingContext2D.d.ts +4720 -4720
  6. package/types/native/DrawableContext.d.ts +1893 -1893
  7. package/types/native/IUniElement.d.ts +7468 -7468
  8. package/types/native/IUniNativeViewElement.d.ts +327 -327
  9. package/types/native/SnapshotOptions.d.ts +337 -62
  10. package/types/native/UniPage.d.ts +1305 -1305
  11. package/types/native/UniResizeObserver.d.ts +749 -749
  12. package/types/native/UniSwiperAnimationFinishEvent.d.ts +59 -59
  13. package/types/native/UniSwiperChangeEvent.d.ts +58 -58
  14. package/types/page.d.ts +3154 -3112
  15. package/types/uni/uts-plugin-api/global.d.ts +8 -0
  16. package/types/uni/uts-plugin-api/index.d.ts +8 -0
  17. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +1672 -911
  18. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +126 -126
  19. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +14 -14
  20. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +154 -154
  21. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +14 -14
  22. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/global.d.ts +55 -0
  23. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/index.d.ts +27 -0
  24. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/interface.d.ts +1155 -0
  25. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/global.d.ts +9 -6
  26. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/index.d.ts +5 -3
  27. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +978 -972
  28. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +25 -0
  29. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +12 -0
  30. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +978 -0
  31. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +358 -358
  32. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
  33. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +78 -78
  34. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +490 -479
  35. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +214 -214
  36. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +126 -126
  37. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +30 -30
  38. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/global.d.ts +39 -0
  39. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/index.d.ts +19 -0
  40. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +856 -0
  41. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +338 -338
  42. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +147 -147
  43. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +397 -397
  44. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +6363 -6359
  45. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +554 -554
  46. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2149 -2149
  47. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1340 -1340
  48. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +1707 -1707
  49. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +307 -307
  50. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +310 -310
  51. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +5 -5
  52. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +129 -129
  53. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +757 -757
  54. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +5881 -5879
  55. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +442 -442
  56. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/global.d.ts +9 -0
  57. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/index.d.ts +5 -0
  58. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/interface.d.ts +0 -0
  59. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +171 -171
  60. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  61. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +536 -536
  62. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +2914 -2910
  63. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +24 -24
  64. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +208 -208
  65. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +785 -785
  66. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +4243 -4243
  67. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1979 -1963
  68. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +5 -3
  69. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +229 -229
  70. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +753 -753
  71. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +84 -84
  72. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +790 -788
  73. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +447 -447
  74. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +498 -498
  75. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1552 -1548
  76. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +58 -58
  77. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +30 -30
  78. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +2513 -2513
  79. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +81 -81
  80. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +351 -351
  81. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +107 -107
  82. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +584 -584
  83. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +722 -722
  84. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +292 -292
  85. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +358 -358
  86. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +657 -657
  87. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/global.d.ts +9 -0
  88. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/index.d.ts +5 -0
  89. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  90. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1010 -1010
  91. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/global.d.ts +47 -0
  92. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/index.d.ts +23 -0
  93. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/interface.d.ts +926 -0
  94. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/global.d.ts +29 -0
  95. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/index.d.ts +14 -0
  96. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/interface.d.ts +452 -0
  97. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1442 -1442
  98. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +220 -220
  99. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +65 -65
  100. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +981 -981
  101. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +26 -26
  102. package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +1155 -0
  103. package/types/uni/uts-plugin-component/.temp/uni-camera.d.ts +38 -0
  104. package/types/uni/uts-plugin-component/.temp/uni-camera.ts +52 -0
  105. package/types/uni/uts-plugin-component/.temp/uni-canvas/utssdk/interface.uts +976 -0
  106. package/types/uni/uts-plugin-component/.temp/uni-canvas-dom2/utssdk/interface.uts +976 -0
  107. package/types/uni/uts-plugin-component/.temp/uni-editor.d.ts +171 -0
  108. package/types/uni/uts-plugin-component/.temp/uni-editor.ts +237 -0
  109. package/types/uni/uts-plugin-component/.temp/uni-form.d.ts +2 -0
  110. package/types/uni/uts-plugin-component/.temp/uni-form.ts +1 -0
  111. package/types/uni/uts-plugin-component/.temp/uni-input/utssdk/interface.uts +0 -0
  112. package/types/uni/uts-plugin-component/.temp/uni-map-tencent.d.ts +56 -0
  113. package/types/uni/uts-plugin-component/.temp/uni-map-tencent.ts +88 -0
  114. package/types/uni/uts-plugin-component/.temp/uni-match-media.d.ts +2 -0
  115. package/types/uni/uts-plugin-component/.temp/uni-match-media.ts +2 -0
  116. package/types/uni/uts-plugin-component/.temp/uni-navigator.d.ts +2 -0
  117. package/types/uni/uts-plugin-component/.temp/uni-navigator.ts +1 -0
  118. package/types/uni/uts-plugin-component/.temp/uni-page-container.d.ts +0 -0
  119. package/types/uni/uts-plugin-component/.temp/uni-page-container.ts +2 -0
  120. package/types/uni/uts-plugin-component/.temp/uni-progress.d.ts +2 -0
  121. package/types/uni/uts-plugin-component/.temp/uni-progress.ts +1 -0
  122. package/types/uni/uts-plugin-component/.temp/uni-rich-text.d.ts +7 -0
  123. package/types/uni/uts-plugin-component/.temp/uni-rich-text.ts +12 -0
  124. package/types/uni/uts-plugin-component/.temp/uni-textarea/utssdk/interface.uts +0 -0
  125. package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +936 -0
  126. package/types/uni/uts-plugin-component/.temp/uni-video.d.ts +134 -0
  127. package/types/uni/uts-plugin-component/.temp/uni-video.ts +180 -0
  128. package/types/uni/uts-plugin-component/.temp/uni-web-view/utssdk/interface.uts +452 -0
  129. package/types/uni/uts-plugin-component/.temp/uni-web-view.d.ts +51 -0
  130. package/types/uni/uts-plugin-component/.temp/uni-web-view.ts +86 -0
  131. package/types/uni/uts-plugin-component/global.d.ts +79 -0
  132. package/types/uni/uts-plugin-component/index.d.ts +79 -0
  133. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +29 -0
  134. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +14 -0
  135. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +1673 -0
  136. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +25 -0
  137. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +12 -0
  138. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/interface.d.ts +226 -0
  139. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +11 -0
  140. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/index.d.ts +5 -0
  141. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +79 -0
  142. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/global.d.ts +59 -0
  143. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/index.d.ts +29 -0
  144. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +371 -0
  145. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/global.d.ts +9 -0
  146. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/index.d.ts +5 -0
  147. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/interface.d.ts +0 -0
  148. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +11 -0
  149. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/index.d.ts +5 -0
  150. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +79 -0
  151. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +978 -976
  152. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +978 -976
  153. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +25 -0
  154. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +12 -0
  155. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +423 -0
  156. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +33 -0
  157. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +16 -0
  158. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +499 -0
  159. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +45 -0
  160. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +22 -0
  161. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +217 -0
  162. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +33 -0
  163. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +16 -0
  164. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +3379 -0
  165. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +21 -0
  166. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +10 -0
  167. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +153 -0
  168. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +19 -0
  169. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +9 -0
  170. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +61 -0
  171. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +21 -0
  172. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +10 -0
  173. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +560 -0
  174. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +15 -0
  175. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +7 -0
  176. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +214 -0
  177. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +23 -0
  178. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +11 -0
  179. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +158 -0
  180. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +29 -0
  181. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +14 -0
  182. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +2304 -0
  183. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +39 -0
  184. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +19 -0
  185. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +856 -0
  186. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/global.d.ts +25 -0
  187. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/index.d.ts +13 -0
  188. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/interface.d.ts +181 -0
  189. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +17 -0
  190. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +8 -0
  191. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +338 -0
  192. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +27 -0
  193. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +13 -0
  194. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +147 -0
  195. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +81 -0
  196. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +40 -0
  197. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +397 -0
  198. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +151 -0
  199. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +75 -0
  200. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +6428 -0
  201. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +11 -0
  202. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +5 -0
  203. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +37 -0
  204. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +13 -0
  205. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +6 -0
  206. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +620 -0
  207. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +15 -0
  208. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +7 -0
  209. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2220 -0
  210. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +17 -0
  211. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +8 -0
  212. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1406 -0
  213. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +15 -0
  214. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +7 -0
  215. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +1774 -0
  216. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +11 -0
  217. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/index.d.ts +5 -0
  218. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +82 -0
  219. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +13 -0
  220. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +6 -0
  221. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +374 -0
  222. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +13 -0
  223. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +6 -0
  224. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +377 -0
  225. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +21 -0
  226. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +11 -0
  227. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +736 -0
  228. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +33 -0
  229. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +16 -0
  230. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +420 -0
  231. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +23 -0
  232. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +11 -0
  233. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +199 -0
  234. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +37 -0
  235. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +18 -0
  236. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +757 -0
  237. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +33 -0
  238. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +16 -0
  239. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +6084 -0
  240. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +13 -0
  241. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +6 -0
  242. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +508 -0
  243. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +25 -0
  244. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +12 -0
  245. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +125 -0
  246. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +17 -0
  247. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +8 -0
  248. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +171 -0
  249. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +45 -0
  250. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +22 -0
  251. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +234 -0
  252. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +29 -0
  253. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +14 -0
  254. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +603 -0
  255. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +61 -0
  256. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +30 -0
  257. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +3443 -0
  258. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +9 -0
  259. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +5 -0
  260. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +3 -0
  261. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +9 -0
  262. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +5 -0
  263. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +3 -0
  264. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +29 -0
  265. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +14 -0
  266. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +386 -0
  267. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +157 -0
  268. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +78 -0
  269. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +5245 -0
  270. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +43 -0
  271. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +21 -0
  272. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +291 -0
  273. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +69 -0
  274. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +34 -0
  275. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +1047 -0
  276. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +109 -0
  277. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +54 -0
  278. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +4462 -0
  279. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +71 -0
  280. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +35 -0
  281. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +2142 -0
  282. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +9 -0
  283. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +5 -0
  284. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +1 -0
  285. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +17 -0
  286. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +9 -0
  287. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +48 -0
  288. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +25 -0
  289. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +12 -0
  290. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +256 -0
  291. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +29 -0
  292. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +14 -0
  293. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +823 -0
  294. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +27 -0
  295. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +13 -0
  296. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +155 -0
  297. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +33 -0
  298. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +16 -0
  299. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +856 -0
  300. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +9 -0
  301. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +5 -0
  302. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +3 -0
  303. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +9 -0
  304. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +5 -0
  305. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
  306. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +9 -0
  307. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +5 -0
  308. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +5 -0
  309. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/global.d.ts +19 -0
  310. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/index.d.ts +10 -0
  311. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/interface.d.ts +26 -0
  312. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +47 -0
  313. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +23 -0
  314. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +520 -0
  315. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +31 -0
  316. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +15 -0
  317. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +568 -0
  318. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +33 -0
  319. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +16 -0
  320. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +1693 -0
  321. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +29 -0
  322. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +14 -0
  323. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +191 -0
  324. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +21 -0
  325. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +10 -0
  326. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +2999 -0
  327. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +21 -0
  328. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +10 -0
  329. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +713 -0
  330. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +59 -0
  331. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +29 -0
  332. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +2731 -0
  333. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +11 -0
  334. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +5 -0
  335. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +81 -0
  336. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +25 -0
  337. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +12 -0
  338. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +429 -0
  339. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/global.d.ts +57 -0
  340. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/index.d.ts +28 -0
  341. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +314 -0
  342. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +41 -0
  343. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +20 -0
  344. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +584 -0
  345. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +9 -0
  346. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +5 -0
  347. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +3 -0
  348. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +27 -0
  349. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +13 -0
  350. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +722 -0
  351. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +47 -0
  352. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +23 -0
  353. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +446 -0
  354. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +21 -0
  355. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +10 -0
  356. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +330 -0
  357. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +79 -0
  358. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +39 -0
  359. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +1030 -0
  360. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +149 -0
  361. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +74 -0
  362. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +1221 -0
  363. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +53 -0
  364. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +26 -0
  365. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +1141 -0
  366. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -22
  367. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -11
  368. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +862 -872
  369. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/global.d.ts +4 -14
  370. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/index.d.ts +2 -7
  371. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/interface.d.ts +14 -51
  372. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +113 -0
  373. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +56 -0
  374. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +1661 -0
  375. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +17 -17
  376. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +59 -0
  377. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +29 -0
  378. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +1939 -0
  379. package/types/vue/LifeCycle.d.ts +865 -854
@@ -0,0 +1,2220 @@
1
+ export type GetAppBaseInfoOptions = {
2
+ /**
3
+ * @description 过滤字段的字符串数组,假如要获取指定字段,传入此数组。
4
+ */
5
+ filter: Array<string>
6
+ };
7
+
8
+ export type GetAppBaseInfoResult = {
9
+ /**
10
+ * manifest.json 中应用appid,即DCloud appid。
11
+ *
12
+ * @uniPlatform
13
+ {
14
+ "app": {
15
+ "android": {
16
+ "osVer": "5.0",
17
+ "uniVer": "√",
18
+ "uniUtsPlugin": "3.91",
19
+ "unixVer": "3.91"
20
+ },
21
+ "ios": {
22
+ "osVer": "12.0",
23
+ "uniVer": "√",
24
+ "uniUtsPlugin": "4.11",
25
+ "unixVer": "4.11",
26
+ "unixUtsPlugin": "4.11"
27
+ },
28
+ "harmony": {
29
+ "osVer": "3.0",
30
+ "uniVer": "4.23",
31
+ "unixVer": "4.61",
32
+ "unixVaporVer": "5.0"
33
+ }
34
+ },
35
+ "mp": {
36
+ "weixin": {
37
+ "hostVer": "√",
38
+ "uniVer": "√",
39
+ "unixVer": "4.41"
40
+ },
41
+ "alipay": {
42
+ "hostVer": "√",
43
+ "uniVer": "√",
44
+ "unixVer": "x"
45
+ },
46
+ "baidu": {
47
+ "hostVer": "√",
48
+ "uniVer": "√",
49
+ "unixVer": "x"
50
+ },
51
+ "toutiao": {
52
+ "hostVer": "√",
53
+ "uniVer": "√",
54
+ "unixVer": "x"
55
+ },
56
+ "lark": {
57
+ "hostVer": "√",
58
+ "uniVer": "√",
59
+ "unixVer": "x"
60
+ },
61
+ "qq": {
62
+ "hostVer": "√",
63
+ "uniVer": "√",
64
+ "unixVer": "x"
65
+ },
66
+ "kuaishou": {
67
+ "hostVer": "√",
68
+ "uniVer": "√",
69
+ "unixVer": "x"
70
+ },
71
+ "jd": {
72
+ "hostVer": "√",
73
+ "uniVer": "√",
74
+ "unixVer": "x"
75
+ }
76
+ },
77
+ "web": {
78
+ "uniVer": "√",
79
+ "unixVer": "4.0"
80
+ }
81
+ }
82
+ */
83
+ appId?: string,
84
+
85
+ /**
86
+ * `manifest.json` 中应用名称。
87
+ *
88
+ * @uniPlatform
89
+ {
90
+ "app": {
91
+ "android": {
92
+ "osVer": "5.0",
93
+ "uniVer": "√",
94
+ "uniUtsPlugin": "3.91",
95
+ "unixVer": "3.91"
96
+ },
97
+ "ios": {
98
+ "osVer": "12.0",
99
+ "uniVer": "√",
100
+ "uniUtsPlugin": "4.11",
101
+ "unixVer": "4.11",
102
+ "unixUtsPlugin": "4.11"
103
+ },
104
+ "harmony": {
105
+ "osVer": "3.0",
106
+ "uniVer": "4.23",
107
+ "unixVer": "4.61",
108
+ "unixVaporVer": "5.0"
109
+ }
110
+ },
111
+ "mp": {
112
+ "weixin": {
113
+ "hostVer": "√",
114
+ "uniVer": "√",
115
+ "unixVer": "4.41"
116
+ },
117
+ "alipay": {
118
+ "hostVer": "√",
119
+ "uniVer": "√",
120
+ "unixVer": "x"
121
+ },
122
+ "baidu": {
123
+ "hostVer": "√",
124
+ "uniVer": "√",
125
+ "unixVer": "x"
126
+ },
127
+ "toutiao": {
128
+ "hostVer": "√",
129
+ "uniVer": "√",
130
+ "unixVer": "x"
131
+ },
132
+ "lark": {
133
+ "hostVer": "√",
134
+ "uniVer": "√",
135
+ "unixVer": "x"
136
+ },
137
+ "qq": {
138
+ "hostVer": "√",
139
+ "uniVer": "√",
140
+ "unixVer": "x"
141
+ },
142
+ "kuaishou": {
143
+ "hostVer": "√",
144
+ "uniVer": "√",
145
+ "unixVer": "x"
146
+ },
147
+ "jd": {
148
+ "hostVer": "√",
149
+ "uniVer": "√",
150
+ "unixVer": "x"
151
+ }
152
+ },
153
+ "web": {
154
+ "uniVer": "√",
155
+ "unixVer": "4.0"
156
+ }
157
+ }
158
+ */
159
+ appName?: string,
160
+
161
+ /**
162
+ * `manifest.json` 中应用版本名称,如果离线打包注意修改修改index.kt中UniAppConfig类型中的版本名称[文档](https://doc.dcloud.net.cn/uni-app-x/native/use/android.html#%E6%8B%B7%E8%B4%9Dkt%E6%96%87%E4%BB%B6)。
163
+ *
164
+ * @uniPlatform
165
+ {
166
+ "app": {
167
+ "android": {
168
+ "osVer": "5.0",
169
+ "uniVer": "√",
170
+ "uniUtsPlugin": "3.91",
171
+ "unixVer": "3.91"
172
+ },
173
+ "ios": {
174
+ "osVer": "12.0",
175
+ "uniVer": "√",
176
+ "uniUtsPlugin": "4.11",
177
+ "unixVer": "4.11",
178
+ "unixUtsPlugin": "4.11"
179
+ },
180
+ "harmony": {
181
+ "osVer": "3.0",
182
+ "uniVer": "4.23",
183
+ "unixVer": "4.61",
184
+ "unixVaporVer": "5.0"
185
+ }
186
+ },
187
+ "mp": {
188
+ "weixin": {
189
+ "hostVer": "√",
190
+ "uniVer": "√",
191
+ "unixVer": "4.41"
192
+ },
193
+ "alipay": {
194
+ "hostVer": "√",
195
+ "uniVer": "√",
196
+ "unixVer": "x"
197
+ },
198
+ "baidu": {
199
+ "hostVer": "√",
200
+ "uniVer": "√",
201
+ "unixVer": "x"
202
+ },
203
+ "toutiao": {
204
+ "hostVer": "√",
205
+ "uniVer": "√",
206
+ "unixVer": "x"
207
+ },
208
+ "lark": {
209
+ "hostVer": "√",
210
+ "uniVer": "√",
211
+ "unixVer": "x"
212
+ },
213
+ "qq": {
214
+ "hostVer": "√",
215
+ "uniVer": "√",
216
+ "unixVer": "x"
217
+ },
218
+ "kuaishou": {
219
+ "hostVer": "√",
220
+ "uniVer": "√",
221
+ "unixVer": "x"
222
+ },
223
+ "jd": {
224
+ "hostVer": "√",
225
+ "uniVer": "√",
226
+ "unixVer": "x"
227
+ }
228
+ },
229
+ "web": {
230
+ "uniVer": "√",
231
+ "unixVer": "4.0"
232
+ }
233
+ }
234
+ */
235
+ appVersion?: string,
236
+
237
+ /**
238
+ * `manifest.json` 中应用版本号,如果离线打包注意修改修改index.kt中UniAppConfig类型中的版本号[文档](https://doc.dcloud.net.cn/uni-app-x/native/use/android.html#%E6%8B%B7%E8%B4%9Dkt%E6%96%87%E4%BB%B6)。
239
+ *
240
+ * @uniPlatform
241
+ {
242
+ "app": {
243
+ "android": {
244
+ "osVer": "5.0",
245
+ "uniVer": "√",
246
+ "uniUtsPlugin": "3.91",
247
+ "unixVer": "3.91"
248
+ },
249
+ "ios": {
250
+ "osVer": "12.0",
251
+ "uniVer": "√",
252
+ "uniUtsPlugin": "4.11",
253
+ "unixVer": "4.11",
254
+ "unixUtsPlugin": "4.11"
255
+ },
256
+ "harmony": {
257
+ "osVer": "3.0",
258
+ "uniVer": "x",
259
+ "unixVer": "x"
260
+ }
261
+ },
262
+ "mp": {
263
+ "weixin": {
264
+ "hostVer": "√",
265
+ "uniVer": "√",
266
+ "unixVer": "4.41"
267
+ },
268
+ "alipay": {
269
+ "hostVer": "√",
270
+ "uniVer": "√",
271
+ "unixVer": "x"
272
+ },
273
+ "baidu": {
274
+ "hostVer": "√",
275
+ "uniVer": "√",
276
+ "unixVer": "x"
277
+ },
278
+ "toutiao": {
279
+ "hostVer": "√",
280
+ "uniVer": "√",
281
+ "unixVer": "x"
282
+ },
283
+ "lark": {
284
+ "hostVer": "√",
285
+ "uniVer": "√",
286
+ "unixVer": "x"
287
+ },
288
+ "qq": {
289
+ "hostVer": "√",
290
+ "uniVer": "√",
291
+ "unixVer": "x"
292
+ },
293
+ "kuaishou": {
294
+ "hostVer": "√",
295
+ "uniVer": "√",
296
+ "unixVer": "x"
297
+ },
298
+ "jd": {
299
+ "hostVer": "√",
300
+ "uniVer": "√",
301
+ "unixVer": "x"
302
+ }
303
+ },
304
+ "web": {
305
+ "uniVer": "√",
306
+ "unixVer": "4.0"
307
+ }
308
+ }
309
+ */
310
+ appVersionCode?: string,
311
+
312
+ /**
313
+ * 应用设置的语言en、zh-Hans、zh-Hant、fr、es
314
+ *
315
+ * @uniPlatform
316
+ {
317
+ "app": {
318
+ "android": {
319
+ "osVer": "5.0",
320
+ "uniVer": "√",
321
+ "uniUtsPlugin": "3.91",
322
+ "unixVer": "3.91"
323
+ },
324
+ "ios": {
325
+ "osVer": "12.0",
326
+ "uniVer": "√",
327
+ "uniUtsPlugin": "4.11",
328
+ "unixVer": "4.11",
329
+ "unixUtsPlugin": "4.11"
330
+ },
331
+ "harmony": {
332
+ "osVer": "3.0",
333
+ "uniVer": "x",
334
+ "unixVer": "x"
335
+ }
336
+ },
337
+ "mp": {
338
+ "weixin": {
339
+ "hostVer": "√",
340
+ "uniVer": "√",
341
+ "unixVer": "4.41"
342
+ },
343
+ "alipay": {
344
+ "hostVer": "√",
345
+ "uniVer": "√",
346
+ "unixVer": "x"
347
+ },
348
+ "baidu": {
349
+ "hostVer": "√",
350
+ "uniVer": "√",
351
+ "unixVer": "x"
352
+ },
353
+ "toutiao": {
354
+ "hostVer": "√",
355
+ "uniVer": "√",
356
+ "unixVer": "x"
357
+ },
358
+ "lark": {
359
+ "hostVer": "√",
360
+ "uniVer": "√",
361
+ "unixVer": "x"
362
+ },
363
+ "qq": {
364
+ "hostVer": "√",
365
+ "uniVer": "√",
366
+ "unixVer": "x"
367
+ },
368
+ "kuaishou": {
369
+ "hostVer": "√",
370
+ "uniVer": "√",
371
+ "unixVer": "x"
372
+ },
373
+ "jd": {
374
+ "hostVer": "√",
375
+ "uniVer": "√",
376
+ "unixVer": "x"
377
+ }
378
+ },
379
+ "web": {
380
+ "uniVer": "√",
381
+ "unixVer": "4.0"
382
+ }
383
+ }
384
+ */
385
+ appLanguage?: string,
386
+ /**
387
+ * 应用设置的语言
388
+ *
389
+ * @uniPlatform
390
+ {
391
+ "app": {
392
+ "android": {
393
+ "osVer": "5.0",
394
+ "uniVer": "√",
395
+ "uniUtsPlugin": "3.91",
396
+ "unixVer": "3.91"
397
+ },
398
+ "ios": {
399
+ "osVer": "12.0",
400
+ "uniVer": "√",
401
+ "uniUtsPlugin": "4.11",
402
+ "unixVer": "4.11",
403
+ "unixUtsPlugin": "4.11"
404
+ },
405
+ "harmony": {
406
+ "osVer": "3.0",
407
+ "uniVer": "x",
408
+ "unixVer": "x"
409
+ }
410
+ },
411
+ "mp": {
412
+ "weixin": {
413
+ "hostVer": "√",
414
+ "uniVer": "√",
415
+ "unixVer": "4.41"
416
+ },
417
+ "alipay": {
418
+ "hostVer": "√",
419
+ "uniVer": "√",
420
+ "unixVer": "x"
421
+ },
422
+ "baidu": {
423
+ "hostVer": "√",
424
+ "uniVer": "√",
425
+ "unixVer": "x"
426
+ },
427
+ "toutiao": {
428
+ "hostVer": "√",
429
+ "uniVer": "√",
430
+ "unixVer": "x"
431
+ },
432
+ "lark": {
433
+ "hostVer": "√",
434
+ "uniVer": "√",
435
+ "unixVer": "x"
436
+ },
437
+ "qq": {
438
+ "hostVer": "√",
439
+ "uniVer": "√",
440
+ "unixVer": "x"
441
+ },
442
+ "kuaishou": {
443
+ "hostVer": "√",
444
+ "uniVer": "√",
445
+ "unixVer": "x"
446
+ },
447
+ "jd": {
448
+ "hostVer": "√",
449
+ "uniVer": "√",
450
+ "unixVer": "x"
451
+ }
452
+ },
453
+ "web": {
454
+ "uniVer": "√",
455
+ "unixVer": "4.0"
456
+ }
457
+ }
458
+ */
459
+ language?: string,
460
+
461
+ /**
462
+ * 引擎版本号。已废弃,仅为了向下兼容保留
463
+ * @deprecated 已废弃,仅为了向下兼容保留
464
+ *
465
+ * @uniPlatform
466
+ {
467
+ "app": {
468
+ "android": {
469
+ "osVer": "5.0",
470
+ "uniVer": "√",
471
+ "uniUtsPlugin": "3.91",
472
+ "unixVer": "3.91"
473
+ },
474
+ "ios": {
475
+ "osVer": "12.0",
476
+ "uniVer": "√",
477
+ "uniUtsPlugin": "4.11",
478
+ "unixVer": "4.11",
479
+ "unixUtsPlugin": "4.11"
480
+ },
481
+ "harmony": {
482
+ "osVer": "3.0",
483
+ "uniVer": "4.23",
484
+ "unixVer": "4.61",
485
+ "unixVaporVer": "5.0"
486
+ }
487
+ },
488
+ "mp": {
489
+ "weixin": {
490
+ "hostVer": "√",
491
+ "uniVer": "√",
492
+ "unixVer": "4.41"
493
+ },
494
+ "alipay": {
495
+ "hostVer": "√",
496
+ "uniVer": "√",
497
+ "unixVer": "x"
498
+ },
499
+ "baidu": {
500
+ "hostVer": "√",
501
+ "uniVer": "√",
502
+ "unixVer": "x"
503
+ },
504
+ "toutiao": {
505
+ "hostVer": "√",
506
+ "uniVer": "√",
507
+ "unixVer": "x"
508
+ },
509
+ "lark": {
510
+ "hostVer": "√",
511
+ "uniVer": "√",
512
+ "unixVer": "x"
513
+ },
514
+ "qq": {
515
+ "hostVer": "√",
516
+ "uniVer": "√",
517
+ "unixVer": "x"
518
+ },
519
+ "kuaishou": {
520
+ "hostVer": "√",
521
+ "uniVer": "√",
522
+ "unixVer": "x"
523
+ },
524
+ "jd": {
525
+ "hostVer": "√",
526
+ "uniVer": "√",
527
+ "unixVer": "x"
528
+ }
529
+ },
530
+ "web": {
531
+ "uniVer": "x",
532
+ "unixVer": "x"
533
+ }
534
+ }
535
+ */
536
+ version?: string,
537
+
538
+ /**
539
+ * 应用资源(wgt)的版本名称。
540
+ *
541
+ * @uniPlatform
542
+ {
543
+ "app": {
544
+ "android": {
545
+ "osVer": "5.0",
546
+ "uniVer": "√",
547
+ "uniUtsPlugin": "x",
548
+ "unixVer": "x"
549
+ },
550
+ "ios": {
551
+ "osVer": "12.0",
552
+ "uniVer": "√",
553
+ "uniUtsPlugin": "x",
554
+ "unixVer": "x",
555
+ "unixUtsPlugin": "x"
556
+ },
557
+ "harmony": {
558
+ "osVer": "3.0",
559
+ "uniVer": "4.23",
560
+ "unixVer": "4.61",
561
+ "unixVaporVer": "5.0"
562
+ }
563
+ },
564
+ "mp": {
565
+ "weixin": {
566
+ "hostVer": "√",
567
+ "uniVer": "x",
568
+ "unixVer": "x"
569
+ },
570
+ "alipay": {
571
+ "hostVer": "√",
572
+ "uniVer": "√",
573
+ "unixVer": "x"
574
+ },
575
+ "baidu": {
576
+ "hostVer": "√",
577
+ "uniVer": "√",
578
+ "unixVer": "x"
579
+ },
580
+ "toutiao": {
581
+ "hostVer": "√",
582
+ "uniVer": "√",
583
+ "unixVer": "x"
584
+ },
585
+ "lark": {
586
+ "hostVer": "√",
587
+ "uniVer": "√",
588
+ "unixVer": "x"
589
+ },
590
+ "qq": {
591
+ "hostVer": "√",
592
+ "uniVer": "√",
593
+ "unixVer": "x"
594
+ },
595
+ "kuaishou": {
596
+ "hostVer": "√",
597
+ "uniVer": "√",
598
+ "unixVer": "x"
599
+ },
600
+ "jd": {
601
+ "hostVer": "√",
602
+ "uniVer": "√",
603
+ "unixVer": "x"
604
+ }
605
+ },
606
+ "web": {
607
+ "uniVer": "x",
608
+ "unixVer": "x"
609
+ }
610
+ }
611
+ */
612
+ appWgtVersion?: string,
613
+
614
+ /**
615
+ * 小程序宿主语言
616
+ *
617
+ * @uniPlatform
618
+ {
619
+ "app": {
620
+ "android": {
621
+ "osVer": "5.0",
622
+ "uniVer": "√",
623
+ "uniUtsPlugin": "x",
624
+ "unixVer": "x"
625
+ },
626
+ "ios": {
627
+ "osVer": "12.0",
628
+ "uniVer": "√",
629
+ "uniUtsPlugin": "x",
630
+ "unixVer": "x",
631
+ "unixUtsPlugin": "x"
632
+ },
633
+ "harmony": {
634
+ "osVer": "3.0",
635
+ "uniVer": "4.23",
636
+ "unixVer": "4.61",
637
+ "unixVaporVer": "5.0"
638
+ }
639
+ },
640
+ "mp": {
641
+ "weixin": {
642
+ "hostVer": "√",
643
+ "uniVer": "√",
644
+ "unixVer": "4.41"
645
+ },
646
+ "alipay": {
647
+ "hostVer": "√",
648
+ "uniVer": "√",
649
+ "unixVer": "x"
650
+ },
651
+ "baidu": {
652
+ "hostVer": "√",
653
+ "uniVer": "√",
654
+ "unixVer": "x"
655
+ },
656
+ "toutiao": {
657
+ "hostVer": "√",
658
+ "uniVer": "√",
659
+ "unixVer": "x"
660
+ },
661
+ "lark": {
662
+ "hostVer": "√",
663
+ "uniVer": "√",
664
+ "unixVer": "x"
665
+ },
666
+ "qq": {
667
+ "hostVer": "√",
668
+ "uniVer": "√",
669
+ "unixVer": "x"
670
+ },
671
+ "kuaishou": {
672
+ "hostVer": "√",
673
+ "uniVer": "√",
674
+ "unixVer": "x"
675
+ },
676
+ "jd": {
677
+ "hostVer": "√",
678
+ "uniVer": "√",
679
+ "unixVer": "x"
680
+ }
681
+ },
682
+ "web": {
683
+ "uniVer": "x",
684
+ "unixVer": "x"
685
+ }
686
+ }
687
+ */
688
+ hostLanguage?: string,
689
+
690
+ /**
691
+ * App、小程序宿主版本。
692
+ *
693
+ * @uniPlatform
694
+ {
695
+ "app": {
696
+ "android": {
697
+ "osVer": "5.0",
698
+ "uniVer": "√",
699
+ "uniUtsPlugin": "x",
700
+ "unixVer": "x"
701
+ },
702
+ "ios": {
703
+ "osVer": "12.0",
704
+ "uniVer": "√",
705
+ "uniUtsPlugin": "x",
706
+ "unixVer": "x",
707
+ "unixUtsPlugin": "x"
708
+ },
709
+ "harmony": {
710
+ "osVer": "3.0",
711
+ "uniVer": "x",
712
+ "unixVer": "x"
713
+ }
714
+ },
715
+ "mp": {
716
+ "weixin": {
717
+ "hostVer": "√",
718
+ "uniVer": "√",
719
+ "unixVer": "4.41"
720
+ },
721
+ "alipay": {
722
+ "hostVer": "√",
723
+ "uniVer": "√",
724
+ "unixVer": "x"
725
+ },
726
+ "baidu": {
727
+ "hostVer": "√",
728
+ "uniVer": "√",
729
+ "unixVer": "x"
730
+ },
731
+ "toutiao": {
732
+ "hostVer": "√",
733
+ "uniVer": "√",
734
+ "unixVer": "x"
735
+ },
736
+ "lark": {
737
+ "hostVer": "√",
738
+ "uniVer": "√",
739
+ "unixVer": "x"
740
+ },
741
+ "qq": {
742
+ "hostVer": "√",
743
+ "uniVer": "√",
744
+ "unixVer": "x"
745
+ },
746
+ "kuaishou": {
747
+ "hostVer": "√",
748
+ "uniVer": "√",
749
+ "unixVer": "x"
750
+ },
751
+ "jd": {
752
+ "hostVer": "√",
753
+ "uniVer": "√",
754
+ "unixVer": "x"
755
+ }
756
+ },
757
+ "web": {
758
+ "uniVer": "x",
759
+ "unixVer": "x"
760
+ }
761
+ }
762
+ */
763
+ hostVersion?: string,
764
+ /**
765
+ * 小程序宿主名称
766
+ *
767
+ * @uniPlatform
768
+ {
769
+ "app": {
770
+ "android": {
771
+ "osVer": "5.0",
772
+ "uniVer": "√",
773
+ "uniUtsPlugin": "x",
774
+ "unixVer": "x"
775
+ },
776
+ "ios": {
777
+ "osVer": "12.0",
778
+ "uniVer": "√",
779
+ "uniUtsPlugin": "x",
780
+ "unixVer": "x",
781
+ "unixUtsPlugin": "x"
782
+ },
783
+ "harmony": {
784
+ "osVer": "3.0",
785
+ "uniVer": "x",
786
+ "unixVer": "x"
787
+ }
788
+ },
789
+ "mp": {
790
+ "weixin": {
791
+ "hostVer": "√",
792
+ "uniVer": "√",
793
+ "unixVer": "4.41"
794
+ },
795
+ "alipay": {
796
+ "hostVer": "√",
797
+ "uniVer": "√",
798
+ "unixVer": "x"
799
+ },
800
+ "baidu": {
801
+ "hostVer": "√",
802
+ "uniVer": "√",
803
+ "unixVer": "x"
804
+ },
805
+ "toutiao": {
806
+ "hostVer": "√",
807
+ "uniVer": "√",
808
+ "unixVer": "x"
809
+ },
810
+ "lark": {
811
+ "hostVer": "√",
812
+ "uniVer": "√",
813
+ "unixVer": "x"
814
+ },
815
+ "qq": {
816
+ "hostVer": "√",
817
+ "uniVer": "√",
818
+ "unixVer": "x"
819
+ },
820
+ "kuaishou": {
821
+ "hostVer": "√",
822
+ "uniVer": "√",
823
+ "unixVer": "x"
824
+ },
825
+ "jd": {
826
+ "hostVer": "√",
827
+ "uniVer": "√",
828
+ "unixVer": "x"
829
+ }
830
+ },
831
+ "web": {
832
+ "uniVer": "x",
833
+ "unixVer": "x"
834
+ }
835
+ }
836
+ */
837
+ hostName?: string,
838
+ /**
839
+ * 小程序宿主包名
840
+ *
841
+ * @uniPlatform
842
+ {
843
+ "app": {
844
+ "android": {
845
+ "osVer": "5.0",
846
+ "uniVer": "√",
847
+ "uniUtsPlugin": "x",
848
+ "unixVer": "x"
849
+ },
850
+ "ios": {
851
+ "osVer": "12.0",
852
+ "uniVer": "√",
853
+ "uniUtsPlugin": "x",
854
+ "unixVer": "x",
855
+ "unixUtsPlugin": "x"
856
+ },
857
+ "harmony": {
858
+ "osVer": "3.0",
859
+ "uniVer": "x",
860
+ "unixVer": "x"
861
+ }
862
+ },
863
+ "mp": {
864
+ "weixin": {
865
+ "hostVer": "√",
866
+ "uniVer": "x",
867
+ "unixVer": "x"
868
+ },
869
+ "alipay": {
870
+ "hostVer": "√",
871
+ "uniVer": "√",
872
+ "unixVer": "x"
873
+ },
874
+ "baidu": {
875
+ "hostVer": "√",
876
+ "uniVer": "√",
877
+ "unixVer": "x"
878
+ },
879
+ "toutiao": {
880
+ "hostVer": "√",
881
+ "uniVer": "√",
882
+ "unixVer": "x"
883
+ },
884
+ "lark": {
885
+ "hostVer": "√",
886
+ "uniVer": "√",
887
+ "unixVer": "x"
888
+ },
889
+ "qq": {
890
+ "hostVer": "√",
891
+ "uniVer": "√",
892
+ "unixVer": "x"
893
+ },
894
+ "kuaishou": {
895
+ "hostVer": "√",
896
+ "uniVer": "√",
897
+ "unixVer": "x"
898
+ },
899
+ "jd": {
900
+ "hostVer": "√",
901
+ "uniVer": "√",
902
+ "unixVer": "x"
903
+ }
904
+ },
905
+ "web": {
906
+ "uniVer": "x",
907
+ "unixVer": "x"
908
+ }
909
+ }
910
+ */
911
+ hostPackageName?: string,
912
+
913
+ /**
914
+ * uni小程序SDK版本、小程序客户端基础库版本
915
+ *
916
+ * @uniPlatform
917
+ {
918
+ "app": {
919
+ "android": {
920
+ "osVer": "5.0",
921
+ "uniVer": "√",
922
+ "uniUtsPlugin": "x",
923
+ "unixVer": "x"
924
+ },
925
+ "ios": {
926
+ "osVer": "12.0",
927
+ "uniVer": "√",
928
+ "uniUtsPlugin": "x",
929
+ "unixVer": "x",
930
+ "unixUtsPlugin": "x"
931
+ },
932
+ "harmony": {
933
+ "osVer": "3.0",
934
+ "uniVer": "x",
935
+ "unixVer": "x"
936
+ }
937
+ },
938
+ "mp": {
939
+ "weixin": {
940
+ "hostVer": "√",
941
+ "uniVer": "√",
942
+ "unixVer": "4.41"
943
+ },
944
+ "alipay": {
945
+ "hostVer": "√",
946
+ "uniVer": "√",
947
+ "unixVer": "x"
948
+ },
949
+ "baidu": {
950
+ "hostVer": "√",
951
+ "uniVer": "√",
952
+ "unixVer": "x"
953
+ },
954
+ "toutiao": {
955
+ "hostVer": "√",
956
+ "uniVer": "√",
957
+ "unixVer": "x"
958
+ },
959
+ "lark": {
960
+ "hostVer": "√",
961
+ "uniVer": "√",
962
+ "unixVer": "x"
963
+ },
964
+ "qq": {
965
+ "hostVer": "√",
966
+ "uniVer": "√",
967
+ "unixVer": "x"
968
+ },
969
+ "kuaishou": {
970
+ "hostVer": "√",
971
+ "uniVer": "√",
972
+ "unixVer": "x"
973
+ },
974
+ "jd": {
975
+ "hostVer": "√",
976
+ "uniVer": "√",
977
+ "unixVer": "x"
978
+ }
979
+ },
980
+ "web": {
981
+ "uniVer": "x",
982
+ "unixVer": "x"
983
+ }
984
+ }
985
+ */
986
+ hostSDKVersion?: string,
987
+
988
+ /**
989
+ * 系统当前主题,取值为light或dark。微信小程序全局配置"darkmode":true时才能获取,否则为 undefined (不支持小游戏)
990
+ *
991
+ * @uniPlatform
992
+ {
993
+ "app": {
994
+ "android": {
995
+ "osVer": "5.0",
996
+ "uniVer": "√",
997
+ "uniUtsPlugin": "x",
998
+ "unixVer": "x"
999
+ },
1000
+ "ios": {
1001
+ "osVer": "12.0",
1002
+ "uniVer": "√",
1003
+ "uniUtsPlugin": "x",
1004
+ "unixVer": "x",
1005
+ "unixUtsPlugin": "x"
1006
+ },
1007
+ "harmony": {
1008
+ "osVer": "3.0",
1009
+ "uniVer": "x",
1010
+ "unixVer": "x"
1011
+ }
1012
+ },
1013
+ "mp": {
1014
+ "weixin": {
1015
+ "hostVer": "√",
1016
+ "uniVer": "√",
1017
+ "unixVer": "4.41"
1018
+ },
1019
+ "alipay": {
1020
+ "hostVer": "√",
1021
+ "uniVer": "x",
1022
+ "unixVer": "x"
1023
+ },
1024
+ "baidu": {
1025
+ "hostVer": "√",
1026
+ "uniVer": "x",
1027
+ "unixVer": "x"
1028
+ },
1029
+ "toutiao": {
1030
+ "hostVer": "√",
1031
+ "uniVer": "x",
1032
+ "unixVer": "x"
1033
+ },
1034
+ "lark": {
1035
+ "hostVer": "√",
1036
+ "uniVer": "x",
1037
+ "unixVer": "x"
1038
+ },
1039
+ "qq": {
1040
+ "hostVer": "√",
1041
+ "uniVer": "x",
1042
+ "unixVer": "x"
1043
+ },
1044
+ "kuaishou": {
1045
+ "hostVer": "√",
1046
+ "uniVer": "x",
1047
+ "unixVer": "x"
1048
+ },
1049
+ "jd": {
1050
+ "hostVer": "√",
1051
+ "uniVer": "x",
1052
+ "unixVer": "x"
1053
+ }
1054
+ },
1055
+ "web": {
1056
+ "uniVer": "√",
1057
+ "unixVer": "4.0"
1058
+ }
1059
+ }
1060
+ */
1061
+ hostTheme?: string,
1062
+
1063
+ /**
1064
+ * 是否uni-app x
1065
+ *
1066
+ * @uniPlatform
1067
+ {
1068
+ "app": {
1069
+ "android": {
1070
+ "osVer": "5.0",
1071
+ "uniVer": "√",
1072
+ "uniUtsPlugin": "3.91",
1073
+ "unixVer": "3.91"
1074
+ },
1075
+ "ios": {
1076
+ "osVer": "12.0",
1077
+ "uniVer": "√",
1078
+ "uniUtsPlugin": "4.11",
1079
+ "unixVer": "4.11",
1080
+ "unixUtsPlugin": "4.11"
1081
+ },
1082
+ "harmony": {
1083
+ "osVer": "3.0",
1084
+ "uniVer": "x",
1085
+ "unixVer": "x"
1086
+ }
1087
+ },
1088
+ "mp": {
1089
+ "weixin": {
1090
+ "hostVer": "√",
1091
+ "uniVer": "√",
1092
+ "unixVer": "4.41"
1093
+ },
1094
+ "alipay": {
1095
+ "hostVer": "√",
1096
+ "uniVer": "x",
1097
+ "unixVer": "x"
1098
+ },
1099
+ "baidu": {
1100
+ "hostVer": "√",
1101
+ "uniVer": "x",
1102
+ "unixVer": "x"
1103
+ },
1104
+ "toutiao": {
1105
+ "hostVer": "√",
1106
+ "uniVer": "x",
1107
+ "unixVer": "x"
1108
+ },
1109
+ "lark": {
1110
+ "hostVer": "√",
1111
+ "uniVer": "x",
1112
+ "unixVer": "x"
1113
+ },
1114
+ "qq": {
1115
+ "hostVer": "√",
1116
+ "uniVer": "x",
1117
+ "unixVer": "x"
1118
+ },
1119
+ "kuaishou": {
1120
+ "hostVer": "√",
1121
+ "uniVer": "x",
1122
+ "unixVer": "x"
1123
+ },
1124
+ "jd": {
1125
+ "hostVer": "√",
1126
+ "uniVer": "x",
1127
+ "unixVer": "x"
1128
+ }
1129
+ },
1130
+ "web": {
1131
+ "uniVer": "x",
1132
+ "unixVer": "4.18"
1133
+ }
1134
+ }
1135
+ */
1136
+ isUniAppX?: boolean,
1137
+
1138
+ /**
1139
+ * uni 编译器版本
1140
+ * @deprecated 已废弃,仅为了向下兼容保留
1141
+ *
1142
+ * @uniPlatform
1143
+ {
1144
+ "app": {
1145
+ "android": {
1146
+ "osVer": "5.0",
1147
+ "uniVer": "√",
1148
+ "uniUtsPlugin": "3.91",
1149
+ "unixVer": "3.91"
1150
+ },
1151
+ "ios": {
1152
+ "osVer": "12.0",
1153
+ "uniVer": "√",
1154
+ "uniUtsPlugin": "4.11",
1155
+ "unixVer": "4.11",
1156
+ "unixUtsPlugin": "4.11"
1157
+ },
1158
+ "harmony": {
1159
+ "osVer": "3.0",
1160
+ "uniVer": "x",
1161
+ "unixVer": "x"
1162
+ }
1163
+ },
1164
+ "mp": {
1165
+ "weixin": {
1166
+ "hostVer": "√",
1167
+ "uniVer": "√",
1168
+ "unixVer": "4.41"
1169
+ },
1170
+ "alipay": {
1171
+ "hostVer": "√",
1172
+ "uniVer": "x",
1173
+ "unixVer": "x"
1174
+ },
1175
+ "baidu": {
1176
+ "hostVer": "√",
1177
+ "uniVer": "x",
1178
+ "unixVer": "x"
1179
+ },
1180
+ "toutiao": {
1181
+ "hostVer": "√",
1182
+ "uniVer": "x",
1183
+ "unixVer": "x"
1184
+ },
1185
+ "lark": {
1186
+ "hostVer": "√",
1187
+ "uniVer": "x",
1188
+ "unixVer": "x"
1189
+ },
1190
+ "qq": {
1191
+ "hostVer": "√",
1192
+ "uniVer": "x",
1193
+ "unixVer": "x"
1194
+ },
1195
+ "kuaishou": {
1196
+ "hostVer": "√",
1197
+ "uniVer": "x",
1198
+ "unixVer": "x"
1199
+ },
1200
+ "jd": {
1201
+ "hostVer": "√",
1202
+ "uniVer": "x",
1203
+ "unixVer": "x"
1204
+ }
1205
+ },
1206
+ "web": {
1207
+ "uniVer": "x",
1208
+ "unixVer": "x"
1209
+ }
1210
+ }
1211
+ */
1212
+ uniCompileVersion?: string,
1213
+
1214
+ /**
1215
+ * uni 编译器版本
1216
+ *
1217
+ * @uniPlatform
1218
+ {
1219
+ "app": {
1220
+ "android": {
1221
+ "osVer": "5.0",
1222
+ "uniVer": "x",
1223
+ "uniUtsPlugin": "x",
1224
+ "unixVer": "4.0"
1225
+ },
1226
+ "ios": {
1227
+ "osVer": "12.0",
1228
+ "uniVer": "x",
1229
+ "uniUtsPlugin": "x",
1230
+ "unixVer": "4.11",
1231
+ "unixUtsPlugin": "4.11"
1232
+ },
1233
+ "harmony": {
1234
+ "osVer": "3.0",
1235
+ "uniVer": "4.23",
1236
+ "unixVer": "4.61",
1237
+ "unixVaporVer": "5.0"
1238
+ }
1239
+ },
1240
+ "mp": {
1241
+ "weixin": {
1242
+ "hostVer": "√",
1243
+ "uniVer": "√",
1244
+ "unixVer": "4.41"
1245
+ },
1246
+ "alipay": {
1247
+ "hostVer": "√",
1248
+ "uniVer": "x",
1249
+ "unixVer": "x"
1250
+ },
1251
+ "baidu": {
1252
+ "hostVer": "√",
1253
+ "uniVer": "x",
1254
+ "unixVer": "x"
1255
+ },
1256
+ "toutiao": {
1257
+ "hostVer": "√",
1258
+ "uniVer": "x",
1259
+ "unixVer": "x"
1260
+ },
1261
+ "lark": {
1262
+ "hostVer": "√",
1263
+ "uniVer": "x",
1264
+ "unixVer": "x"
1265
+ },
1266
+ "qq": {
1267
+ "hostVer": "√",
1268
+ "uniVer": "x",
1269
+ "unixVer": "x"
1270
+ },
1271
+ "kuaishou": {
1272
+ "hostVer": "√",
1273
+ "uniVer": "x",
1274
+ "unixVer": "x"
1275
+ },
1276
+ "jd": {
1277
+ "hostVer": "√",
1278
+ "uniVer": "x",
1279
+ "unixVer": "x"
1280
+ }
1281
+ },
1282
+ "web": {
1283
+ "uniVer": "x",
1284
+ "unixVer": "4.18"
1285
+ }
1286
+ }
1287
+ */
1288
+ uniCompilerVersion?: string,
1289
+
1290
+ /**
1291
+ * uni-app 运行平台。
1292
+ *
1293
+ * @uniPlatform
1294
+ {
1295
+ "app": {
1296
+ "android": {
1297
+ "osVer": "5.0",
1298
+ "uniVer": "√",
1299
+ "uniUtsPlugin": "3.91",
1300
+ "unixVer": "3.91"
1301
+ },
1302
+ "ios": {
1303
+ "osVer": "12.0",
1304
+ "uniVer": "√",
1305
+ "uniUtsPlugin": "4.11",
1306
+ "unixVer": "4.11",
1307
+ "unixUtsPlugin": "4.11"
1308
+ },
1309
+ "harmony": {
1310
+ "osVer": "3.0",
1311
+ "uniVer": "4.23",
1312
+ "unixVer": "4.61",
1313
+ "unixVaporVer": "5.0"
1314
+ }
1315
+ },
1316
+ "mp": {
1317
+ "weixin": {
1318
+ "hostVer": "√",
1319
+ "uniVer": "√",
1320
+ "unixVer": "4.41"
1321
+ },
1322
+ "alipay": {
1323
+ "hostVer": "√",
1324
+ "uniVer": "x",
1325
+ "unixVer": "x"
1326
+ },
1327
+ "baidu": {
1328
+ "hostVer": "√",
1329
+ "uniVer": "x",
1330
+ "unixVer": "x"
1331
+ },
1332
+ "toutiao": {
1333
+ "hostVer": "√",
1334
+ "uniVer": "x",
1335
+ "unixVer": "x"
1336
+ },
1337
+ "lark": {
1338
+ "hostVer": "√",
1339
+ "uniVer": "x",
1340
+ "unixVer": "x"
1341
+ },
1342
+ "qq": {
1343
+ "hostVer": "√",
1344
+ "uniVer": "x",
1345
+ "unixVer": "x"
1346
+ },
1347
+ "kuaishou": {
1348
+ "hostVer": "√",
1349
+ "uniVer": "x",
1350
+ "unixVer": "x"
1351
+ },
1352
+ "jd": {
1353
+ "hostVer": "√",
1354
+ "uniVer": "x",
1355
+ "unixVer": "x"
1356
+ }
1357
+ },
1358
+ "web": {
1359
+ "uniVer": "√",
1360
+ "unixVer": "4.0"
1361
+ }
1362
+ }
1363
+ */
1364
+ uniPlatform?: 'app' | 'web' | 'mp-weixin' | 'mp-alipay' | 'mp-baidu' | 'mp-toutiao' | 'mp-lark' | 'mp-qq' | 'mp-kuaishou' | 'mp-jd' | 'mp-360' | 'quickapp-webview' | 'quickapp-webview-union' | 'quickapp-webview-huawei',
1365
+
1366
+ /**
1367
+ * uni 运行时版本
1368
+ *
1369
+ * @uniPlatform
1370
+ {
1371
+ "app": {
1372
+ "android": {
1373
+ "osVer": "5.0",
1374
+ "uniVer": "√",
1375
+ "uniUtsPlugin": "3.91",
1376
+ "unixVer": "3.91"
1377
+ },
1378
+ "ios": {
1379
+ "osVer": "12.0",
1380
+ "uniVer": "√",
1381
+ "uniUtsPlugin": "4.11",
1382
+ "unixVer": "4.11",
1383
+ "unixUtsPlugin": "4.11"
1384
+ },
1385
+ "harmony": {
1386
+ "osVer": "3.0",
1387
+ "uniVer": "x",
1388
+ "unixVer": "x"
1389
+ }
1390
+ },
1391
+ "mp": {
1392
+ "weixin": {
1393
+ "hostVer": "√",
1394
+ "uniVer": "√",
1395
+ "unixVer": "4.41"
1396
+ },
1397
+ "alipay": {
1398
+ "hostVer": "√",
1399
+ "uniVer": "x",
1400
+ "unixVer": "x"
1401
+ },
1402
+ "baidu": {
1403
+ "hostVer": "√",
1404
+ "uniVer": "x",
1405
+ "unixVer": "x"
1406
+ },
1407
+ "toutiao": {
1408
+ "hostVer": "√",
1409
+ "uniVer": "x",
1410
+ "unixVer": "x"
1411
+ },
1412
+ "lark": {
1413
+ "hostVer": "√",
1414
+ "uniVer": "x",
1415
+ "unixVer": "x"
1416
+ },
1417
+ "qq": {
1418
+ "hostVer": "√",
1419
+ "uniVer": "x",
1420
+ "unixVer": "x"
1421
+ },
1422
+ "kuaishou": {
1423
+ "hostVer": "√",
1424
+ "uniVer": "x",
1425
+ "unixVer": "x"
1426
+ },
1427
+ "jd": {
1428
+ "hostVer": "√",
1429
+ "uniVer": "x",
1430
+ "unixVer": "x"
1431
+ }
1432
+ },
1433
+ "web": {
1434
+ "uniVer": "x",
1435
+ "unixVer": "4.18"
1436
+ }
1437
+ }
1438
+ */
1439
+ uniRuntimeVersion?: string,
1440
+
1441
+ /**
1442
+ * uni 编译器版本号
1443
+ * @deprecated 已废弃,仅为了向下兼容保留
1444
+ *
1445
+ * @uniPlatform
1446
+ {
1447
+ "app": {
1448
+ "android": {
1449
+ "osVer": "5.0",
1450
+ "uniVer": "√",
1451
+ "uniUtsPlugin": "3.91",
1452
+ "unixVer": "3.91"
1453
+ },
1454
+ "ios": {
1455
+ "osVer": "12.0",
1456
+ "uniVer": "√",
1457
+ "uniUtsPlugin": "4.11",
1458
+ "unixVer": "4.11",
1459
+ "unixUtsPlugin": "4.11"
1460
+ },
1461
+ "harmony": {
1462
+ "osVer": "3.0",
1463
+ "uniVer": "4.23",
1464
+ "unixVer": "4.61",
1465
+ "unixVaporVer": "5.0"
1466
+ }
1467
+ },
1468
+ "mp": {
1469
+ "weixin": {
1470
+ "hostVer": "√",
1471
+ "uniVer": "√",
1472
+ "unixVer": "4.41"
1473
+ },
1474
+ "alipay": {
1475
+ "hostVer": "√",
1476
+ "uniVer": "x",
1477
+ "unixVer": "x"
1478
+ },
1479
+ "baidu": {
1480
+ "hostVer": "√",
1481
+ "uniVer": "x",
1482
+ "unixVer": "x"
1483
+ },
1484
+ "toutiao": {
1485
+ "hostVer": "√",
1486
+ "uniVer": "x",
1487
+ "unixVer": "x"
1488
+ },
1489
+ "lark": {
1490
+ "hostVer": "√",
1491
+ "uniVer": "x",
1492
+ "unixVer": "x"
1493
+ },
1494
+ "qq": {
1495
+ "hostVer": "√",
1496
+ "uniVer": "x",
1497
+ "unixVer": "x"
1498
+ },
1499
+ "kuaishou": {
1500
+ "hostVer": "√",
1501
+ "uniVer": "x",
1502
+ "unixVer": "x"
1503
+ },
1504
+ "jd": {
1505
+ "hostVer": "√",
1506
+ "uniVer": "x",
1507
+ "unixVer": "x"
1508
+ }
1509
+ },
1510
+ "web": {
1511
+ "uniVer": "x",
1512
+ "unixVer": "x"
1513
+ }
1514
+ }
1515
+ */
1516
+ uniCompileVersionCode?: number,
1517
+
1518
+ /**
1519
+ * uni 编译器版本号
1520
+ *
1521
+ * @uniPlatform
1522
+ {
1523
+ "app": {
1524
+ "android": {
1525
+ "osVer": "5.0",
1526
+ "uniVer": "x",
1527
+ "uniUtsPlugin": "x",
1528
+ "unixVer": "4.0"
1529
+ },
1530
+ "ios": {
1531
+ "osVer": "12.0",
1532
+ "uniVer": "x",
1533
+ "uniUtsPlugin": "x",
1534
+ "unixVer": "4.11",
1535
+ "unixUtsPlugin": "4.11"
1536
+ },
1537
+ "harmony": {
1538
+ "osVer": "3.0",
1539
+ "uniVer": "4.23",
1540
+ "unixVer": "4.61",
1541
+ "unixVaporVer": "5.0"
1542
+ }
1543
+ },
1544
+ "mp": {
1545
+ "weixin": {
1546
+ "hostVer": "√",
1547
+ "uniVer": "√",
1548
+ "unixVer": "4.41"
1549
+ },
1550
+ "alipay": {
1551
+ "hostVer": "√",
1552
+ "uniVer": "x",
1553
+ "unixVer": "x"
1554
+ },
1555
+ "baidu": {
1556
+ "hostVer": "√",
1557
+ "uniVer": "x",
1558
+ "unixVer": "x"
1559
+ },
1560
+ "toutiao": {
1561
+ "hostVer": "√",
1562
+ "uniVer": "x",
1563
+ "unixVer": "x"
1564
+ },
1565
+ "lark": {
1566
+ "hostVer": "√",
1567
+ "uniVer": "x",
1568
+ "unixVer": "x"
1569
+ },
1570
+ "qq": {
1571
+ "hostVer": "√",
1572
+ "uniVer": "x",
1573
+ "unixVer": "x"
1574
+ },
1575
+ "kuaishou": {
1576
+ "hostVer": "√",
1577
+ "uniVer": "x",
1578
+ "unixVer": "x"
1579
+ },
1580
+ "jd": {
1581
+ "hostVer": "√",
1582
+ "uniVer": "x",
1583
+ "unixVer": "x"
1584
+ }
1585
+ },
1586
+ "web": {
1587
+ "uniVer": "x",
1588
+ "unixVer": "4.18"
1589
+ }
1590
+ }
1591
+ */
1592
+ uniCompilerVersionCode?: number,
1593
+
1594
+ /**
1595
+ * uni 运行时版本号
1596
+ *
1597
+ * @uniPlatform
1598
+ {
1599
+ "app": {
1600
+ "android": {
1601
+ "osVer": "5.0",
1602
+ "uniVer": "√",
1603
+ "uniUtsPlugin": "3.91",
1604
+ "unixVer": "3.91"
1605
+ },
1606
+ "ios": {
1607
+ "osVer": "12.0",
1608
+ "uniVer": "√",
1609
+ "uniUtsPlugin": "4.11",
1610
+ "unixVer": "4.11",
1611
+ "unixUtsPlugin": "4.11"
1612
+ },
1613
+ "harmony": {
1614
+ "osVer": "3.0",
1615
+ "uniVer": "4.23",
1616
+ "unixVer": "4.61",
1617
+ "unixVaporVer": "5.0"
1618
+ }
1619
+ },
1620
+ "mp": {
1621
+ "weixin": {
1622
+ "hostVer": "√",
1623
+ "uniVer": "√",
1624
+ "unixVer": "4.41"
1625
+ },
1626
+ "alipay": {
1627
+ "hostVer": "√",
1628
+ "uniVer": "x",
1629
+ "unixVer": "x"
1630
+ },
1631
+ "baidu": {
1632
+ "hostVer": "√",
1633
+ "uniVer": "x",
1634
+ "unixVer": "x"
1635
+ },
1636
+ "toutiao": {
1637
+ "hostVer": "√",
1638
+ "uniVer": "x",
1639
+ "unixVer": "x"
1640
+ },
1641
+ "lark": {
1642
+ "hostVer": "√",
1643
+ "uniVer": "x",
1644
+ "unixVer": "x"
1645
+ },
1646
+ "qq": {
1647
+ "hostVer": "√",
1648
+ "uniVer": "x",
1649
+ "unixVer": "x"
1650
+ },
1651
+ "kuaishou": {
1652
+ "hostVer": "√",
1653
+ "uniVer": "x",
1654
+ "unixVer": "x"
1655
+ },
1656
+ "jd": {
1657
+ "hostVer": "√",
1658
+ "uniVer": "x",
1659
+ "unixVer": "x"
1660
+ }
1661
+ },
1662
+ "web": {
1663
+ "uniVer": "x",
1664
+ "unixVer": "4.0"
1665
+ }
1666
+ }
1667
+ */
1668
+ uniRuntimeVersionCode?: number,
1669
+
1670
+ /**
1671
+ * Android的包名
1672
+ *
1673
+ * @uniPlatform
1674
+ {
1675
+ "app": {
1676
+ "android": {
1677
+ "osVer": "5.0",
1678
+ "uniVer": "x",
1679
+ "uniUtsPlugin": "3.97",
1680
+ "unixVer": "3.97"
1681
+ },
1682
+ "ios": {
1683
+ "osVer": "12.0",
1684
+ "uniVer": "x",
1685
+ "uniUtsPlugin": "x",
1686
+ "unixVer": "x",
1687
+ "unixUtsPlugin": "x"
1688
+ },
1689
+ "harmony": {
1690
+ "osVer": "3.0",
1691
+ "uniVer": "4.23",
1692
+ "unixVer": "4.61",
1693
+ "unixVaporVer": "5.0"
1694
+ }
1695
+ },
1696
+ "mp": {
1697
+ "weixin": {
1698
+ "hostVer": "√",
1699
+ "uniVer": "x",
1700
+ "unixVer": "x"
1701
+ },
1702
+ "alipay": {
1703
+ "hostVer": "√",
1704
+ "uniVer": "x",
1705
+ "unixVer": "x"
1706
+ },
1707
+ "baidu": {
1708
+ "hostVer": "√",
1709
+ "uniVer": "x",
1710
+ "unixVer": "x"
1711
+ },
1712
+ "toutiao": {
1713
+ "hostVer": "√",
1714
+ "uniVer": "x",
1715
+ "unixVer": "x"
1716
+ },
1717
+ "lark": {
1718
+ "hostVer": "√",
1719
+ "uniVer": "x",
1720
+ "unixVer": "x"
1721
+ },
1722
+ "qq": {
1723
+ "hostVer": "√",
1724
+ "uniVer": "x",
1725
+ "unixVer": "x"
1726
+ },
1727
+ "kuaishou": {
1728
+ "hostVer": "√",
1729
+ "uniVer": "x",
1730
+ "unixVer": "x"
1731
+ },
1732
+ "jd": {
1733
+ "hostVer": "√",
1734
+ "uniVer": "x",
1735
+ "unixVer": "x"
1736
+ }
1737
+ },
1738
+ "web": {
1739
+ "uniVer": "x",
1740
+ "unixVer": "x"
1741
+ }
1742
+ }
1743
+ */
1744
+ packageName?: string,
1745
+
1746
+
1747
+ /**
1748
+ * 鸿蒙的包名
1749
+ *
1750
+ * @uniPlatform
1751
+ {
1752
+ "app": {
1753
+ "android": {
1754
+ "osVer": "5.0",
1755
+ "uniVer": "x",
1756
+ "uniUtsPlugin": "x",
1757
+ "unixVer": "x"
1758
+ },
1759
+ "ios": {
1760
+ "osVer": "12.0",
1761
+ "uniVer": "x",
1762
+ "uniUtsPlugin": "x",
1763
+ "unixVer": "x",
1764
+ "unixUtsPlugin": "x"
1765
+ },
1766
+ "harmony": {
1767
+ "osVer": "3.0",
1768
+ "uniVer": "4.61",
1769
+ "unixVer": "4.61",
1770
+ "unixVaporVer": "5.0"
1771
+ }
1772
+ },
1773
+ "mp": {
1774
+ "weixin": {
1775
+ "hostVer": "√",
1776
+ "uniVer": "x",
1777
+ "unixVer": "x"
1778
+ },
1779
+ "alipay": {
1780
+ "hostVer": "√",
1781
+ "uniVer": "x",
1782
+ "unixVer": "x"
1783
+ },
1784
+ "baidu": {
1785
+ "hostVer": "√",
1786
+ "uniVer": "x",
1787
+ "unixVer": "x"
1788
+ },
1789
+ "toutiao": {
1790
+ "hostVer": "√",
1791
+ "uniVer": "x",
1792
+ "unixVer": "x"
1793
+ },
1794
+ "lark": {
1795
+ "hostVer": "√",
1796
+ "uniVer": "x",
1797
+ "unixVer": "x"
1798
+ },
1799
+ "qq": {
1800
+ "hostVer": "√",
1801
+ "uniVer": "x",
1802
+ "unixVer": "x"
1803
+ },
1804
+ "kuaishou": {
1805
+ "hostVer": "√",
1806
+ "uniVer": "x",
1807
+ "unixVer": "x"
1808
+ },
1809
+ "jd": {
1810
+ "hostVer": "√",
1811
+ "uniVer": "x",
1812
+ "unixVer": "x"
1813
+ }
1814
+ },
1815
+ "web": {
1816
+ "uniVer": "x",
1817
+ "unixVer": "x"
1818
+ }
1819
+ }
1820
+ */
1821
+ bundleName?: string,
1822
+
1823
+ /**
1824
+ * iOS的bundleId
1825
+ *
1826
+ * @uniPlatform
1827
+ {
1828
+ "app": {
1829
+ "android": {
1830
+ "osVer": "5.0",
1831
+ "uniVer": "x",
1832
+ "uniUtsPlugin": "x",
1833
+ "unixVer": "x"
1834
+ },
1835
+ "ios": {
1836
+ "osVer": "12.0",
1837
+ "uniVer": "x",
1838
+ "uniUtsPlugin": "4.11",
1839
+ "unixVer": "4.11",
1840
+ "unixUtsPlugin": "4.11"
1841
+ },
1842
+ "harmony": {
1843
+ "osVer": "3.0",
1844
+ "uniVer": "x",
1845
+ "unixVer": "x"
1846
+ }
1847
+ },
1848
+ "mp": {
1849
+ "weixin": {
1850
+ "hostVer": "√",
1851
+ "uniVer": "x",
1852
+ "unixVer": "x"
1853
+ },
1854
+ "alipay": {
1855
+ "hostVer": "√",
1856
+ "uniVer": "x",
1857
+ "unixVer": "x"
1858
+ },
1859
+ "baidu": {
1860
+ "hostVer": "√",
1861
+ "uniVer": "x",
1862
+ "unixVer": "x"
1863
+ },
1864
+ "toutiao": {
1865
+ "hostVer": "√",
1866
+ "uniVer": "x",
1867
+ "unixVer": "x"
1868
+ },
1869
+ "lark": {
1870
+ "hostVer": "√",
1871
+ "uniVer": "x",
1872
+ "unixVer": "x"
1873
+ },
1874
+ "qq": {
1875
+ "hostVer": "√",
1876
+ "uniVer": "x",
1877
+ "unixVer": "x"
1878
+ },
1879
+ "kuaishou": {
1880
+ "hostVer": "√",
1881
+ "uniVer": "x",
1882
+ "unixVer": "x"
1883
+ },
1884
+ "jd": {
1885
+ "hostVer": "√",
1886
+ "uniVer": "x",
1887
+ "unixVer": "x"
1888
+ }
1889
+ },
1890
+ "web": {
1891
+ "uniVer": "x",
1892
+ "unixVer": "x"
1893
+ }
1894
+ }
1895
+ */
1896
+ bundleId?: string,
1897
+
1898
+ /**
1899
+ * Android: 应用签名证书的SHA1值(全部为小写,中间不包含“:”)。
1900
+ * iOS: 应用签名证书中绑定的Bundle ID(AppleID)的md5值(全部为小写)。
1901
+ *
1902
+ * @uniPlatform
1903
+ {
1904
+ "app": {
1905
+ "android": {
1906
+ "osVer": "5.0",
1907
+ "uniVer": "x",
1908
+ "uniUtsPlugin": "3.97",
1909
+ "unixVer": "3.97"
1910
+ },
1911
+ "ios": {
1912
+ "osVer": "12.0",
1913
+ "uniVer": "x",
1914
+ "uniUtsPlugin": "4.11",
1915
+ "unixVer": "4.11",
1916
+ "unixUtsPlugin": "4.11"
1917
+ },
1918
+ "harmony": {
1919
+ "osVer": "3.0",
1920
+ "uniVer": "x",
1921
+ "unixVer": "x"
1922
+ }
1923
+ },
1924
+ "mp": {
1925
+ "weixin": {
1926
+ "hostVer": "√",
1927
+ "uniVer": "x",
1928
+ "unixVer": "x"
1929
+ },
1930
+ "alipay": {
1931
+ "hostVer": "√",
1932
+ "uniVer": "x",
1933
+ "unixVer": "x"
1934
+ },
1935
+ "baidu": {
1936
+ "hostVer": "√",
1937
+ "uniVer": "x",
1938
+ "unixVer": "x"
1939
+ },
1940
+ "toutiao": {
1941
+ "hostVer": "√",
1942
+ "uniVer": "x",
1943
+ "unixVer": "x"
1944
+ },
1945
+ "lark": {
1946
+ "hostVer": "√",
1947
+ "uniVer": "x",
1948
+ "unixVer": "x"
1949
+ },
1950
+ "qq": {
1951
+ "hostVer": "√",
1952
+ "uniVer": "x",
1953
+ "unixVer": "x"
1954
+ },
1955
+ "kuaishou": {
1956
+ "hostVer": "√",
1957
+ "uniVer": "x",
1958
+ "unixVer": "x"
1959
+ },
1960
+ "jd": {
1961
+ "hostVer": "√",
1962
+ "uniVer": "x",
1963
+ "unixVer": "x"
1964
+ }
1965
+ },
1966
+ "web": {
1967
+ "uniVer": "x",
1968
+ "unixVer": "x"
1969
+ }
1970
+ }
1971
+ */
1972
+ signature?: string,
1973
+
1974
+ /**
1975
+ * 当前App的主题
1976
+ *
1977
+ * @uniPlatform
1978
+ {
1979
+ "app": {
1980
+ "android": {
1981
+ "osVer": "5.0",
1982
+ "uniVer": "x",
1983
+ "uniUtsPlugin": "x",
1984
+ "unixVer": "4.18"
1985
+ },
1986
+ "ios": {
1987
+ "osVer": "12.0",
1988
+ "uniVer": "x",
1989
+ "uniUtsPlugin": "x",
1990
+ "unixVer": "4.18",
1991
+ "unixUtsPlugin": "4.18"
1992
+ },
1993
+ "harmony": {
1994
+ "osVer": "3.0",
1995
+ "uniVer": "4.23",
1996
+ "unixVer": "4.61",
1997
+ "unixVaporVer": "5.0"
1998
+ }
1999
+ },
2000
+ "mp": {
2001
+ "weixin": {
2002
+ "hostVer": "√",
2003
+ "uniVer": "x",
2004
+ "unixVer": "x"
2005
+ },
2006
+ "alipay": {
2007
+ "hostVer": "√",
2008
+ "uniVer": "x",
2009
+ "unixVer": "x"
2010
+ },
2011
+ "baidu": {
2012
+ "hostVer": "√",
2013
+ "uniVer": "x",
2014
+ "unixVer": "x"
2015
+ },
2016
+ "toutiao": {
2017
+ "hostVer": "√",
2018
+ "uniVer": "x",
2019
+ "unixVer": "x"
2020
+ },
2021
+ "lark": {
2022
+ "hostVer": "√",
2023
+ "uniVer": "x",
2024
+ "unixVer": "x"
2025
+ },
2026
+ "qq": {
2027
+ "hostVer": "√",
2028
+ "uniVer": "x",
2029
+ "unixVer": "x"
2030
+ },
2031
+ "kuaishou": {
2032
+ "hostVer": "√",
2033
+ "uniVer": "x",
2034
+ "unixVer": "x"
2035
+ },
2036
+ "jd": {
2037
+ "hostVer": "√",
2038
+ "uniVer": "x",
2039
+ "unixVer": "x"
2040
+ }
2041
+ },
2042
+ "web": {
2043
+ "uniVer": "x",
2044
+ "unixVer": "x"
2045
+ }
2046
+ }
2047
+ */
2048
+ appTheme?: 'light' | 'dark' | 'auto' | null,
2049
+
2050
+ /**
2051
+ * 当前应用分发的渠道
2052
+ *
2053
+ * @uniPlatform
2054
+ {
2055
+ "app": {
2056
+ "android": {
2057
+ "osVer": "5.0",
2058
+ "uniVer": "x",
2059
+ "uniUtsPlugin": "x",
2060
+ "unixVer": "4.28"
2061
+ },
2062
+ "ios": {
2063
+ "osVer": "12.0",
2064
+ "uniVer": "x",
2065
+ "uniUtsPlugin": "x",
2066
+ "unixVer": "4.31",
2067
+ "unixUtsPlugin": "4.31"
2068
+ },
2069
+ "harmony": {
2070
+ "osVer": "3.0",
2071
+ "uniVer": "x",
2072
+ "unixVer": "x"
2073
+ }
2074
+ },
2075
+ "mp": {
2076
+ "weixin": {
2077
+ "hostVer": "√",
2078
+ "uniVer": "x",
2079
+ "unixVer": "x"
2080
+ },
2081
+ "alipay": {
2082
+ "hostVer": "√",
2083
+ "uniVer": "√",
2084
+ "unixVer": "x"
2085
+ },
2086
+ "baidu": {
2087
+ "hostVer": "√",
2088
+ "uniVer": "√",
2089
+ "unixVer": "x"
2090
+ },
2091
+ "toutiao": {
2092
+ "hostVer": "√",
2093
+ "uniVer": "√",
2094
+ "unixVer": "x"
2095
+ },
2096
+ "lark": {
2097
+ "hostVer": "√",
2098
+ "uniVer": "√",
2099
+ "unixVer": "x"
2100
+ },
2101
+ "qq": {
2102
+ "hostVer": "√",
2103
+ "uniVer": "√",
2104
+ "unixVer": "x"
2105
+ },
2106
+ "kuaishou": {
2107
+ "hostVer": "√",
2108
+ "uniVer": "√",
2109
+ "unixVer": "x"
2110
+ },
2111
+ "jd": {
2112
+ "hostVer": "√",
2113
+ "uniVer": "√",
2114
+ "unixVer": "x"
2115
+ }
2116
+ },
2117
+ "web": {
2118
+ "uniVer": "x",
2119
+ "unixVer": "x"
2120
+ }
2121
+ }
2122
+ */
2123
+ channel?: string,
2124
+ }
2125
+
2126
+ /**
2127
+ * @param{GetAppBaseInfoOptions} [options=包含所有字段的过滤对象] 过滤的字段对象, 不传参数默认为获取全部字段。
2128
+ */
2129
+ export type GetAppBaseInfo = (options?: GetAppBaseInfoOptions | null) => GetAppBaseInfoResult;
2130
+
2131
+
2132
+ export interface Uni {
2133
+ /**
2134
+ * GetAppBaseInfo(Object object)
2135
+ * @description
2136
+ * 获取app基本信息
2137
+ * @param {GetAppBaseInfoOptions} options [options=包含所有字段的过滤对象] 过滤的字段对象, 不传参数默认为获取全部字段。
2138
+ * @return {object}
2139
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-app-base-info.html
2140
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-app-base-info.html
2141
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/getAppBaseInfo.html
2142
+ * @uniPlatform
2143
+ {
2144
+ "app": {
2145
+ "android": {
2146
+ "osVer": "5.0",
2147
+ "uniVer": "√",
2148
+ "uniUtsPlugin": "3.6",
2149
+ "unixVer": "3.91"
2150
+ },
2151
+ "ios": {
2152
+ "osVer": "12.0",
2153
+ "uniVer": "√",
2154
+ "uniUtsPlugin": "3.6",
2155
+ "unixVer": "4.11",
2156
+ "unixUtsPlugin": "4.11"
2157
+ },
2158
+ "harmony": {
2159
+ "osVer": "3.0",
2160
+ "uniVer": "4.23",
2161
+ "unixVer": "4.61",
2162
+ "unixVaporVer": "5.0"
2163
+ }
2164
+ },
2165
+ "mp": {
2166
+ "weixin": {
2167
+ "hostVer": "√",
2168
+ "uniVer": "√",
2169
+ "unixVer": "4.41"
2170
+ },
2171
+ "alipay": {
2172
+ "hostVer": "√",
2173
+ "uniVer": "√",
2174
+ "unixVer": "x"
2175
+ },
2176
+ "baidu": {
2177
+ "hostVer": "√",
2178
+ "uniVer": "√",
2179
+ "unixVer": "x"
2180
+ },
2181
+ "toutiao": {
2182
+ "hostVer": "√",
2183
+ "uniVer": "√",
2184
+ "unixVer": "x"
2185
+ },
2186
+ "lark": {
2187
+ "hostVer": "√",
2188
+ "uniVer": "√",
2189
+ "unixVer": "x"
2190
+ },
2191
+ "qq": {
2192
+ "hostVer": "√",
2193
+ "uniVer": "√",
2194
+ "unixVer": "x"
2195
+ },
2196
+ "kuaishou": {
2197
+ "hostVer": "√",
2198
+ "uniVer": "√",
2199
+ "unixVer": "x"
2200
+ },
2201
+ "jd": {
2202
+ "hostVer": "√",
2203
+ "uniVer": "√",
2204
+ "unixVer": "x"
2205
+ }
2206
+ },
2207
+ "web": {
2208
+ "uniVer": "√",
2209
+ "unixVer": "4.0"
2210
+ }
2211
+ }
2212
+ * @example
2213
+ ```typescript
2214
+ uni.getAppBaseInfo({
2215
+ filter:[]
2216
+ })
2217
+ ```
2218
+ */
2219
+ getAppBaseInfo(options?: GetAppBaseInfoOptions | null): GetAppBaseInfoResult;
2220
+ }