@dcloudio/uni-app-x 0.7.37 → 0.7.38

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 (105) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +44 -9
  3. package/types/app.d.ts +8 -5
  4. package/types/native/AsyncApiResult.d.ts +1 -0
  5. package/types/native/IUniElement.d.ts +34 -0
  6. package/types/native/UniElement.d.ts +2 -1
  7. package/types/native/UniTextElement.d.ts +1 -0
  8. package/types/native/global.d.ts +10 -0
  9. package/types/page.d.ts +5 -5
  10. package/types/uni/env/index.d.ts +15 -1
  11. package/types/uni/global.d.ts +1 -0
  12. package/types/uni/index.d.ts +1 -0
  13. package/types/uni/uni-map-tencent-global.d.ts +33 -0
  14. package/types/uni/uni-map-tencent-map.d.ts +52 -0
  15. package/types/uni/uts-plugin-api/global.d.ts +3 -0
  16. package/types/uni/uts-plugin-api/index.d.ts +3 -0
  17. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +24 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
  19. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
  20. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
  21. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
  22. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
  23. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
  24. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
  25. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
  26. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
  27. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
  28. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
  29. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
  30. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
  31. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
  32. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
  33. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
  34. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
  35. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
  36. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
  37. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
  38. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
  39. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
  40. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
  41. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
  42. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
  43. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
  44. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
  45. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
  46. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
  47. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
  48. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
  49. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
  50. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
  51. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
  52. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
  53. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
  54. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +3119 -1
  55. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
  56. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  57. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +42 -0
  58. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
  59. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
  60. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
  61. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
  62. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
  63. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
  64. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
  65. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
  66. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
  67. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
  68. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
  69. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
  70. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
  71. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
  72. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
  73. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
  74. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  75. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +58 -58
  76. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
  77. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
  78. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
  79. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
  80. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
  81. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
  82. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
  83. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
  84. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
  85. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
  86. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
  87. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
  89. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
  90. package/types/uni/uts-plugin-extend/README.md +3 -0
  91. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
  92. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
  93. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
  94. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
  95. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
  96. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
  97. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
  98. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
  99. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
  100. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
  101. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
  102. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
  103. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
  104. package/types/uni-cloud/interface.d.ts +91 -0
  105. package/uts-plugin.d.ts +3 -1
@@ -44,6 +44,48 @@ export type GetDeviceInfoOptions = {
44
44
  * "unixVer": "x"
45
45
  * }
46
46
  * },
47
+ * "mp": {
48
+ * "weixin": {
49
+ * "hostVer": "√",
50
+ * "uniVer": "√",
51
+ * "unixVer": "4.35"
52
+ * },
53
+ * "alipay": {
54
+ * "hostVer": "√",
55
+ * "uniVer": "√",
56
+ * "unixVer": "x"
57
+ * },
58
+ * "baidu": {
59
+ * "hostVer": "√",
60
+ * "uniVer": "√",
61
+ * "unixVer": "x"
62
+ * },
63
+ * "toutiao": {
64
+ * "hostVer": "√",
65
+ * "uniVer": "√",
66
+ * "unixVer": "x"
67
+ * },
68
+ * "lark": {
69
+ * "hostVer": "√",
70
+ * "uniVer": "√",
71
+ * "unixVer": "x"
72
+ * },
73
+ * "qq": {
74
+ * "hostVer": "√",
75
+ * "uniVer": "√",
76
+ * "unixVer": "x"
77
+ * },
78
+ * "kuaishou": {
79
+ * "hostVer": "√",
80
+ * "uniVer": "√",
81
+ * "unixVer": "x"
82
+ * },
83
+ * "jd": {
84
+ * "hostVer": "√",
85
+ * "uniVer": "√",
86
+ * "unixVer": "x"
87
+ * }
88
+ * },
47
89
  * "web": {
48
90
  * "uniVer": "x",
49
91
  * "unixVer": "x"
@@ -73,6 +115,48 @@ export type GetDeviceInfoOptions = {
73
115
  * "unixVer": "x"
74
116
  * }
75
117
  * },
118
+ * "mp": {
119
+ * "weixin": {
120
+ * "hostVer": "√",
121
+ * "uniVer": "√",
122
+ * "unixVer": "4.35"
123
+ * },
124
+ * "alipay": {
125
+ * "hostVer": "√",
126
+ * "uniVer": "x",
127
+ * "unixVer": "x"
128
+ * },
129
+ * "baidu": {
130
+ * "hostVer": "√",
131
+ * "uniVer": "x",
132
+ * "unixVer": "x"
133
+ * },
134
+ * "toutiao": {
135
+ * "hostVer": "√",
136
+ * "uniVer": "x",
137
+ * "unixVer": "x"
138
+ * },
139
+ * "lark": {
140
+ * "hostVer": "√",
141
+ * "uniVer": "x",
142
+ * "unixVer": "x"
143
+ * },
144
+ * "qq": {
145
+ * "hostVer": "√",
146
+ * "uniVer": "x",
147
+ * "unixVer": "x"
148
+ * },
149
+ * "kuaishou": {
150
+ * "hostVer": "√",
151
+ * "uniVer": "x",
152
+ * "unixVer": "x"
153
+ * },
154
+ * "jd": {
155
+ * "hostVer": "√",
156
+ * "uniVer": "x",
157
+ * "unixVer": "x"
158
+ * }
159
+ * },
76
160
  * "web": {
77
161
  * "uniVer": "x",
78
162
  * "unixVer": "x"
@@ -102,6 +186,48 @@ export type GetDeviceInfoOptions = {
102
186
  * "unixVer": "x"
103
187
  * }
104
188
  * },
189
+ * "mp": {
190
+ * "weixin": {
191
+ * "hostVer": "√",
192
+ * "uniVer": "√",
193
+ * "unixVer": "4.35"
194
+ * },
195
+ * "alipay": {
196
+ * "hostVer": "√",
197
+ * "uniVer": "√",
198
+ * "unixVer": "x"
199
+ * },
200
+ * "baidu": {
201
+ * "hostVer": "√",
202
+ * "uniVer": "√",
203
+ * "unixVer": "x"
204
+ * },
205
+ * "toutiao": {
206
+ * "hostVer": "√",
207
+ * "uniVer": "√",
208
+ * "unixVer": "x"
209
+ * },
210
+ * "lark": {
211
+ * "hostVer": "√",
212
+ * "uniVer": "√",
213
+ * "unixVer": "x"
214
+ * },
215
+ * "qq": {
216
+ * "hostVer": "√",
217
+ * "uniVer": "√",
218
+ * "unixVer": "x"
219
+ * },
220
+ * "kuaishou": {
221
+ * "hostVer": "√",
222
+ * "uniVer": "√",
223
+ * "unixVer": "x"
224
+ * },
225
+ * "jd": {
226
+ * "hostVer": "√",
227
+ * "uniVer": "√",
228
+ * "unixVer": "x"
229
+ * }
230
+ * },
105
231
  * "web": {
106
232
  * "uniVer": "√",
107
233
  * "unixVer": "4.0"
@@ -132,6 +258,48 @@ export type GetDeviceInfoOptions = {
132
258
  * "unixVer": "x"
133
259
  * }
134
260
  * },
261
+ * "mp": {
262
+ * "weixin": {
263
+ * "hostVer": "√",
264
+ * "uniVer": "√",
265
+ * "unixVer": "4.35"
266
+ * },
267
+ * "alipay": {
268
+ * "hostVer": "√",
269
+ * "uniVer": "√",
270
+ * "unixVer": "x"
271
+ * },
272
+ * "baidu": {
273
+ * "hostVer": "√",
274
+ * "uniVer": "√",
275
+ * "unixVer": "x"
276
+ * },
277
+ * "toutiao": {
278
+ * "hostVer": "√",
279
+ * "uniVer": "√",
280
+ * "unixVer": "x"
281
+ * },
282
+ * "lark": {
283
+ * "hostVer": "√",
284
+ * "uniVer": "√",
285
+ * "unixVer": "x"
286
+ * },
287
+ * "qq": {
288
+ * "hostVer": "√",
289
+ * "uniVer": "√",
290
+ * "unixVer": "x"
291
+ * },
292
+ * "kuaishou": {
293
+ * "hostVer": "√",
294
+ * "uniVer": "√",
295
+ * "unixVer": "x"
296
+ * },
297
+ * "jd": {
298
+ * "hostVer": "√",
299
+ * "uniVer": "√",
300
+ * "unixVer": "x"
301
+ * }
302
+ * },
135
303
  * "web": {
136
304
  * "uniVer": "√",
137
305
  * "unixVer": "4.0"
@@ -161,6 +329,48 @@ export type GetDeviceInfoOptions = {
161
329
  * "unixVer": "x"
162
330
  * }
163
331
  * },
332
+ * "mp": {
333
+ * "weixin": {
334
+ * "hostVer": "√",
335
+ * "uniVer": "√",
336
+ * "unixVer": "4.35"
337
+ * },
338
+ * "alipay": {
339
+ * "hostVer": "√",
340
+ * "uniVer": "x",
341
+ * "unixVer": "x"
342
+ * },
343
+ * "baidu": {
344
+ * "hostVer": "√",
345
+ * "uniVer": "x",
346
+ * "unixVer": "x"
347
+ * },
348
+ * "toutiao": {
349
+ * "hostVer": "√",
350
+ * "uniVer": "x",
351
+ * "unixVer": "x"
352
+ * },
353
+ * "lark": {
354
+ * "hostVer": "√",
355
+ * "uniVer": "x",
356
+ * "unixVer": "x"
357
+ * },
358
+ * "qq": {
359
+ * "hostVer": "√",
360
+ * "uniVer": "x",
361
+ * "unixVer": "x"
362
+ * },
363
+ * "kuaishou": {
364
+ * "hostVer": "√",
365
+ * "uniVer": "x",
366
+ * "unixVer": "x"
367
+ * },
368
+ * "jd": {
369
+ * "hostVer": "√",
370
+ * "uniVer": "x",
371
+ * "unixVer": "x"
372
+ * }
373
+ * },
164
374
  * "web": {
165
375
  * "uniVer": "√",
166
376
  * "unixVer": "4.0"
@@ -190,6 +400,48 @@ export type GetDeviceInfoOptions = {
190
400
  * "unixVer": "x"
191
401
  * }
192
402
  * },
403
+ * "mp": {
404
+ * "weixin": {
405
+ * "hostVer": "√",
406
+ * "uniVer": "√",
407
+ * "unixVer": "4.35"
408
+ * },
409
+ * "alipay": {
410
+ * "hostVer": "√",
411
+ * "uniVer": "x",
412
+ * "unixVer": "x"
413
+ * },
414
+ * "baidu": {
415
+ * "hostVer": "√",
416
+ * "uniVer": "x",
417
+ * "unixVer": "x"
418
+ * },
419
+ * "toutiao": {
420
+ * "hostVer": "√",
421
+ * "uniVer": "x",
422
+ * "unixVer": "x"
423
+ * },
424
+ * "lark": {
425
+ * "hostVer": "√",
426
+ * "uniVer": "x",
427
+ * "unixVer": "x"
428
+ * },
429
+ * "qq": {
430
+ * "hostVer": "√",
431
+ * "uniVer": "x",
432
+ * "unixVer": "x"
433
+ * },
434
+ * "kuaishou": {
435
+ * "hostVer": "√",
436
+ * "uniVer": "x",
437
+ * "unixVer": "x"
438
+ * },
439
+ * "jd": {
440
+ * "hostVer": "√",
441
+ * "uniVer": "x",
442
+ * "unixVer": "x"
443
+ * }
444
+ * },
193
445
  * "web": {
194
446
  * "uniVer": "√",
195
447
  * "unixVer": "4.0"
@@ -219,6 +471,48 @@ export type GetDeviceInfoOptions = {
219
471
  * "unixVer": "x"
220
472
  * }
221
473
  * },
474
+ * "mp": {
475
+ * "weixin": {
476
+ * "hostVer": "√",
477
+ * "uniVer": "x",
478
+ * "unixVer": "x"
479
+ * },
480
+ * "alipay": {
481
+ * "hostVer": "√",
482
+ * "uniVer": "x",
483
+ * "unixVer": "x"
484
+ * },
485
+ * "baidu": {
486
+ * "hostVer": "√",
487
+ * "uniVer": "x",
488
+ * "unixVer": "x"
489
+ * },
490
+ * "toutiao": {
491
+ * "hostVer": "√",
492
+ * "uniVer": "x",
493
+ * "unixVer": "x"
494
+ * },
495
+ * "lark": {
496
+ * "hostVer": "√",
497
+ * "uniVer": "x",
498
+ * "unixVer": "x"
499
+ * },
500
+ * "qq": {
501
+ * "hostVer": "√",
502
+ * "uniVer": "x",
503
+ * "unixVer": "x"
504
+ * },
505
+ * "kuaishou": {
506
+ * "hostVer": "√",
507
+ * "uniVer": "x",
508
+ * "unixVer": "x"
509
+ * },
510
+ * "jd": {
511
+ * "hostVer": "√",
512
+ * "uniVer": "x",
513
+ * "unixVer": "x"
514
+ * }
515
+ * },
222
516
  * "web": {
223
517
  * "uniVer": "√",
224
518
  * "unixVer": "4.0"
@@ -248,6 +542,48 @@ export type GetDeviceInfoOptions = {
248
542
  * "unixVer": "x"
249
543
  * }
250
544
  * },
545
+ * "mp": {
546
+ * "weixin": {
547
+ * "hostVer": "√",
548
+ * "uniVer": "x",
549
+ * "unixVer": "x"
550
+ * },
551
+ * "alipay": {
552
+ * "hostVer": "√",
553
+ * "uniVer": "x",
554
+ * "unixVer": "x"
555
+ * },
556
+ * "baidu": {
557
+ * "hostVer": "√",
558
+ * "uniVer": "x",
559
+ * "unixVer": "x"
560
+ * },
561
+ * "toutiao": {
562
+ * "hostVer": "√",
563
+ * "uniVer": "x",
564
+ * "unixVer": "x"
565
+ * },
566
+ * "lark": {
567
+ * "hostVer": "√",
568
+ * "uniVer": "x",
569
+ * "unixVer": "x"
570
+ * },
571
+ * "qq": {
572
+ * "hostVer": "√",
573
+ * "uniVer": "x",
574
+ * "unixVer": "x"
575
+ * },
576
+ * "kuaishou": {
577
+ * "hostVer": "√",
578
+ * "uniVer": "x",
579
+ * "unixVer": "x"
580
+ * },
581
+ * "jd": {
582
+ * "hostVer": "√",
583
+ * "uniVer": "x",
584
+ * "unixVer": "x"
585
+ * }
586
+ * },
251
587
  * "web": {
252
588
  * "uniVer": "√",
253
589
  * "unixVer": "4.0"
@@ -277,6 +613,48 @@ export type GetDeviceInfoOptions = {
277
613
  * "unixVer": "x"
278
614
  * }
279
615
  * },
616
+ * "mp": {
617
+ * "weixin": {
618
+ * "hostVer": "√",
619
+ * "uniVer": "√",
620
+ * "unixVer": "4.35"
621
+ * },
622
+ * "alipay": {
623
+ * "hostVer": "√",
624
+ * "uniVer": "√",
625
+ * "unixVer": "x"
626
+ * },
627
+ * "baidu": {
628
+ * "hostVer": "√",
629
+ * "uniVer": "√",
630
+ * "unixVer": "x"
631
+ * },
632
+ * "toutiao": {
633
+ * "hostVer": "√",
634
+ * "uniVer": "√",
635
+ * "unixVer": "x"
636
+ * },
637
+ * "lark": {
638
+ * "hostVer": "√",
639
+ * "uniVer": "√",
640
+ * "unixVer": "x"
641
+ * },
642
+ * "qq": {
643
+ * "hostVer": "√",
644
+ * "uniVer": "√",
645
+ * "unixVer": "x"
646
+ * },
647
+ * "kuaishou": {
648
+ * "hostVer": "√",
649
+ * "uniVer": "√",
650
+ * "unixVer": "x"
651
+ * },
652
+ * "jd": {
653
+ * "hostVer": "√",
654
+ * "uniVer": "√",
655
+ * "unixVer": "x"
656
+ * }
657
+ * },
280
658
  * "web": {
281
659
  * "uniVer": "√",
282
660
  * "unixVer": "4.0"
@@ -306,6 +684,48 @@ export type GetDeviceInfoOptions = {
306
684
  * "unixVer": "x"
307
685
  * }
308
686
  * },
687
+ * "mp": {
688
+ * "weixin": {
689
+ * "hostVer": "√",
690
+ * "uniVer": "√",
691
+ * "unixVer": "4.35"
692
+ * },
693
+ * "alipay": {
694
+ * "hostVer": "√",
695
+ * "uniVer": "√",
696
+ * "unixVer": "x"
697
+ * },
698
+ * "baidu": {
699
+ * "hostVer": "√",
700
+ * "uniVer": "√",
701
+ * "unixVer": "x"
702
+ * },
703
+ * "toutiao": {
704
+ * "hostVer": "√",
705
+ * "uniVer": "√",
706
+ * "unixVer": "x"
707
+ * },
708
+ * "lark": {
709
+ * "hostVer": "√",
710
+ * "uniVer": "√",
711
+ * "unixVer": "x"
712
+ * },
713
+ * "qq": {
714
+ * "hostVer": "√",
715
+ * "uniVer": "√",
716
+ * "unixVer": "x"
717
+ * },
718
+ * "kuaishou": {
719
+ * "hostVer": "√",
720
+ * "uniVer": "√",
721
+ * "unixVer": "x"
722
+ * },
723
+ * "jd": {
724
+ * "hostVer": "√",
725
+ * "uniVer": "√",
726
+ * "unixVer": "x"
727
+ * }
728
+ * },
309
729
  * "web": {
310
730
  * "uniVer": "√",
311
731
  * "unixVer": "4.0"
@@ -335,6 +755,48 @@ export type GetDeviceInfoOptions = {
335
755
  * "unixVer": "x"
336
756
  * }
337
757
  * },
758
+ * "mp": {
759
+ * "weixin": {
760
+ * "hostVer": "√",
761
+ * "uniVer": "x",
762
+ * "unixVer": "x"
763
+ * },
764
+ * "alipay": {
765
+ * "hostVer": "√",
766
+ * "uniVer": "x",
767
+ * "unixVer": "x"
768
+ * },
769
+ * "baidu": {
770
+ * "hostVer": "√",
771
+ * "uniVer": "x",
772
+ * "unixVer": "x"
773
+ * },
774
+ * "toutiao": {
775
+ * "hostVer": "√",
776
+ * "uniVer": "x",
777
+ * "unixVer": "x"
778
+ * },
779
+ * "lark": {
780
+ * "hostVer": "√",
781
+ * "uniVer": "x",
782
+ * "unixVer": "x"
783
+ * },
784
+ * "qq": {
785
+ * "hostVer": "√",
786
+ * "uniVer": "x",
787
+ * "unixVer": "x"
788
+ * },
789
+ * "kuaishou": {
790
+ * "hostVer": "√",
791
+ * "uniVer": "x",
792
+ * "unixVer": "x"
793
+ * },
794
+ * "jd": {
795
+ * "hostVer": "√",
796
+ * "uniVer": "x",
797
+ * "unixVer": "x"
798
+ * }
799
+ * },
338
800
  * "web": {
339
801
  * "uniVer": "x",
340
802
  * "unixVer": "x"
@@ -364,6 +826,48 @@ export type GetDeviceInfoOptions = {
364
826
  * "unixVer": "x"
365
827
  * }
366
828
  * },
829
+ * "mp": {
830
+ * "weixin": {
831
+ * "hostVer": "√",
832
+ * "uniVer": "x",
833
+ * "unixVer": "x"
834
+ * },
835
+ * "alipay": {
836
+ * "hostVer": "√",
837
+ * "uniVer": "x",
838
+ * "unixVer": "x"
839
+ * },
840
+ * "baidu": {
841
+ * "hostVer": "√",
842
+ * "uniVer": "x",
843
+ * "unixVer": "x"
844
+ * },
845
+ * "toutiao": {
846
+ * "hostVer": "√",
847
+ * "uniVer": "x",
848
+ * "unixVer": "x"
849
+ * },
850
+ * "lark": {
851
+ * "hostVer": "√",
852
+ * "uniVer": "x",
853
+ * "unixVer": "x"
854
+ * },
855
+ * "qq": {
856
+ * "hostVer": "√",
857
+ * "uniVer": "x",
858
+ * "unixVer": "x"
859
+ * },
860
+ * "kuaishou": {
861
+ * "hostVer": "√",
862
+ * "uniVer": "x",
863
+ * "unixVer": "x"
864
+ * },
865
+ * "jd": {
866
+ * "hostVer": "√",
867
+ * "uniVer": "x",
868
+ * "unixVer": "x"
869
+ * }
870
+ * },
367
871
  * "web": {
368
872
  * "uniVer": "x",
369
873
  * "unixVer": "x"
@@ -393,6 +897,48 @@ export type GetDeviceInfoOptions = {
393
897
  * "unixVer": "x"
394
898
  * }
395
899
  * },
900
+ * "mp": {
901
+ * "weixin": {
902
+ * "hostVer": "√",
903
+ * "uniVer": "x",
904
+ * "unixVer": "x"
905
+ * },
906
+ * "alipay": {
907
+ * "hostVer": "√",
908
+ * "uniVer": "x",
909
+ * "unixVer": "x"
910
+ * },
911
+ * "baidu": {
912
+ * "hostVer": "√",
913
+ * "uniVer": "x",
914
+ * "unixVer": "x"
915
+ * },
916
+ * "toutiao": {
917
+ * "hostVer": "√",
918
+ * "uniVer": "x",
919
+ * "unixVer": "x"
920
+ * },
921
+ * "lark": {
922
+ * "hostVer": "√",
923
+ * "uniVer": "x",
924
+ * "unixVer": "x"
925
+ * },
926
+ * "qq": {
927
+ * "hostVer": "√",
928
+ * "uniVer": "x",
929
+ * "unixVer": "x"
930
+ * },
931
+ * "kuaishou": {
932
+ * "hostVer": "√",
933
+ * "uniVer": "x",
934
+ * "unixVer": "x"
935
+ * },
936
+ * "jd": {
937
+ * "hostVer": "√",
938
+ * "uniVer": "x",
939
+ * "unixVer": "x"
940
+ * }
941
+ * },
396
942
  * "web": {
397
943
  * "uniVer": "x",
398
944
  * "unixVer": "x"
@@ -422,6 +968,48 @@ export type GetDeviceInfoOptions = {
422
968
  * "unixVer": "x"
423
969
  * }
424
970
  * },
971
+ * "mp": {
972
+ * "weixin": {
973
+ * "hostVer": "√",
974
+ * "uniVer": "√",
975
+ * "unixVer": "4.35"
976
+ * },
977
+ * "alipay": {
978
+ * "hostVer": "√",
979
+ * "uniVer": "x",
980
+ * "unixVer": "x"
981
+ * },
982
+ * "baidu": {
983
+ * "hostVer": "√",
984
+ * "uniVer": "x",
985
+ * "unixVer": "x"
986
+ * },
987
+ * "toutiao": {
988
+ * "hostVer": "√",
989
+ * "uniVer": "x",
990
+ * "unixVer": "x"
991
+ * },
992
+ * "lark": {
993
+ * "hostVer": "√",
994
+ * "uniVer": "x",
995
+ * "unixVer": "x"
996
+ * },
997
+ * "qq": {
998
+ * "hostVer": "√",
999
+ * "uniVer": "x",
1000
+ * "unixVer": "x"
1001
+ * },
1002
+ * "kuaishou": {
1003
+ * "hostVer": "√",
1004
+ * "uniVer": "x",
1005
+ * "unixVer": "x"
1006
+ * },
1007
+ * "jd": {
1008
+ * "hostVer": "√",
1009
+ * "uniVer": "x",
1010
+ * "unixVer": "x"
1011
+ * }
1012
+ * },
425
1013
  * "web": {
426
1014
  * "uniVer": "x",
427
1015
  * "unixVer": "4.18"
@@ -451,6 +1039,48 @@ export type GetDeviceInfoOptions = {
451
1039
  * "unixVer": "x"
452
1040
  * }
453
1041
  * },
1042
+ * "mp": {
1043
+ * "weixin": {
1044
+ * "hostVer": "√",
1045
+ * "uniVer": "√",
1046
+ * "unixVer": "4.35"
1047
+ * },
1048
+ * "alipay": {
1049
+ * "hostVer": "√",
1050
+ * "uniVer": "x",
1051
+ * "unixVer": "x"
1052
+ * },
1053
+ * "baidu": {
1054
+ * "hostVer": "√",
1055
+ * "uniVer": "x",
1056
+ * "unixVer": "x"
1057
+ * },
1058
+ * "toutiao": {
1059
+ * "hostVer": "√",
1060
+ * "uniVer": "x",
1061
+ * "unixVer": "x"
1062
+ * },
1063
+ * "lark": {
1064
+ * "hostVer": "√",
1065
+ * "uniVer": "x",
1066
+ * "unixVer": "x"
1067
+ * },
1068
+ * "qq": {
1069
+ * "hostVer": "√",
1070
+ * "uniVer": "x",
1071
+ * "unixVer": "x"
1072
+ * },
1073
+ * "kuaishou": {
1074
+ * "hostVer": "√",
1075
+ * "uniVer": "x",
1076
+ * "unixVer": "x"
1077
+ * },
1078
+ * "jd": {
1079
+ * "hostVer": "√",
1080
+ * "uniVer": "x",
1081
+ * "unixVer": "x"
1082
+ * }
1083
+ * },
454
1084
  * "web": {
455
1085
  * "uniVer": "x",
456
1086
  * "unixVer": "4.18"
@@ -480,6 +1110,48 @@ export type GetDeviceInfoOptions = {
480
1110
  * "unixVer": "x"
481
1111
  * }
482
1112
  * },
1113
+ * "mp": {
1114
+ * "weixin": {
1115
+ * "hostVer": "√",
1116
+ * "uniVer": "x",
1117
+ * "unixVer": "x"
1118
+ * },
1119
+ * "alipay": {
1120
+ * "hostVer": "√",
1121
+ * "uniVer": "x",
1122
+ * "unixVer": "x"
1123
+ * },
1124
+ * "baidu": {
1125
+ * "hostVer": "√",
1126
+ * "uniVer": "x",
1127
+ * "unixVer": "x"
1128
+ * },
1129
+ * "toutiao": {
1130
+ * "hostVer": "√",
1131
+ * "uniVer": "x",
1132
+ * "unixVer": "x"
1133
+ * },
1134
+ * "lark": {
1135
+ * "hostVer": "√",
1136
+ * "uniVer": "x",
1137
+ * "unixVer": "x"
1138
+ * },
1139
+ * "qq": {
1140
+ * "hostVer": "√",
1141
+ * "uniVer": "x",
1142
+ * "unixVer": "x"
1143
+ * },
1144
+ * "kuaishou": {
1145
+ * "hostVer": "√",
1146
+ * "uniVer": "x",
1147
+ * "unixVer": "x"
1148
+ * },
1149
+ * "jd": {
1150
+ * "hostVer": "√",
1151
+ * "uniVer": "x",
1152
+ * "unixVer": "x"
1153
+ * }
1154
+ * },
483
1155
  * "web": {
484
1156
  * "uniVer": "x",
485
1157
  * "unixVer": "x"
@@ -509,6 +1181,48 @@ export type GetDeviceInfoOptions = {
509
1181
  * "unixVer": "x"
510
1182
  * }
511
1183
  * },
1184
+ * "mp": {
1185
+ * "weixin": {
1186
+ * "hostVer": "√",
1187
+ * "uniVer": "x",
1188
+ * "unixVer": "x"
1189
+ * },
1190
+ * "alipay": {
1191
+ * "hostVer": "√",
1192
+ * "uniVer": "x",
1193
+ * "unixVer": "x"
1194
+ * },
1195
+ * "baidu": {
1196
+ * "hostVer": "√",
1197
+ * "uniVer": "x",
1198
+ * "unixVer": "x"
1199
+ * },
1200
+ * "toutiao": {
1201
+ * "hostVer": "√",
1202
+ * "uniVer": "x",
1203
+ * "unixVer": "x"
1204
+ * },
1205
+ * "lark": {
1206
+ * "hostVer": "√",
1207
+ * "uniVer": "x",
1208
+ * "unixVer": "x"
1209
+ * },
1210
+ * "qq": {
1211
+ * "hostVer": "√",
1212
+ * "uniVer": "x",
1213
+ * "unixVer": "x"
1214
+ * },
1215
+ * "kuaishou": {
1216
+ * "hostVer": "√",
1217
+ * "uniVer": "x",
1218
+ * "unixVer": "x"
1219
+ * },
1220
+ * "jd": {
1221
+ * "hostVer": "√",
1222
+ * "uniVer": "x",
1223
+ * "unixVer": "x"
1224
+ * }
1225
+ * },
512
1226
  * "web": {
513
1227
  * "uniVer": "x",
514
1228
  * "unixVer": "x"
@@ -538,6 +1252,48 @@ export type GetDeviceInfoOptions = {
538
1252
  * "unixVer": "x"
539
1253
  * }
540
1254
  * },
1255
+ * "mp": {
1256
+ * "weixin": {
1257
+ * "hostVer": "√",
1258
+ * "uniVer": "x",
1259
+ * "unixVer": "x"
1260
+ * },
1261
+ * "alipay": {
1262
+ * "hostVer": "√",
1263
+ * "uniVer": "x",
1264
+ * "unixVer": "x"
1265
+ * },
1266
+ * "baidu": {
1267
+ * "hostVer": "√",
1268
+ * "uniVer": "x",
1269
+ * "unixVer": "x"
1270
+ * },
1271
+ * "toutiao": {
1272
+ * "hostVer": "√",
1273
+ * "uniVer": "x",
1274
+ * "unixVer": "x"
1275
+ * },
1276
+ * "lark": {
1277
+ * "hostVer": "√",
1278
+ * "uniVer": "x",
1279
+ * "unixVer": "x"
1280
+ * },
1281
+ * "qq": {
1282
+ * "hostVer": "√",
1283
+ * "uniVer": "x",
1284
+ * "unixVer": "x"
1285
+ * },
1286
+ * "kuaishou": {
1287
+ * "hostVer": "√",
1288
+ * "uniVer": "x",
1289
+ * "unixVer": "x"
1290
+ * },
1291
+ * "jd": {
1292
+ * "hostVer": "√",
1293
+ * "uniVer": "x",
1294
+ * "unixVer": "x"
1295
+ * }
1296
+ * },
541
1297
  * "web": {
542
1298
  * "uniVer": "x",
543
1299
  * "unixVer": "x"
@@ -567,6 +1323,48 @@ export type GetDeviceInfoOptions = {
567
1323
  * "unixVer": "x"
568
1324
  * }
569
1325
  * },
1326
+ * "mp": {
1327
+ * "weixin": {
1328
+ * "hostVer": "√",
1329
+ * "uniVer": "x",
1330
+ * "unixVer": "x"
1331
+ * },
1332
+ * "alipay": {
1333
+ * "hostVer": "√",
1334
+ * "uniVer": "x",
1335
+ * "unixVer": "x"
1336
+ * },
1337
+ * "baidu": {
1338
+ * "hostVer": "√",
1339
+ * "uniVer": "x",
1340
+ * "unixVer": "x"
1341
+ * },
1342
+ * "toutiao": {
1343
+ * "hostVer": "√",
1344
+ * "uniVer": "x",
1345
+ * "unixVer": "x"
1346
+ * },
1347
+ * "lark": {
1348
+ * "hostVer": "√",
1349
+ * "uniVer": "x",
1350
+ * "unixVer": "x"
1351
+ * },
1352
+ * "qq": {
1353
+ * "hostVer": "√",
1354
+ * "uniVer": "x",
1355
+ * "unixVer": "x"
1356
+ * },
1357
+ * "kuaishou": {
1358
+ * "hostVer": "√",
1359
+ * "uniVer": "x",
1360
+ * "unixVer": "x"
1361
+ * },
1362
+ * "jd": {
1363
+ * "hostVer": "√",
1364
+ * "uniVer": "x",
1365
+ * "unixVer": "x"
1366
+ * }
1367
+ * },
570
1368
  * "web": {
571
1369
  * "uniVer": "x",
572
1370
  * "unixVer": "x"
@@ -596,6 +1394,48 @@ export type GetDeviceInfoOptions = {
596
1394
  * "unixVer": "x"
597
1395
  * }
598
1396
  * },
1397
+ * "mp": {
1398
+ * "weixin": {
1399
+ * "hostVer": "√",
1400
+ * "uniVer": "x",
1401
+ * "unixVer": "x"
1402
+ * },
1403
+ * "alipay": {
1404
+ * "hostVer": "√",
1405
+ * "uniVer": "x",
1406
+ * "unixVer": "x"
1407
+ * },
1408
+ * "baidu": {
1409
+ * "hostVer": "√",
1410
+ * "uniVer": "x",
1411
+ * "unixVer": "x"
1412
+ * },
1413
+ * "toutiao": {
1414
+ * "hostVer": "√",
1415
+ * "uniVer": "x",
1416
+ * "unixVer": "x"
1417
+ * },
1418
+ * "lark": {
1419
+ * "hostVer": "√",
1420
+ * "uniVer": "x",
1421
+ * "unixVer": "x"
1422
+ * },
1423
+ * "qq": {
1424
+ * "hostVer": "√",
1425
+ * "uniVer": "x",
1426
+ * "unixVer": "x"
1427
+ * },
1428
+ * "kuaishou": {
1429
+ * "hostVer": "√",
1430
+ * "uniVer": "x",
1431
+ * "unixVer": "x"
1432
+ * },
1433
+ * "jd": {
1434
+ * "hostVer": "√",
1435
+ * "uniVer": "x",
1436
+ * "unixVer": "x"
1437
+ * }
1438
+ * },
599
1439
  * "web": {
600
1440
  * "uniVer": "x",
601
1441
  * "unixVer": "x"
@@ -641,6 +1481,48 @@ export type GetDeviceInfoOptions = {
641
1481
  * "unixVer": "x"
642
1482
  * }
643
1483
  * },
1484
+ * "mp": {
1485
+ * "weixin": {
1486
+ * "hostVer": "√",
1487
+ * "uniVer": "√",
1488
+ * "unixVer": "4.35"
1489
+ * },
1490
+ * "alipay": {
1491
+ * "hostVer": "√",
1492
+ * "uniVer": "√",
1493
+ * "unixVer": "x"
1494
+ * },
1495
+ * "baidu": {
1496
+ * "hostVer": "√",
1497
+ * "uniVer": "√",
1498
+ * "unixVer": "x"
1499
+ * },
1500
+ * "toutiao": {
1501
+ * "hostVer": "√",
1502
+ * "uniVer": "√",
1503
+ * "unixVer": "x"
1504
+ * },
1505
+ * "lark": {
1506
+ * "hostVer": "√",
1507
+ * "uniVer": "√",
1508
+ * "unixVer": "x"
1509
+ * },
1510
+ * "qq": {
1511
+ * "hostVer": "√",
1512
+ * "uniVer": "√",
1513
+ * "unixVer": "x"
1514
+ * },
1515
+ * "kuaishou": {
1516
+ * "hostVer": "√",
1517
+ * "uniVer": "√",
1518
+ * "unixVer": "x"
1519
+ * },
1520
+ * "jd": {
1521
+ * "hostVer": "√",
1522
+ * "uniVer": "√",
1523
+ * "unixVer": "x"
1524
+ * }
1525
+ * },
644
1526
  * "web": {
645
1527
  * "uniVer": "√",
646
1528
  * "unixVer": "4.0"