@dcloudio/uni-app-x 0.7.60 → 0.7.62

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 (107) hide show
  1. package/package.json +2 -2
  2. package/types/app.d.ts +14 -7
  3. package/types/native/IUniElement.d.ts +1 -1
  4. package/types/native/UniCustomElement.d.ts +2 -2
  5. package/types/native/UniInputChangeEvent.d.ts +31 -0
  6. package/types/native/UniPage.d.ts +15 -2
  7. package/types/native/global.d.ts +12 -0
  8. package/types/native/index.d.ts +1 -0
  9. package/types/uni/uts-plugin-api/global.d.ts +1 -0
  10. package/types/uni/uts-plugin-api/index.d.ts +1 -0
  11. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +77 -433
  12. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -0
  13. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +16 -0
  14. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +8 -0
  15. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +561 -131
  16. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +17 -34
  17. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +4 -8
  18. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +1 -2
  19. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -0
  20. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +8 -4
  21. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +3 -1
  22. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +29 -58
  23. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +36 -72
  24. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +3 -1
  25. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +1 -1
  26. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +9 -7
  27. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +8 -7
  28. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +4 -4
  29. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +84 -0
  30. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +47 -0
  31. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +1 -1
  32. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +38 -0
  33. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +19 -0
  34. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +1783 -107
  35. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +13 -18
  36. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +68 -208
  37. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -4
  38. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +105 -107
  39. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +4 -0
  40. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +2 -0
  41. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +359 -66
  42. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +16 -0
  43. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +8 -0
  44. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +40 -0
  45. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +10 -15
  46. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +86 -94
  47. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +25 -26
  48. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -60
  49. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +32 -64
  50. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +298 -4
  51. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -0
  52. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -0
  53. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +347 -10
  54. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  55. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +3 -1
  56. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +25 -33
  57. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +0 -2
  58. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +0 -1
  59. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +21 -33
  60. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +1 -0
  61. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +23 -46
  62. package/types/uni/uts-plugin-biz/global.d.ts +11 -0
  63. package/types/uni/uts-plugin-biz/index.d.ts +11 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +60 -3
  65. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +6 -0
  66. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +52 -0
  67. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +25 -0
  68. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +445 -0
  69. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +48 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +23 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +138 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +28 -12
  73. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +8 -0
  74. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/interface.d.ts +0 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +8 -0
  77. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -0
  78. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/interface.d.ts +0 -0
  79. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +8 -0
  80. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -0
  81. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/interface.d.ts +0 -0
  82. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +8 -0
  83. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -0
  84. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/interface.d.ts +0 -0
  85. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +8 -0
  86. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -0
  87. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/interface.d.ts +0 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +8 -0
  89. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -0
  90. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/interface.d.ts +0 -0
  91. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +8 -0
  92. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -0
  93. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/interface.d.ts +0 -0
  94. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +18 -0
  95. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +9 -0
  96. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/interface.d.ts +45 -0
  97. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +8 -0
  98. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -0
  99. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/interface.d.ts +0 -0
  100. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +7 -2
  101. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +37 -44
  102. package/types/uni/uts-plugin-extend/global.d.ts +0 -2
  103. package/types/uni/uts-plugin-extend/index.d.ts +0 -2
  104. package/types/vue/LifeCycle.d.ts +723 -1
  105. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/global.d.ts +0 -14
  106. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/index.d.ts +0 -1
  107. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +0 -1670
@@ -9,8 +9,7 @@ export interface Uni {
9
9
  * "android": {
10
10
  * "osVer": "5.0",
11
11
  * "uniVer": "√",
12
- * "unixVer": "4.63",
13
- * "unixUtsPlugin": "4.63"
12
+ * "unixVer": "4.63"
14
13
  * },
15
14
  * "ios": {
16
15
  * "osVer": "12.0",
@@ -108,20 +107,19 @@ export type MakePhoneCallOptions = {
108
107
  * "android": {
109
108
  * "osVer": "5.0",
110
109
  * "uniVer": "√",
111
- * "unixVer": "4.63",
112
- * "unixUtsPlugin": "4.63"
110
+ * "unixVer": "4.63"
113
111
  * },
114
112
  * "ios": {
115
113
  * "osVer": "12.0",
116
114
  * "uniVer": "√",
117
115
  * "unixVer": "4.63",
118
- * "unixUtsPlugin": "4.63"
116
+ * "unixUtsPlugin": "4.63"
119
117
  * },
120
118
  * "harmony": {
121
119
  * "osVer": "3.0",
122
120
  * "uniVer": "4.23",
123
121
  * "unixVer": "4.61",
124
- * "unixUtsPlugin": "4.61"
122
+ * "unixUtsPlugin": "4.61"
125
123
  * }
126
124
  * },
127
125
  * "mp": {
@@ -180,20 +178,19 @@ export type MakePhoneCallOptions = {
180
178
  * "android": {
181
179
  * "osVer": "5.0",
182
180
  * "uniVer": "√",
183
- * "unixVer": "4.63",
184
- * "unixUtsPlugin": "4.63"
181
+ * "unixVer": "4.63"
185
182
  * },
186
183
  * "ios": {
187
184
  * "osVer": "12.0",
188
185
  * "uniVer": "√",
189
186
  * "unixVer": "4.63",
190
- * "unixUtsPlugin": "4.63"
187
+ * "unixUtsPlugin": "4.63"
191
188
  * },
192
189
  * "harmony": {
193
190
  * "osVer": "3.0",
194
191
  * "uniVer": "4.23",
195
192
  * "unixVer": "4.61",
196
- * "unixUtsPlugin": "4.61"
193
+ * "unixUtsPlugin": "4.61"
197
194
  * }
198
195
  * },
199
196
  * "mp": {
@@ -252,20 +249,19 @@ export type MakePhoneCallOptions = {
252
249
  * "android": {
253
250
  * "osVer": "5.0",
254
251
  * "uniVer": "√",
255
- * "unixVer": "4.63",
256
- * "unixUtsPlugin": "4.63"
252
+ * "unixVer": "4.63"
257
253
  * },
258
254
  * "ios": {
259
255
  * "osVer": "12.0",
260
256
  * "uniVer": "√",
261
257
  * "unixVer": "4.63",
262
- * "unixUtsPlugin": "4.63"
258
+ * "unixUtsPlugin": "4.63"
263
259
  * },
264
260
  * "harmony": {
265
261
  * "osVer": "3.0",
266
262
  * "uniVer": "4.23",
267
263
  * "unixVer": "4.61",
268
- * "unixUtsPlugin": "4.61"
264
+ * "unixUtsPlugin": "4.61"
269
265
  * }
270
266
  * },
271
267
  * "mp": {
@@ -324,20 +320,19 @@ export type MakePhoneCallOptions = {
324
320
  * "android": {
325
321
  * "osVer": "5.0",
326
322
  * "uniVer": "√",
327
- * "unixVer": "4.63",
328
- * "unixUtsPlugin": "4.63"
323
+ * "unixVer": "4.63"
329
324
  * },
330
325
  * "ios": {
331
326
  * "osVer": "12.0",
332
327
  * "uniVer": "√",
333
328
  * "unixVer": "4.63",
334
- * "unixUtsPlugin": "4.63"
329
+ * "unixUtsPlugin": "4.63"
335
330
  * },
336
331
  * "harmony": {
337
332
  * "osVer": "3.0",
338
333
  * "uniVer": "4.23",
339
334
  * "unixVer": "4.61",
340
- * "unixUtsPlugin": "4.61"
335
+ * "unixUtsPlugin": "4.61"
341
336
  * }
342
337
  * },
343
338
  * "mp": {
@@ -764,99 +764,11 @@ export type ChooseImage = (options: ChooseImageOptions) => void
764
764
 
765
765
  export type PreviewImageSuccess = {
766
766
  /**
767
- * 调用API的名称
768
- * @uniPlatform {
769
- * "mp": {
770
- * "weixin": {
771
- * "hostVer": "√",
772
- * "uniVer": "√",
773
- * "unixVer": "4.41"
774
- * },
775
- * "alipay": {
776
- * "hostVer": "-",
777
- * "uniVer": "-",
778
- * "unixVer": "-"
779
- * },
780
- * "baidu": {
781
- * "hostVer": "-",
782
- * "uniVer": "-",
783
- * "unixVer": "-"
784
- * },
785
- * "toutiao": {
786
- * "hostVer": "-",
787
- * "uniVer": "-",
788
- * "unixVer": "-"
789
- * },
790
- * "lark": {
791
- * "hostVer": "-",
792
- * "uniVer": "-",
793
- * "unixVer": "-"
794
- * },
795
- * "qq": {
796
- * "hostVer": "-",
797
- * "uniVer": "-",
798
- * "unixVer": "-"
799
- * },
800
- * "kuaishou": {
801
- * "hostVer": "-",
802
- * "uniVer": "-",
803
- * "unixVer": "-"
804
- * },
805
- * "jd": {
806
- * "hostVer": "-",
807
- * "uniVer": "-",
808
- * "unixVer": "-"
809
- * }
810
- * }
811
- * }
767
+ * 调用API的名称
812
768
  */
813
769
  errSubject: string,
814
770
  /**
815
- * 描述信息
816
- * @uniPlatform {
817
- * "mp": {
818
- * "weixin": {
819
- * "hostVer": "√",
820
- * "uniVer": "√",
821
- * "unixVer": "4.41"
822
- * },
823
- * "alipay": {
824
- * "hostVer": "-",
825
- * "uniVer": "-",
826
- * "unixVer": "-"
827
- * },
828
- * "baidu": {
829
- * "hostVer": "-",
830
- * "uniVer": "-",
831
- * "unixVer": "-"
832
- * },
833
- * "toutiao": {
834
- * "hostVer": "-",
835
- * "uniVer": "-",
836
- * "unixVer": "-"
837
- * },
838
- * "lark": {
839
- * "hostVer": "-",
840
- * "uniVer": "-",
841
- * "unixVer": "-"
842
- * },
843
- * "qq": {
844
- * "hostVer": "-",
845
- * "uniVer": "-",
846
- * "unixVer": "-"
847
- * },
848
- * "kuaishou": {
849
- * "hostVer": "-",
850
- * "uniVer": "-",
851
- * "unixVer": "-"
852
- * },
853
- * "jd": {
854
- * "hostVer": "-",
855
- * "uniVer": "-",
856
- * "unixVer": "-"
857
- * }
858
- * }
859
- * }
771
+ * 描述信息
860
772
  */
861
773
  errMsg: string
862
774
  }
@@ -1247,58 +1159,7 @@ export type PreviewImageOptions = {
1247
1159
  * }
1248
1160
  *}
1249
1161
  */
1250
- complete?: (PreviewImageCompleteCallback) | null
1251
- /**
1252
- * 需要基础库: `2.13.0`
1253
- *
1254
- * `origin`: 发送完整的referrer; `no-referrer`: 不发送。格式固定为 `https://servicewechat.com/{appid}/{version}/page-frame.html`,其中 {appid} 为小程序的 appid,{version} 为小程序的版本号,版本号为 0 表示为开发版、体验版以及审核版本,版本号为 devtools 表示为开发者工具,其余为正式版本;
1255
- *
1256
- * @uniPlatform {
1257
- * "mp": {
1258
- * "weixin": {
1259
- * "hostVer": "2.13.0",
1260
- * "uniVer": "√",
1261
- * "unixVer": "4.41"
1262
- * },
1263
- * "alipay": {
1264
- * "hostVer": "-",
1265
- * "uniVer": "-",
1266
- * "unixVer": "-"
1267
- * },
1268
- * "baidu": {
1269
- * "hostVer": "-",
1270
- * "uniVer": "-",
1271
- * "unixVer": "-"
1272
- * },
1273
- * "toutiao": {
1274
- * "hostVer": "-",
1275
- * "uniVer": "-",
1276
- * "unixVer": "-"
1277
- * },
1278
- * "lark": {
1279
- * "hostVer": "-",
1280
- * "uniVer": "-",
1281
- * "unixVer": "-"
1282
- * },
1283
- * "qq": {
1284
- * "hostVer": "-",
1285
- * "uniVer": "-",
1286
- * "unixVer": "-"
1287
- * },
1288
- * "kuaishou": {
1289
- * "hostVer": "-",
1290
- * "uniVer": "-",
1291
- * "unixVer": "-"
1292
- * },
1293
- * "jd": {
1294
- * "hostVer": "-",
1295
- * "uniVer": "-",
1296
- * "unixVer": "-"
1297
- * }
1298
- * }
1299
- * }
1300
- */
1301
- referrerPolicy?: string | null;
1162
+ complete?: (PreviewImageCompleteCallback) | null
1302
1163
  };
1303
1164
 
1304
1165
  export type PreviewImage = (options: PreviewImageOptions) => void;
@@ -5114,70 +4975,70 @@ export interface Uni {
5114
4975
  /**
5115
4976
  * 预览图片
5116
4977
  * @description 预览图片
5117
- * @uniPlatform {
5118
- * "app": {
5119
- * "android": {
5120
- * "osVer": "5.0",
5121
- * "uniVer": "√",
5122
- * "unixVer": "3.9+"
5123
- * },
5124
- * "ios": {
5125
- * "osVer": "12.0",
5126
- * "uniVer": "√",
5127
- * "unixVer": "4.11"
5128
- * },
5129
- * "harmony": {
5130
- * "osVer": "5.0.0",
5131
- * "uniVer": "4.23",
5132
- * "unixVer": "4.61"
5133
- * }
5134
- * },
5135
- * "web": {
5136
- * "uniVer": "√",
5137
- * "unixVer": "4.0"
5138
- * },
5139
- * "mp": {
5140
- * "weixin": {
5141
- * "hostVer": "1.9.6",
5142
- * "uniVer": "√",
5143
- * "unixVer": "4.41"
5144
- * },
5145
- * "alipay": {
5146
- * "hostVer": "√",
5147
- * "uniVer": "√",
5148
- * "unixVer": "x"
5149
- * },
5150
- * "baidu": {
5151
- * "hostVer": "√",
5152
- * "uniVer": "√",
5153
- * "unixVer": "x"
5154
- * },
5155
- * "toutiao": {
5156
- * "hostVer": "√",
5157
- * "uniVer": "√",
5158
- * "unixVer": "x"
5159
- * },
5160
- * "lark": {
5161
- * "hostVer": "√",
5162
- * "uniVer": "√",
5163
- * "unixVer": "x"
5164
- * },
5165
- * "qq": {
5166
- * "hostVer": "√",
5167
- * "uniVer": "√",
5168
- * "unixVer": "x"
5169
- * },
5170
- * "kuaishou": {
5171
- * "hostVer": "√",
5172
- * "uniVer": "√",
5173
- * "unixVer": "x"
5174
- * },
5175
- * "jd": {
5176
- * "hostVer": "x",
5177
- * "uniVer": "x",
5178
- * "unixVer": "x"
5179
- * }
5180
- * }
4978
+ * @uniPlatform {
4979
+ * "app": {
4980
+ * "android": {
4981
+ * "osVer": "5.0",
4982
+ * "uniVer": "√",
4983
+ * "unixVer": "3.9+"
4984
+ * },
4985
+ * "ios": {
4986
+ * "osVer": "12.0",
4987
+ * "uniVer": "√",
4988
+ * "unixVer": "4.11"
4989
+ * },
4990
+ * "harmony": {
4991
+ * "osVer": "5.0.0",
4992
+ * "uniVer": "4.23",
4993
+ * "unixVer": "4.61"
4994
+ * }
4995
+ * },
4996
+ * "web": {
4997
+ * "uniVer": "√",
4998
+ * "unixVer": "4.0"
4999
+ * },
5000
+ * "mp": {
5001
+ * "weixin": {
5002
+ * "hostVer": "",
5003
+ * "uniVer": "√",
5004
+ * "unixVer": "4.41"
5005
+ * },
5006
+ * "alipay": {
5007
+ * "hostVer": "√",
5008
+ * "uniVer": "√",
5009
+ * "unixVer": "x"
5010
+ * },
5011
+ * "baidu": {
5012
+ * "hostVer": "√",
5013
+ * "uniVer": "√",
5014
+ * "unixVer": "x"
5015
+ * },
5016
+ * "toutiao": {
5017
+ * "hostVer": "√",
5018
+ * "uniVer": "√",
5019
+ * "unixVer": "x"
5020
+ * },
5021
+ * "lark": {
5022
+ * "hostVer": "√",
5023
+ * "uniVer": "√",
5024
+ * "unixVer": "x"
5025
+ * },
5026
+ * "qq": {
5027
+ * "hostVer": "√",
5028
+ * "uniVer": "√",
5029
+ * "unixVer": "x"
5030
+ * },
5031
+ * "kuaishou": {
5032
+ * "hostVer": "√",
5033
+ * "uniVer": "√",
5034
+ * "unixVer": "x"
5035
+ * },
5036
+ * "jd": {
5037
+ * "hostVer": "x",
5038
+ * "uniVer": "x",
5039
+ * "unixVer": "x"
5040
+ * }
5041
+ * }
5181
5042
  * }
5182
5043
  * @uniVueVersion 2,3
5183
5044
  * @example
@@ -5194,8 +5055,7 @@ export interface Uni {
5194
5055
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html
5195
5056
  * @autotest {
5196
5057
  generated:false
5197
- }
5198
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.previewImage.html
5058
+ }
5199
5059
  */
5200
5060
  previewImage(options: PreviewImageOptions): void;
5201
5061
  /**
@@ -174,8 +174,7 @@ export interface Uni {
174
174
  "osVer": "5.0",
175
175
  "uniVer": "√",
176
176
  "uniUtsPlugin": "x",
177
- "unixVer": "3.91",
178
- "unixUtsPlugin": "3.91"
177
+ "unixVer": "3.91"
179
178
  },
180
179
  "ios": {
181
180
  "osVer": "12.0",
@@ -260,8 +259,7 @@ export interface Uni {
260
259
  "osVer": "5.0",
261
260
  "uniVer": "x",
262
261
  "uniUtsPlugin": "x",
263
- "unixVer": "4.61",
264
- "unixUtsPlugin": "4.61"
262
+ "unixVer": "4.61"
265
263
  },
266
264
  "ios": {
267
265
  "osVer": "12.0",