@dcloudio/uni-app-x 0.7.60 → 0.7.61

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 +10 -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
@@ -11,9 +11,8 @@ export interface Uni {
11
11
  * "android": {
12
12
  * "osVer": "5.0",
13
13
  * "uniVer": "√",
14
- * "uniUtsPlugin": "x",
15
- * "unixVer": "4.33",
16
- * "unixUtsPlugin": "4.33"
14
+ * "uniUtsPlugin": "4.33",
15
+ * "unixVer": "4.33"
17
16
  * },
18
17
  * "ios": {
19
18
  * "osVer": "12.0",
@@ -78,9 +77,483 @@ export interface Uni {
78
77
  * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/media/audio/InnerAudioContext.html
79
78
  */
80
79
  createInnerAudioContext(): InnerAudioContext;
80
+ /**
81
+ * 设置 InnerAudioContext 的播放选项,需要在InnerAudioContext对象调用音频播放前设置才生效。
82
+ * @uniPlatform {
83
+ * "app": {
84
+ * "android": {
85
+ * "osVer": "5.0",
86
+ * "uniVer": "√",
87
+ * "uniUtsPlugin": "4.73",
88
+ * "unixVer": "4.73"
89
+ * },
90
+ * "ios": {
91
+ * "osVer": "12.0",
92
+ * "uniVer": "x",
93
+ * "uniUtsPlugin": "x",
94
+ * "unixVer": "4.76",
95
+ * "unixUtsPlugin": "4.76"
96
+ * },
97
+ * "harmony": {
98
+ * "osVer": "5.0.0",
99
+ * "uniVer": "x",
100
+ * "unixVer": "x"
101
+ * }
102
+ * },
103
+ * "mp": {
104
+ * "weixin": {
105
+ * "hostVer": "2.3.0",
106
+ * "uniVer": "√",
107
+ * "unixVer": "4.41"
108
+ * },
109
+ * "alipay": {
110
+ * "hostVer": "1.23.4",
111
+ * "uniVer": "√",
112
+ * "unixVer": "x"
113
+ * },
114
+ * "baidu": {
115
+ * "hostVer": "√",
116
+ * "uniVer": "√",
117
+ * "unixVer": "x"
118
+ * },
119
+ * "toutiao": {
120
+ * "hostVer": "√",
121
+ * "uniVer": "√",
122
+ * "unixVer": "x"
123
+ * },
124
+ * "lark": {
125
+ * "hostVer": "√",
126
+ * "uniVer": "√",
127
+ * "unixVer": "x"
128
+ * },
129
+ * "qq": {
130
+ * "hostVer": "√",
131
+ * "uniVer": "√",
132
+ * "unixVer": "x"
133
+ * },
134
+ * "kuaishou": {
135
+ * "hostVer": "√",
136
+ * "uniVer": "√",
137
+ * "unixVer": "x"
138
+ * },
139
+ * "jd": {
140
+ * "hostVer": "√",
141
+ * "uniVer": "√",
142
+ * "unixVer": "x"
143
+ * }
144
+ * },
145
+ * "web": {
146
+ * "uniVer": "√",
147
+ * "unixVer": "4.0"
148
+ * }
149
+ * }
150
+ * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/media/audio/wx.setInnerAudioOption.html
151
+ */
152
+ setInnerAudioOption(option:SetInnerAudioOptionOptions):void
81
153
  }
82
154
 
83
155
  export type CreateInnerAudioContext = () => InnerAudioContext;
156
+ export type SetInnerAudioOptionSuccess = {};
157
+ export type SetInnerAudioOptionSuccessCallback = (result: SetInnerAudioOptionSuccess) => void;
158
+ export type SetInnerAudioOptionFail = ICreateInnerAudioContextFail;
159
+ export type SetInnerAudioOptionFailCallback = (result: SetInnerAudioOptionFail) => void;
160
+ export type SetInnerAudioOptionComplete = any;
161
+ export type SetInnerAudioOptionCompleteCallback = (result: SetInnerAudioOptionComplete) => void;
162
+
163
+ export type SetInnerAudioOptionOptions = {
164
+ /**
165
+ * 是否与其他音频混播,设置为 true 之后,不会终止其他应用或应用内的音频; 设置为false之后,会暂停背景音频和三方app音频
166
+ * @uniPlatform
167
+ {
168
+ "app": {
169
+ "android": {
170
+ "osVer": "5.0",
171
+ "uniVer": "√",
172
+ "uniUtsPlugin": "4.73",
173
+ "unixVer": "4.73"
174
+ },
175
+ "ios": {
176
+ "osVer": "12.0",
177
+ "uniVer": "x",
178
+ "uniUtsPlugin": "x",
179
+ "unixVer": "4.76",
180
+ "unixUtsPlugin": "4.76"
181
+ },
182
+ "harmony": {
183
+ "osVer": "5.0.0",
184
+ "uniVer": "x",
185
+ "unixVer": "x",
186
+ }
187
+ },
188
+ "mp": {
189
+ "weixin": {
190
+ "hostVer": "√",
191
+ "uniVer": "√",
192
+ "unixVer": "4.41"
193
+ },
194
+ "alipay": {
195
+ "hostVer": "1.23.4",
196
+ "uniVer": "√",
197
+ "unixVer": "x"
198
+ },
199
+ "baidu": {
200
+ "hostVer": "√",
201
+ "uniVer": "√",
202
+ "unixVer": "x"
203
+ },
204
+ "toutiao": {
205
+ "hostVer": "√",
206
+ "uniVer": "√",
207
+ "unixVer": "x"
208
+ },
209
+ "lark": {
210
+ "hostVer": "√",
211
+ "uniVer": "√",
212
+ "unixVer": "x"
213
+ },
214
+ "qq": {
215
+ "hostVer": "√",
216
+ "uniVer": "√",
217
+ "unixVer": "x"
218
+ },
219
+ "kuaishou": {
220
+ "hostVer": "√",
221
+ "uniVer": "√",
222
+ "unixVer": "x"
223
+ },
224
+ "jd": {
225
+ "hostVer": "√",
226
+ "uniVer": "√",
227
+ "unixVer": "x"
228
+ }
229
+ },
230
+ "web": {
231
+ "uniVer": "√",
232
+ "unixVer": "4.0"
233
+ }
234
+ }
235
+ */
236
+ mixWithOther?:boolean|null,
237
+ /**
238
+ * 接口调用成功的回调函数
239
+ * @uniPlatform
240
+ {
241
+ "app": {
242
+ "android": {
243
+ "osVer": "5.0",
244
+ "uniVer": "√",
245
+ "uniUtsPlugin": "4.73",
246
+ "unixVer": "4.73"
247
+ },
248
+ "ios": {
249
+ "osVer": "12.0",
250
+ "uniVer": "x",
251
+ "uniUtsPlugin": "x",
252
+ "unixVer": "4.76",
253
+ "unixUtsPlugin": "4.76"
254
+ },
255
+ "harmony": {
256
+ "osVer": "5.0.0",
257
+ "uniVer": "x",
258
+ "unixVer": "x",
259
+ }
260
+ },
261
+ "mp": {
262
+ "weixin": {
263
+ "hostVer": "√",
264
+ "uniVer": "√",
265
+ "unixVer": "4.41"
266
+ },
267
+ "alipay": {
268
+ "hostVer": "1.23.4",
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
+ },
303
+ "web": {
304
+ "uniVer": "√",
305
+ "unixVer": "4.0"
306
+ }
307
+ }
308
+ */
309
+ success?:SetInnerAudioOptionSuccessCallback|null,
310
+ /**
311
+ * 接口调用失败的回调函数
312
+ * @uniPlatform
313
+ {
314
+ "app": {
315
+ "android": {
316
+ "osVer": "5.0",
317
+ "uniVer": "√",
318
+ "uniUtsPlugin": "4.73",
319
+ "unixVer": "4.73"
320
+ },
321
+ "ios": {
322
+ "osVer": "12.0",
323
+ "uniVer": "x",
324
+ "uniUtsPlugin": "x",
325
+ "unixVer": "4.76",
326
+ "unixUtsPlugin": "4.76"
327
+ },
328
+ "harmony": {
329
+ "osVer": "5.0.0",
330
+ "uniVer": "x",
331
+ "unixVer": "x",
332
+ }
333
+ },
334
+ "mp": {
335
+ "weixin": {
336
+ "hostVer": "√",
337
+ "uniVer": "√",
338
+ "unixVer": "4.41"
339
+ },
340
+ "alipay": {
341
+ "hostVer": "1.23.4",
342
+ "uniVer": "√",
343
+ "unixVer": "x"
344
+ },
345
+ "baidu": {
346
+ "hostVer": "√",
347
+ "uniVer": "√",
348
+ "unixVer": "x"
349
+ },
350
+ "toutiao": {
351
+ "hostVer": "√",
352
+ "uniVer": "√",
353
+ "unixVer": "x"
354
+ },
355
+ "lark": {
356
+ "hostVer": "√",
357
+ "uniVer": "√",
358
+ "unixVer": "x"
359
+ },
360
+ "qq": {
361
+ "hostVer": "√",
362
+ "uniVer": "√",
363
+ "unixVer": "x"
364
+ },
365
+ "kuaishou": {
366
+ "hostVer": "√",
367
+ "uniVer": "√",
368
+ "unixVer": "x"
369
+ },
370
+ "jd": {
371
+ "hostVer": "√",
372
+ "uniVer": "√",
373
+ "unixVer": "x"
374
+ }
375
+ },
376
+ "web": {
377
+ "uniVer": "√",
378
+ "unixVer": "4.0"
379
+ }
380
+ }
381
+ */
382
+ fail?:SetInnerAudioOptionFailCallback|null,
383
+ /**
384
+ * 接口调用结束的回调函数(调用成功、失败都会执行)
385
+ * @uniPlatform
386
+ {
387
+ "app": {
388
+ "android": {
389
+ "osVer": "5.0",
390
+ "uniVer": "√",
391
+ "uniUtsPlugin": "4.73",
392
+ "unixVer": "4.73"
393
+ },
394
+ "ios": {
395
+ "osVer": "12.0",
396
+ "uniVer": "x",
397
+ "uniUtsPlugin": "x",
398
+ "unixVer": "4.76",
399
+ "unixUtsPlugin": "4.76"
400
+ },
401
+ "harmony": {
402
+ "osVer": "5.0.0",
403
+ "uniVer": "x",
404
+ "unixVer": "x",
405
+ }
406
+ },
407
+ "mp": {
408
+ "weixin": {
409
+ "hostVer": "√",
410
+ "uniVer": "√",
411
+ "unixVer": "4.41"
412
+ },
413
+ "alipay": {
414
+ "hostVer": "1.23.4",
415
+ "uniVer": "√",
416
+ "unixVer": "x"
417
+ },
418
+ "baidu": {
419
+ "hostVer": "√",
420
+ "uniVer": "√",
421
+ "unixVer": "x"
422
+ },
423
+ "toutiao": {
424
+ "hostVer": "√",
425
+ "uniVer": "√",
426
+ "unixVer": "x"
427
+ },
428
+ "lark": {
429
+ "hostVer": "√",
430
+ "uniVer": "√",
431
+ "unixVer": "x"
432
+ },
433
+ "qq": {
434
+ "hostVer": "√",
435
+ "uniVer": "√",
436
+ "unixVer": "x"
437
+ },
438
+ "kuaishou": {
439
+ "hostVer": "√",
440
+ "uniVer": "√",
441
+ "unixVer": "x"
442
+ },
443
+ "jd": {
444
+ "hostVer": "√",
445
+ "uniVer": "√",
446
+ "unixVer": "x"
447
+ }
448
+ },
449
+ "web": {
450
+ "uniVer": "√",
451
+ "unixVer": "4.0"
452
+ }
453
+ }
454
+ */
455
+ complete?:SetInnerAudioOptionCompleteCallback|null
456
+ /**
457
+ * (仅在 iOS 生效)是否遵循静音开关,设置为 false 之后,即使是在静音模式下,也能播放声音
458
+ *
459
+ * @uniPlatform {
460
+ * "mp": {
461
+ * "weixin": {
462
+ * "hostVer": "√",
463
+ * "uniVer": "√",
464
+ * "unixVer": "4.41"
465
+ * },
466
+ * "alipay": {
467
+ * "hostVer": "-",
468
+ * "uniVer": "-",
469
+ * "unixVer": "-"
470
+ * },
471
+ * "baidu": {
472
+ * "hostVer": "-",
473
+ * "uniVer": "-",
474
+ * "unixVer": "-"
475
+ * },
476
+ * "toutiao": {
477
+ * "hostVer": "-",
478
+ * "uniVer": "-",
479
+ * "unixVer": "-"
480
+ * },
481
+ * "lark": {
482
+ * "hostVer": "-",
483
+ * "uniVer": "-",
484
+ * "unixVer": "-"
485
+ * },
486
+ * "qq": {
487
+ * "hostVer": "-",
488
+ * "uniVer": "-",
489
+ * "unixVer": "-"
490
+ * },
491
+ * "kuaishou": {
492
+ * "hostVer": "-",
493
+ * "uniVer": "-",
494
+ * "unixVer": "-"
495
+ * },
496
+ * "jd": {
497
+ * "hostVer": "-",
498
+ * "uniVer": "-",
499
+ * "unixVer": "-"
500
+ * }
501
+ * }
502
+ * }
503
+ */
504
+ obeyMuteSwitch?: boolean | null;
505
+ /**
506
+ * true 代表用扬声器播放,false 代表听筒播放,默认值为 true。
507
+ *
508
+ * @uniPlatform {
509
+ * "mp": {
510
+ * "weixin": {
511
+ * "hostVer": "√",
512
+ * "uniVer": "√",
513
+ * "unixVer": "4.41"
514
+ * },
515
+ * "alipay": {
516
+ * "hostVer": "-",
517
+ * "uniVer": "-",
518
+ * "unixVer": "-"
519
+ * },
520
+ * "baidu": {
521
+ * "hostVer": "-",
522
+ * "uniVer": "-",
523
+ * "unixVer": "-"
524
+ * },
525
+ * "toutiao": {
526
+ * "hostVer": "-",
527
+ * "uniVer": "-",
528
+ * "unixVer": "-"
529
+ * },
530
+ * "lark": {
531
+ * "hostVer": "-",
532
+ * "uniVer": "-",
533
+ * "unixVer": "-"
534
+ * },
535
+ * "qq": {
536
+ * "hostVer": "-",
537
+ * "uniVer": "-",
538
+ * "unixVer": "-"
539
+ * },
540
+ * "kuaishou": {
541
+ * "hostVer": "-",
542
+ * "uniVer": "-",
543
+ * "unixVer": "-"
544
+ * },
545
+ * "jd": {
546
+ * "hostVer": "-",
547
+ * "uniVer": "-",
548
+ * "unixVer": "-"
549
+ * }
550
+ * }
551
+ * }
552
+ */
553
+ speakerOn?: boolean | null;
554
+ }
555
+
556
+ export type SetInnerAudioOption = (option:SetInnerAudioOptionOptions)=>void;
84
557
 
85
558
  export interface InnerAudioContext {
86
559
  /**
@@ -91,9 +564,8 @@ export interface InnerAudioContext {
91
564
  "android": {
92
565
  "osVer": "5.0",
93
566
  "uniVer": "√",
94
- "uniUtsPlugin": "x",
95
- "unixVer": "4.33",
96
- "unixUtsPlugin": "4.33"
567
+ "uniUtsPlugin": "4.33",
568
+ "unixVer": "4.33"
97
569
  },
98
570
  "ios": {
99
571
  "osVer": "12.0",
@@ -165,9 +637,8 @@ export interface InnerAudioContext {
165
637
  "android": {
166
638
  "osVer": "5.0",
167
639
  "uniVer": "√",
168
- "uniUtsPlugin": "x",
169
- "unixVer": "4.33",
170
- "unixUtsPlugin": "4.33"
640
+ "uniUtsPlugin": "4.33",
641
+ "unixVer": "4.33"
171
642
  },
172
643
  "ios": {
173
644
  "osVer": "12.0",
@@ -239,9 +710,8 @@ export interface InnerAudioContext {
239
710
  "android": {
240
711
  "osVer": "5.0",
241
712
  "uniVer": "√",
242
- "uniUtsPlugin": "x",
243
- "unixVer": "4.33",
244
- "unixUtsPlugin": "4.33"
713
+ "uniUtsPlugin": "4.33",
714
+ "unixVer": "4.33"
245
715
  },
246
716
  "ios": {
247
717
  "osVer": "12.0",
@@ -313,9 +783,8 @@ export interface InnerAudioContext {
313
783
  "android": {
314
784
  "osVer": "5.0",
315
785
  "uniVer": "√",
316
- "uniUtsPlugin": "x",
317
- "unixVer": "4.33",
318
- "unixUtsPlugin": "4.33"
786
+ "uniUtsPlugin": "4.33",
787
+ "unixVer": "4.33"
319
788
  },
320
789
  "ios": {
321
790
  "osVer": "12.0",
@@ -387,9 +856,8 @@ export interface InnerAudioContext {
387
856
  "android": {
388
857
  "osVer": "5.0",
389
858
  "uniVer": "√",
390
- "uniUtsPlugin": "x",
391
- "unixVer": "4.33",
392
- "unixUtsPlugin": "4.33"
859
+ "uniUtsPlugin": "4.33",
860
+ "unixVer": "4.33"
393
861
  },
394
862
  "ios": {
395
863
  "osVer": "12.0",
@@ -461,9 +929,8 @@ export interface InnerAudioContext {
461
929
  "android": {
462
930
  "osVer": "5.0",
463
931
  "uniVer": "√",
464
- "uniUtsPlugin": "x",
465
- "unixVer": "4.33",
466
- "unixUtsPlugin": "4.33"
932
+ "uniUtsPlugin": "4.33",
933
+ "unixVer": "4.33"
467
934
  },
468
935
  "ios": {
469
936
  "osVer": "12.0",
@@ -536,9 +1003,8 @@ export interface InnerAudioContext {
536
1003
  "android": {
537
1004
  "osVer": "5.0",
538
1005
  "uniVer": "√",
539
- "uniUtsPlugin": "x",
540
- "unixVer": "4.33",
541
- "unixUtsPlugin": "4.33"
1006
+ "uniUtsPlugin": "4.33",
1007
+ "unixVer": "4.33"
542
1008
  },
543
1009
  "ios": {
544
1010
  "osVer": "12.0",
@@ -611,9 +1077,8 @@ export interface InnerAudioContext {
611
1077
  "android": {
612
1078
  "osVer": "5.0",
613
1079
  "uniVer": "√",
614
- "uniUtsPlugin": "x",
615
- "unixVer": "4.33",
616
- "unixUtsPlugin": "4.33"
1080
+ "uniUtsPlugin": "4.33",
1081
+ "unixVer": "4.33"
617
1082
  },
618
1083
  "ios": {
619
1084
  "osVer": "12.0",
@@ -686,8 +1151,7 @@ export interface InnerAudioContext {
686
1151
  "osVer": "5.0",
687
1152
  "uniVer": "√",
688
1153
  "uniUtsPlugin": "x",
689
- "unixVer": "x",
690
- "unixUtsPlugin": "x"
1154
+ "unixVer": "x"
691
1155
  },
692
1156
  "ios": {
693
1157
  "osVer": "12.0",
@@ -759,9 +1223,8 @@ export interface InnerAudioContext {
759
1223
  "android": {
760
1224
  "osVer": "5.0",
761
1225
  "uniVer": "√",
762
- "uniUtsPlugin": "x",
763
- "unixVer": "4.33",
764
- "unixUtsPlugin": "4.33"
1226
+ "uniUtsPlugin": "4.33",
1227
+ "unixVer": "4.33"
765
1228
  },
766
1229
  "ios": {
767
1230
  "osVer": "12.0",
@@ -834,9 +1297,8 @@ export interface InnerAudioContext {
834
1297
  "android": {
835
1298
  "osVer": "5.0",
836
1299
  "uniVer": "√",
837
- "uniUtsPlugin": "x",
838
- "unixVer": "4.33",
839
- "unixUtsPlugin": "4.33"
1300
+ "uniUtsPlugin": "4.33",
1301
+ "unixVer": "4.33"
840
1302
  },
841
1303
  "ios": {
842
1304
  "osVer": "12.0",
@@ -908,9 +1370,8 @@ export interface InnerAudioContext {
908
1370
  "android": {
909
1371
  "osVer": "5.0",
910
1372
  "uniVer": "x",
911
- "uniUtsPlugin": "x",
912
- "unixVer": "4.71",
913
- "unixUtsPlugin": "4.71"
1373
+ "uniUtsPlugin": "4.71",
1374
+ "unixVer": "4.71"
914
1375
  },
915
1376
  "ios": {
916
1377
  "osVer": "12.0",
@@ -984,9 +1445,8 @@ export interface InnerAudioContext {
984
1445
  "android": {
985
1446
  "osVer": "5.0",
986
1447
  "uniVer": "√",
987
- "uniUtsPlugin": "x",
988
- "unixVer": "4.33",
989
- "unixUtsPlugin": "4.33"
1448
+ "uniUtsPlugin": "4.33",
1449
+ "unixVer": "4.33"
990
1450
  },
991
1451
  "ios": {
992
1452
  "osVer": "12.0",
@@ -1058,9 +1518,8 @@ export interface InnerAudioContext {
1058
1518
  "android": {
1059
1519
  "osVer": "5.0",
1060
1520
  "uniVer": "√",
1061
- "uniUtsPlugin": "x",
1062
- "unixVer": "4.33",
1063
- "unixUtsPlugin": "4.33"
1521
+ "uniUtsPlugin": "4.33",
1522
+ "unixVer": "4.33"
1064
1523
  },
1065
1524
  "ios": {
1066
1525
  "osVer": "12.0",
@@ -1132,9 +1591,8 @@ export interface InnerAudioContext {
1132
1591
  "android": {
1133
1592
  "osVer": "5.0",
1134
1593
  "uniVer": "√",
1135
- "uniUtsPlugin": "x",
1136
- "unixVer": "4.33",
1137
- "unixUtsPlugin": "4.33"
1594
+ "uniUtsPlugin": "4.33",
1595
+ "unixVer": "4.33"
1138
1596
  },
1139
1597
  "ios": {
1140
1598
  "osVer": "12.0",
@@ -1206,9 +1664,8 @@ export interface InnerAudioContext {
1206
1664
  "android": {
1207
1665
  "osVer": "5.0",
1208
1666
  "uniVer": "√",
1209
- "uniUtsPlugin": "x",
1210
- "unixVer": "4.33",
1211
- "unixUtsPlugin": "4.33"
1667
+ "uniUtsPlugin": "4.33",
1668
+ "unixVer": "4.33"
1212
1669
  },
1213
1670
  "ios": {
1214
1671
  "osVer": "12.0",
@@ -1280,9 +1737,8 @@ export interface InnerAudioContext {
1280
1737
  "android": {
1281
1738
  "osVer": "5.0",
1282
1739
  "uniVer": "√",
1283
- "uniUtsPlugin": "x",
1284
- "unixVer": "4.33",
1285
- "unixUtsPlugin": "4.33"
1740
+ "uniUtsPlugin": "4.33",
1741
+ "unixVer": "4.33"
1286
1742
  },
1287
1743
  "ios": {
1288
1744
  "osVer": "12.0",
@@ -1312,9 +1768,8 @@ export interface InnerAudioContext {
1312
1768
  "android": {
1313
1769
  "osVer": "5.0",
1314
1770
  "uniVer": "√",
1315
- "uniUtsPlugin": "x",
1316
- "unixVer": "4.33",
1317
- "unixUtsPlugin": "4.33"
1771
+ "uniUtsPlugin": "4.33",
1772
+ "unixVer": "4.33"
1318
1773
  },
1319
1774
  "ios": {
1320
1775
  "osVer": "12.0",
@@ -1386,9 +1841,8 @@ export interface InnerAudioContext {
1386
1841
  "android": {
1387
1842
  "osVer": "5.0",
1388
1843
  "uniVer": "√",
1389
- "uniUtsPlugin": "x",
1390
- "unixVer": "4.33",
1391
- "unixUtsPlugin": "4.33"
1844
+ "uniUtsPlugin": "4.33",
1845
+ "unixVer": "4.33"
1392
1846
  },
1393
1847
  "ios": {
1394
1848
  "osVer": "12.0",
@@ -1419,9 +1873,8 @@ export interface InnerAudioContext {
1419
1873
  "android": {
1420
1874
  "osVer": "5.0",
1421
1875
  "uniVer": "√",
1422
- "uniUtsPlugin": "x",
1423
- "unixVer": "4.33",
1424
- "unixUtsPlugin": "4.33"
1876
+ "uniUtsPlugin": "4.33",
1877
+ "unixVer": "4.33"
1425
1878
  },
1426
1879
  "ios": {
1427
1880
  "osVer": "12.0",
@@ -1494,9 +1947,8 @@ export interface InnerAudioContext {
1494
1947
  "android": {
1495
1948
  "osVer": "5.0",
1496
1949
  "uniVer": "√",
1497
- "uniUtsPlugin": "x",
1498
- "unixVer": "4.33",
1499
- "unixUtsPlugin": "4.33"
1950
+ "uniUtsPlugin": "4.33",
1951
+ "unixVer": "4.33"
1500
1952
  },
1501
1953
  "ios": {
1502
1954
  "osVer": "12.0",
@@ -1568,9 +2020,8 @@ export interface InnerAudioContext {
1568
2020
  "android": {
1569
2021
  "osVer": "5.0",
1570
2022
  "uniVer": "√",
1571
- "uniUtsPlugin": "x",
1572
- "unixVer": "4.33",
1573
- "unixUtsPlugin": "4.33"
2023
+ "uniUtsPlugin": "4.33",
2024
+ "unixVer": "4.33"
1574
2025
  },
1575
2026
  "ios": {
1576
2027
  "osVer": "12.0",
@@ -1642,9 +2093,8 @@ export interface InnerAudioContext {
1642
2093
  "android": {
1643
2094
  "osVer": "5.0",
1644
2095
  "uniVer": "√",
1645
- "uniUtsPlugin": "x",
1646
- "unixVer": "4.33",
1647
- "unixUtsPlugin": "4.33"
2096
+ "uniUtsPlugin": "4.33",
2097
+ "unixVer": "4.33"
1648
2098
  },
1649
2099
  "ios": {
1650
2100
  "osVer": "12.0",
@@ -1716,9 +2166,8 @@ export interface InnerAudioContext {
1716
2166
  "android": {
1717
2167
  "osVer": "5.0",
1718
2168
  "uniVer": "√",
1719
- "uniUtsPlugin": "x",
1720
- "unixVer": "4.33",
1721
- "unixUtsPlugin": "4.33"
2169
+ "uniUtsPlugin": "4.33",
2170
+ "unixVer": "4.33"
1722
2171
  },
1723
2172
  "ios": {
1724
2173
  "osVer": "12.0",
@@ -1790,9 +2239,8 @@ export interface InnerAudioContext {
1790
2239
  "android": {
1791
2240
  "osVer": "5.0",
1792
2241
  "uniVer": "√",
1793
- "uniUtsPlugin": "x",
1794
- "unixVer": "4.33",
1795
- "unixUtsPlugin": "4.33"
2242
+ "uniUtsPlugin": "4.33",
2243
+ "unixVer": "4.33"
1796
2244
  },
1797
2245
  "ios": {
1798
2246
  "osVer": "12.0",
@@ -1864,9 +2312,8 @@ export interface InnerAudioContext {
1864
2312
  "android": {
1865
2313
  "osVer": "5.0",
1866
2314
  "uniVer": "√",
1867
- "uniUtsPlugin": "x",
1868
- "unixVer": "4.33",
1869
- "unixUtsPlugin": "4.33"
2315
+ "uniUtsPlugin": "4.33",
2316
+ "unixVer": "4.33"
1870
2317
  },
1871
2318
  "ios": {
1872
2319
  "osVer": "12.0",
@@ -1938,9 +2385,8 @@ export interface InnerAudioContext {
1938
2385
  "android": {
1939
2386
  "osVer": "5.0",
1940
2387
  "uniVer": "√",
1941
- "uniUtsPlugin": "x",
1942
- "unixVer": "4.33",
1943
- "unixUtsPlugin": "4.33"
2388
+ "uniUtsPlugin": "4.33",
2389
+ "unixVer": "4.33"
1944
2390
  },
1945
2391
  "ios": {
1946
2392
  "osVer": "12.0",
@@ -2012,9 +2458,8 @@ export interface InnerAudioContext {
2012
2458
  "android": {
2013
2459
  "osVer": "5.0",
2014
2460
  "uniVer": "√",
2015
- "uniUtsPlugin": "x",
2016
- "unixVer": "4.33",
2017
- "unixUtsPlugin": "4.33"
2461
+ "uniUtsPlugin": "4.33",
2462
+ "unixVer": "4.33"
2018
2463
  },
2019
2464
  "ios": {
2020
2465
  "osVer": "12.0",
@@ -2086,9 +2531,8 @@ export interface InnerAudioContext {
2086
2531
  "android": {
2087
2532
  "osVer": "5.0",
2088
2533
  "uniVer": "√",
2089
- "uniUtsPlugin": "x",
2090
- "unixVer": "4.33",
2091
- "unixUtsPlugin": "4.33"
2534
+ "uniUtsPlugin": "4.33",
2535
+ "unixVer": "4.33"
2092
2536
  },
2093
2537
  "ios": {
2094
2538
  "osVer": "12.0",
@@ -2160,9 +2604,8 @@ export interface InnerAudioContext {
2160
2604
  "android": {
2161
2605
  "osVer": "5.0",
2162
2606
  "uniVer": "√",
2163
- "uniUtsPlugin": "x",
2164
- "unixVer": "4.33",
2165
- "unixUtsPlugin": "4.33"
2607
+ "uniUtsPlugin": "4.33",
2608
+ "unixVer": "4.33"
2166
2609
  },
2167
2610
  "ios": {
2168
2611
  "osVer": "12.0",
@@ -2234,9 +2677,8 @@ export interface InnerAudioContext {
2234
2677
  "android": {
2235
2678
  "osVer": "5.0",
2236
2679
  "uniVer": "√",
2237
- "uniUtsPlugin": "x",
2238
- "unixVer": "4.33",
2239
- "unixUtsPlugin": "4.33"
2680
+ "uniUtsPlugin": "4.33",
2681
+ "unixVer": "4.33"
2240
2682
  },
2241
2683
  "ios": {
2242
2684
  "osVer": "12.0",
@@ -2308,9 +2750,8 @@ export interface InnerAudioContext {
2308
2750
  "android": {
2309
2751
  "osVer": "5.0",
2310
2752
  "uniVer": "√",
2311
- "uniUtsPlugin": "x",
2312
- "unixVer": "4.33",
2313
- "unixUtsPlugin": "4.33"
2753
+ "uniUtsPlugin": "4.33",
2754
+ "unixVer": "4.33"
2314
2755
  },
2315
2756
  "ios": {
2316
2757
  "osVer": "12.0",
@@ -2382,9 +2823,8 @@ export interface InnerAudioContext {
2382
2823
  "android": {
2383
2824
  "osVer": "5.0",
2384
2825
  "uniVer": "√",
2385
- "uniUtsPlugin": "x",
2386
- "unixVer": "4.33",
2387
- "unixUtsPlugin": "4.33"
2826
+ "uniUtsPlugin": "4.33",
2827
+ "unixVer": "4.33"
2388
2828
  },
2389
2829
  "ios": {
2390
2830
  "osVer": "12.0",
@@ -2456,9 +2896,8 @@ export interface InnerAudioContext {
2456
2896
  "android": {
2457
2897
  "osVer": "5.0",
2458
2898
  "uniVer": "√",
2459
- "uniUtsPlugin": "x",
2460
- "unixVer": "4.33",
2461
- "unixUtsPlugin": "4.33"
2899
+ "uniUtsPlugin": "4.33",
2900
+ "unixVer": "4.33"
2462
2901
  },
2463
2902
  "ios": {
2464
2903
  "osVer": "12.0",
@@ -2530,9 +2969,8 @@ export interface InnerAudioContext {
2530
2969
  "android": {
2531
2970
  "osVer": "5.0",
2532
2971
  "uniVer": "√",
2533
- "uniUtsPlugin": "x",
2534
- "unixVer": "4.33",
2535
- "unixUtsPlugin": "4.33"
2972
+ "uniUtsPlugin": "4.33",
2973
+ "unixVer": "4.33"
2536
2974
  },
2537
2975
  "ios": {
2538
2976
  "osVer": "12.0",
@@ -2562,9 +3000,8 @@ export interface InnerAudioContext {
2562
3000
  "android": {
2563
3001
  "osVer": "5.0",
2564
3002
  "uniVer": "√",
2565
- "uniUtsPlugin": "x",
2566
- "unixVer": "4.33",
2567
- "unixUtsPlugin": "4.33"
3003
+ "uniUtsPlugin": "4.33",
3004
+ "unixVer": "4.33"
2568
3005
  },
2569
3006
  "ios": {
2570
3007
  "osVer": "12.0",
@@ -2636,9 +3073,8 @@ export interface InnerAudioContext {
2636
3073
  "android": {
2637
3074
  "osVer": "5.0",
2638
3075
  "uniVer": "√",
2639
- "uniUtsPlugin": "x",
2640
- "unixVer": "4.33",
2641
- "unixUtsPlugin": "4.33"
3076
+ "uniUtsPlugin": "4.33",
3077
+ "unixVer": "4.33"
2642
3078
  },
2643
3079
  "ios": {
2644
3080
  "osVer": "12.0",
@@ -2766,9 +3202,8 @@ export type CreateInnerAudioContextErrorCode =
2766
3202
  "android": {
2767
3203
  "osVer": "5.0",
2768
3204
  "uniVer": "√",
2769
- "uniUtsPlugin": "x",
2770
- "unixVer": "4.33",
2771
- "unixUtsPlugin": "4.33"
3205
+ "uniUtsPlugin": "4.33",
3206
+ "unixVer": "4.33"
2772
3207
  },
2773
3208
  "ios": {
2774
3209
  "osVer": "12.0",
@@ -2797,9 +3232,8 @@ export type CreateInnerAudioContextErrorCode =
2797
3232
  "android": {
2798
3233
  "osVer": "5.0",
2799
3234
  "uniVer": "√",
2800
- "uniUtsPlugin": "x",
2801
- "unixVer": "4.33",
2802
- "unixUtsPlugin": "4.33"
3235
+ "uniUtsPlugin": "4.33",
3236
+ "unixVer": "4.33"
2803
3237
  },
2804
3238
  "ios": {
2805
3239
  "osVer": "12.0",
@@ -2828,9 +3262,8 @@ export type CreateInnerAudioContextErrorCode =
2828
3262
  "android": {
2829
3263
  "osVer": "5.0",
2830
3264
  "uniVer": "√",
2831
- "uniUtsPlugin": "x",
2832
- "unixVer": "4.33",
2833
- "unixUtsPlugin": "4.33"
3265
+ "uniUtsPlugin": "4.33",
3266
+ "unixVer": "4.33"
2834
3267
  },
2835
3268
  "ios": {
2836
3269
  "osVer": "12.0",
@@ -2859,9 +3292,8 @@ export type CreateInnerAudioContextErrorCode =
2859
3292
  "android": {
2860
3293
  "osVer": "5.0",
2861
3294
  "uniVer": "√",
2862
- "uniUtsPlugin": "x",
2863
- "unixVer": "4.33",
2864
- "unixUtsPlugin": "4.33"
3295
+ "uniUtsPlugin": "4.33",
3296
+ "unixVer": "4.33"
2865
3297
  },
2866
3298
  "ios": {
2867
3299
  "osVer": "12.0",
@@ -2890,9 +3322,8 @@ export type CreateInnerAudioContextErrorCode =
2890
3322
  "android": {
2891
3323
  "osVer": "5.0",
2892
3324
  "uniVer": "√",
2893
- "uniUtsPlugin": "x",
2894
- "unixVer": "4.33",
2895
- "unixUtsPlugin": "4.33"
3325
+ "uniUtsPlugin": "4.33",
3326
+ "unixVer": "4.33"
2896
3327
  },
2897
3328
  "ios": {
2898
3329
  "osVer": "12.0",
@@ -2921,9 +3352,8 @@ export type CreateInnerAudioContextErrorCode =
2921
3352
  "android": {
2922
3353
  "osVer": "5.0",
2923
3354
  "uniVer": "√",
2924
- "uniUtsPlugin": "x",
2925
- "unixVer": "4.33",
2926
- "unixUtsPlugin": "4.33"
3355
+ "uniUtsPlugin": "4.33",
3356
+ "unixVer": "4.33"
2927
3357
  },
2928
3358
  "ios": {
2929
3359
  "osVer": "12.0",