@dcloudio/uni-app-x 0.7.45 → 0.7.47

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 (71) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +9 -9
  3. package/types/native/CanvasRenderingContext2D.d.ts +64 -1
  4. package/types/native/IUniElement.d.ts +1 -1
  5. package/types/native/IUniNativeViewElement.d.ts +6 -0
  6. package/types/native/UniAnimation.d.ts +9 -4
  7. package/types/native/global.d.ts +2 -0
  8. package/types/native/index.d.ts +1 -0
  9. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +74 -427
  10. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -2
  11. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -2
  12. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -6
  13. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -2
  14. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +18 -18
  15. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
  16. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +4 -4
  17. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
  18. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +2 -2
  19. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +1 -1
  20. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +1 -1
  21. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
  22. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +2 -2
  23. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -8
  24. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +2 -2
  25. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -5
  26. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +1 -1
  27. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +1 -1
  28. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +14 -14
  29. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +246 -92
  30. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +20 -20
  31. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +2 -2
  32. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
  33. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +20 -20
  34. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +14 -14
  35. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +5 -5
  36. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
  37. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +11 -11
  38. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
  39. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +91 -91
  40. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +7 -7
  41. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  42. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  43. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +1 -1
  44. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +2 -2
  45. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +4 -2
  46. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +2 -1
  47. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +114 -428
  48. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +9 -9
  49. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +41 -41
  50. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +8 -8
  51. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +253 -339
  52. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +1 -1
  53. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +3 -3
  54. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +18 -18
  55. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
  56. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +49 -49
  57. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  58. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +30 -30
  59. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +1 -1
  60. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
  61. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +8 -8
  62. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +10 -10
  63. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +9 -9
  64. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +21 -21
  65. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +40 -12
  66. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +2 -2
  67. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +244 -244
  68. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +16 -16
  69. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +30 -30
  70. package/uts-plugin.d.ts +2 -0
  71. package/types/uni/uts-plugin-extend/README.md +0 -3
@@ -35,7 +35,7 @@ export type NavigateToOptions = {
35
35
  * "harmony": {
36
36
  * "osVer": "3.0",
37
37
  * "uniVer": "4.23",
38
- * "unixVer": "x"
38
+ * "unixVer": "4.61"
39
39
  * }
40
40
  * },
41
41
  * "mp": {
@@ -105,7 +105,7 @@ export type NavigateToOptions = {
105
105
  * "harmony": {
106
106
  * "osVer": "3.0",
107
107
  * "uniVer": "4.23",
108
- * "unixVer": "x"
108
+ * "unixVer": "4.61"
109
109
  * }
110
110
  * },
111
111
  * "mp": {
@@ -203,7 +203,7 @@ export type NavigateToOptions = {
203
203
  * "harmony": {
204
204
  * "osVer": "3.0",
205
205
  * "uniVer": "4.23",
206
- * "unixVer": "x"
206
+ * "unixVer": "4.61"
207
207
  * }
208
208
  * },
209
209
  * "web": {
@@ -454,7 +454,7 @@ export type NavigateToOptions = {
454
454
  * "harmony": {
455
455
  * "osVer": "3.0",
456
456
  * "uniVer": "4.23",
457
- * "unixVer": "x"
457
+ * "unixVer": "4.61"
458
458
  * }
459
459
  * },
460
460
  * "mp": {
@@ -523,7 +523,7 @@ export type NavigateToOptions = {
523
523
  * "harmony": {
524
524
  * "osVer": "3.0",
525
525
  * "uniVer": "4.23",
526
- * "unixVer": "x"
526
+ * "unixVer": "4.61"
527
527
  * }
528
528
  * },
529
529
  * "mp": {
@@ -592,7 +592,7 @@ export type NavigateToOptions = {
592
592
  * "harmony": {
593
593
  * "osVer": "3.0",
594
594
  * "uniVer": "4.23",
595
- * "unixVer": "x"
595
+ * "unixVer": "4.61"
596
596
  * }
597
597
  * },
598
598
  * "mp": {
@@ -661,7 +661,7 @@ export type NavigateToOptions = {
661
661
  * "harmony": {
662
662
  * "osVer": "3.0",
663
663
  * "uniVer": "4.23",
664
- * "unixVer": "x"
664
+ * "unixVer": "4.61"
665
665
  * }
666
666
  * },
667
667
  * "mp": {
@@ -730,7 +730,7 @@ export type NavigateToOptions = {
730
730
  * "harmony": {
731
731
  * "osVer": "3.0",
732
732
  * "uniVer": "4.23",
733
- * "unixVer": "x"
733
+ * "unixVer": "4.61"
734
734
  * }
735
735
  * },
736
736
  * "mp": {
@@ -956,7 +956,7 @@ export type RedirectToOptions = {
956
956
  * "harmony": {
957
957
  * "osVer": "3.0",
958
958
  * "uniVer": "4.23",
959
- * "unixVer": "x"
959
+ * "unixVer": "4.61"
960
960
  * }
961
961
  * },
962
962
  * "mp": {
@@ -1025,7 +1025,7 @@ export type RedirectToOptions = {
1025
1025
  * "harmony": {
1026
1026
  * "osVer": "3.0",
1027
1027
  * "uniVer": "4.23",
1028
- * "unixVer": "x"
1028
+ * "unixVer": "4.61"
1029
1029
  * }
1030
1030
  * },
1031
1031
  * "mp": {
@@ -1094,7 +1094,7 @@ export type RedirectToOptions = {
1094
1094
  * "harmony": {
1095
1095
  * "osVer": "3.0",
1096
1096
  * "uniVer": "4.23",
1097
- * "unixVer": "x"
1097
+ * "unixVer": "4.61"
1098
1098
  * }
1099
1099
  * },
1100
1100
  * "mp": {
@@ -1163,7 +1163,7 @@ export type RedirectToOptions = {
1163
1163
  * "harmony": {
1164
1164
  * "osVer": "3.0",
1165
1165
  * "uniVer": "4.23",
1166
- * "unixVer": "x"
1166
+ * "unixVer": "4.61"
1167
1167
  * }
1168
1168
  * },
1169
1169
  * "mp": {
@@ -1242,7 +1242,7 @@ export type ReLaunchOptions = {
1242
1242
  * "harmony": {
1243
1243
  * "osVer": "3.0",
1244
1244
  * "uniVer": "4.23",
1245
- * "unixVer": "x"
1245
+ * "unixVer": "4.61"
1246
1246
  * }
1247
1247
  * },
1248
1248
  * "mp": {
@@ -1311,7 +1311,7 @@ export type ReLaunchOptions = {
1311
1311
  * "harmony": {
1312
1312
  * "osVer": "3.0",
1313
1313
  * "uniVer": "4.23",
1314
- * "unixVer": "x"
1314
+ * "unixVer": "4.61"
1315
1315
  * }
1316
1316
  * },
1317
1317
  * "mp": {
@@ -1380,7 +1380,7 @@ export type ReLaunchOptions = {
1380
1380
  * "harmony": {
1381
1381
  * "osVer": "3.0",
1382
1382
  * "uniVer": "4.23",
1383
- * "unixVer": "x"
1383
+ * "unixVer": "4.61"
1384
1384
  * }
1385
1385
  * },
1386
1386
  * "mp": {
@@ -1449,7 +1449,7 @@ export type ReLaunchOptions = {
1449
1449
  * "harmony": {
1450
1450
  * "osVer": "3.0",
1451
1451
  * "uniVer": "4.23",
1452
- * "unixVer": "x"
1452
+ * "unixVer": "4.61"
1453
1453
  * }
1454
1454
  * },
1455
1455
  * "mp": {
@@ -1530,7 +1530,7 @@ export type SwitchTabOptions = {
1530
1530
  * "harmony": {
1531
1531
  * "osVer": "3.0",
1532
1532
  * "uniVer": "4.23",
1533
- * "unixVer": "x"
1533
+ * "unixVer": "4.61"
1534
1534
  * }
1535
1535
  * },
1536
1536
  * "mp": {
@@ -1599,7 +1599,7 @@ export type SwitchTabOptions = {
1599
1599
  * "harmony": {
1600
1600
  * "osVer": "3.0",
1601
1601
  * "uniVer": "4.23",
1602
- * "unixVer": "x"
1602
+ * "unixVer": "4.61"
1603
1603
  * }
1604
1604
  * },
1605
1605
  * "mp": {
@@ -1668,7 +1668,7 @@ export type SwitchTabOptions = {
1668
1668
  * "harmony": {
1669
1669
  * "osVer": "3.0",
1670
1670
  * "uniVer": "4.23",
1671
- * "unixVer": "x"
1671
+ * "unixVer": "4.61"
1672
1672
  * }
1673
1673
  * },
1674
1674
  * "mp": {
@@ -1737,7 +1737,7 @@ export type SwitchTabOptions = {
1737
1737
  * "harmony": {
1738
1738
  * "osVer": "3.0",
1739
1739
  * "uniVer": "4.23",
1740
- * "unixVer": "x"
1740
+ * "unixVer": "4.61"
1741
1741
  * }
1742
1742
  * },
1743
1743
  * "mp": {
@@ -1816,7 +1816,7 @@ export type NavigateBackOptions = {
1816
1816
  * "harmony": {
1817
1817
  * "osVer": "3.0",
1818
1818
  * "uniVer": "4.23",
1819
- * "unixVer": "x"
1819
+ * "unixVer": "4.61"
1820
1820
  * }
1821
1821
  * },
1822
1822
  * "mp": {
@@ -1977,7 +1977,7 @@ export type NavigateBackOptions = {
1977
1977
  * "harmony": {
1978
1978
  * "osVer": "3.0",
1979
1979
  * "uniVer": "4.23",
1980
- * "unixVer": "x"
1980
+ * "unixVer": "4.61"
1981
1981
  * }
1982
1982
  * },
1983
1983
  * "web": {
@@ -2193,7 +2193,7 @@ export type NavigateBackOptions = {
2193
2193
  * "harmony": {
2194
2194
  * "osVer": "3.0",
2195
2195
  * "uniVer": "4.23",
2196
- * "unixVer": "x"
2196
+ * "unixVer": "4.61"
2197
2197
  * }
2198
2198
  * },
2199
2199
  * "web": {
@@ -2348,7 +2348,7 @@ export type NavigateBackOptions = {
2348
2348
  * "harmony": {
2349
2349
  * "osVer": "3.0",
2350
2350
  * "uniVer": "4.23",
2351
- * "unixVer": "x"
2351
+ * "unixVer": "4.61"
2352
2352
  * }
2353
2353
  * },
2354
2354
  * "mp": {
@@ -2417,7 +2417,7 @@ export type NavigateBackOptions = {
2417
2417
  * "harmony": {
2418
2418
  * "osVer": "3.0",
2419
2419
  * "uniVer": "4.23",
2420
- * "unixVer": "x"
2420
+ * "unixVer": "4.61"
2421
2421
  * }
2422
2422
  * },
2423
2423
  * "mp": {
@@ -2493,7 +2493,7 @@ export interface Uni {
2493
2493
  * "harmony": {
2494
2494
  * "osVer": "3.0",
2495
2495
  * "uniVer": "4.23",
2496
- * "unixVer": "x"
2496
+ * "unixVer": "4.61"
2497
2497
  * }
2498
2498
  * },
2499
2499
  * "mp": {
@@ -2567,7 +2567,7 @@ export interface Uni {
2567
2567
  * "harmony": {
2568
2568
  * "osVer": "3.0",
2569
2569
  * "uniVer": "4.23",
2570
- * "unixVer": "x"
2570
+ * "unixVer": "4.61"
2571
2571
  * }
2572
2572
  * },
2573
2573
  * "mp": {
@@ -2641,7 +2641,7 @@ export interface Uni {
2641
2641
  * "harmony": {
2642
2642
  * "osVer": "3.0",
2643
2643
  * "uniVer": "4.23",
2644
- * "unixVer": "x"
2644
+ * "unixVer": "4.61"
2645
2645
  * }
2646
2646
  * },
2647
2647
  * "mp": {
@@ -2715,7 +2715,7 @@ export interface Uni {
2715
2715
  * "harmony": {
2716
2716
  * "osVer": "3.0",
2717
2717
  * "uniVer": "4.23",
2718
- * "unixVer": "x"
2718
+ * "unixVer": "4.61"
2719
2719
  * }
2720
2720
  * },
2721
2721
  * "mp": {
@@ -2789,7 +2789,7 @@ export interface Uni {
2789
2789
  * "harmony": {
2790
2790
  * "osVer": "3.0",
2791
2791
  * "uniVer": "4.23",
2792
- * "unixVer": "x"
2792
+ * "unixVer": "4.61"
2793
2793
  * }
2794
2794
  * },
2795
2795
  * "mp": {
@@ -21,7 +21,7 @@ export interface Uni {
21
21
  * "harmony": {
22
22
  * "osVer": "3.0",
23
23
  * "uniVer": "4.23",
24
- * "unixVer": "x"
24
+ * "unixVer": "4.61"
25
25
  * }
26
26
  * },
27
27
  * "mp": {
@@ -556,7 +556,7 @@ export interface Uni {
556
556
  * "harmony": {
557
557
  * "osVer": "3.0",
558
558
  * "uniVer": "4.23",
559
- * "unixVer": "x"
559
+ * "unixVer": "4.61"
560
560
  * }
561
561
  * },
562
562
  * "mp": {
@@ -14,7 +14,7 @@ export interface IShareWithSystemFail extends IUniError {
14
14
  /**
15
15
  * 错误码
16
16
  */
17
- export type ShareWithSystemErrorCode =
17
+ export type ShareWithSystemErrorCode =
18
18
  /**
19
19
  * 取消分享
20
20
  * @uniPlatform {
@@ -274,7 +274,7 @@ export type ShareWithSystemOptions = {
274
274
  * }
275
275
  * }
276
276
  */
277
- type?:
277
+ type?:
278
278
  /**
279
279
  * text类型
280
280
  * @uniPlatform {
@@ -328,7 +328,7 @@ export type ShareWithSystemOptions = {
328
328
  * }
329
329
  * }
330
330
  */
331
- 'image' |
331
+ 'image' |
332
332
  /**
333
333
  * video类型
334
334
  * @uniPlatform {
@@ -355,7 +355,7 @@ export type ShareWithSystemOptions = {
355
355
  * }
356
356
  * }
357
357
  */
358
- 'video' |
358
+ 'video' |
359
359
  /**
360
360
  * audio类型
361
361
  * @uniPlatform {
@@ -382,7 +382,7 @@ export type ShareWithSystemOptions = {
382
382
  * }
383
383
  * }
384
384
  */
385
- 'audio' |
385
+ 'audio' |
386
386
  /**
387
387
  * file类型
388
388
  * @uniPlatform {
@@ -544,7 +544,7 @@ export type ShareWithSystemOptions = {
544
544
  * }
545
545
  * }
546
546
  */
547
-
547
+
548
548
  videoPaths?: Array<string>,
549
549
  /**
550
550
  * 分享audio,仅支持本地路径
@@ -599,7 +599,7 @@ export type ShareWithSystemOptions = {
599
599
  * }
600
600
  * }
601
601
  */
602
-
602
+
603
603
  filePaths?: Array<string>,
604
604
  /**
605
605
  * 接口调用成功的回调函数
@@ -706,7 +706,7 @@ export interface Uni {
706
706
  * "harmony": {
707
707
  * "osVer": "3.0",
708
708
  * "uniVer": "4.31",
709
- * "unixVer": "x"
709
+ * "unixVer": "4.61"
710
710
  * }
711
711
  * },
712
712
  * "web": {
@@ -1233,7 +1233,7 @@ export interface Uni {
1233
1233
  * "harmony": {
1234
1234
  * "osVer": "3.0",
1235
1235
  * "uniVer": "4.23",
1236
- * "unixVer": "x"
1236
+ * "unixVer": "4.61"
1237
1237
  * }
1238
1238
  * },
1239
1239
  * "mp": {
@@ -1312,7 +1312,7 @@ export interface Uni {
1312
1312
  * "harmony": {
1313
1313
  * "osVer": "3.0",
1314
1314
  * "uniVer": "4.23",
1315
- * "unixVer": "x"
1315
+ * "unixVer": "4.61"
1316
1316
  * }
1317
1317
  * },
1318
1318
  * "mp": {
@@ -1390,7 +1390,7 @@ export interface Uni {
1390
1390
  * "harmony": {
1391
1391
  * "osVer": "3.0",
1392
1392
  * "uniVer": "4.23",
1393
- * "unixVer": "x"
1393
+ * "unixVer": "4.61"
1394
1394
  * }
1395
1395
  * },
1396
1396
  * "mp": {
@@ -1468,7 +1468,7 @@ export interface Uni {
1468
1468
  * "harmony": {
1469
1469
  * "osVer": "3.0",
1470
1470
  * "uniVer": "4.23",
1471
- * "unixVer": "x"
1471
+ * "unixVer": "4.61"
1472
1472
  * }
1473
1473
  * },
1474
1474
  * "mp": {
@@ -1546,7 +1546,7 @@ export interface Uni {
1546
1546
  * "harmony": {
1547
1547
  * "osVer": "3.0",
1548
1548
  * "uniVer": "4.23",
1549
- * "unixVer": "x"
1549
+ * "unixVer": "4.61"
1550
1550
  * }
1551
1551
  * },
1552
1552
  * "mp": {
@@ -1624,7 +1624,7 @@ export interface Uni {
1624
1624
  * "harmony": {
1625
1625
  * "osVer": "3.0",
1626
1626
  * "uniVer": "4.23",
1627
- * "unixVer": "x"
1627
+ * "unixVer": "4.61"
1628
1628
  * }
1629
1629
  * },
1630
1630
  * "mp": {
@@ -1704,7 +1704,7 @@ export interface Uni {
1704
1704
  * "harmony": {
1705
1705
  * "osVer": "3.0",
1706
1706
  * "uniVer": "4.23",
1707
- * "unixVer": "x"
1707
+ * "unixVer": "4.61"
1708
1708
  * }
1709
1709
  * },
1710
1710
  * "mp": {
@@ -1784,7 +1784,7 @@ export interface Uni {
1784
1784
  * "harmony": {
1785
1785
  * "osVer": "3.0",
1786
1786
  * "uniVer": "4.23",
1787
- * "unixVer": "x"
1787
+ * "unixVer": "4.61"
1788
1788
  * }
1789
1789
  * },
1790
1790
  * "mp": {
@@ -1862,7 +1862,7 @@ export interface Uni {
1862
1862
  * "harmony": {
1863
1863
  * "osVer": "3.0",
1864
1864
  * "uniVer": "4.23",
1865
- * "unixVer": "x"
1865
+ * "unixVer": "4.61"
1866
1866
  * }
1867
1867
  * },
1868
1868
  * "mp": {
@@ -1940,7 +1940,7 @@ export interface Uni {
1940
1940
  * "harmony": {
1941
1941
  * "osVer": "3.0",
1942
1942
  * "uniVer": "4.23",
1943
- * "unixVer": "x"
1943
+ * "unixVer": "4.61"
1944
1944
  * }
1945
1945
  * },
1946
1946
  * "mp": {
@@ -1329,7 +1329,7 @@ export type SetTabBarStyleOptions = {
1329
1329
  * "harmony": {
1330
1330
  * "osVer": "3.0",
1331
1331
  * "uniVer": "4.23",
1332
- * "unixVer": "x"
1332
+ * "unixVer": "4.61"
1333
1333
  * }
1334
1334
  * },
1335
1335
  * "mp": {
@@ -2474,7 +2474,7 @@ export interface Uni {
2474
2474
  * "harmony": {
2475
2475
  * "osVer": "3.0",
2476
2476
  * "uniVer": "4.23",
2477
- * "unixVer": "x"
2477
+ * "unixVer": "4.61"
2478
2478
  * }
2479
2479
  * },
2480
2480
  * "mp": {
@@ -2550,7 +2550,7 @@ export interface Uni {
2550
2550
  * "harmony": {
2551
2551
  * "osVer": "3.0",
2552
2552
  * "uniVer": "4.23",
2553
- * "unixVer": "x"
2553
+ * "unixVer": "4.61"
2554
2554
  * }
2555
2555
  * },
2556
2556
  * "mp": {
@@ -2626,7 +2626,7 @@ export interface Uni {
2626
2626
  * "harmony": {
2627
2627
  * "osVer": "3.0",
2628
2628
  * "uniVer": "4.23",
2629
- * "unixVer": "x"
2629
+ * "unixVer": "4.61"
2630
2630
  * }
2631
2631
  * },
2632
2632
  * "mp": {
@@ -2702,7 +2702,7 @@ export interface Uni {
2702
2702
  * "harmony": {
2703
2703
  * "osVer": "3.0",
2704
2704
  * "uniVer": "4.23",
2705
- * "unixVer": "x"
2705
+ * "unixVer": "4.61"
2706
2706
  * }
2707
2707
  * },
2708
2708
  * "mp": {
@@ -2778,7 +2778,7 @@ export interface Uni {
2778
2778
  * "harmony": {
2779
2779
  * "osVer": "3.0",
2780
2780
  * "uniVer": "4.23",
2781
- * "unixVer": "x"
2781
+ * "unixVer": "4.61"
2782
2782
  * }
2783
2783
  * },
2784
2784
  * "mp": {
@@ -2854,7 +2854,7 @@ export interface Uni {
2854
2854
  * "harmony": {
2855
2855
  * "osVer": "3.0",
2856
2856
  * "uniVer": "4.23",
2857
- * "unixVer": "x"
2857
+ * "unixVer": "4.61"
2858
2858
  * }
2859
2859
  * },
2860
2860
  * "mp": {
@@ -2930,7 +2930,7 @@ export interface Uni {
2930
2930
  * "harmony": {
2931
2931
  * "osVer": "3.0",
2932
2932
  * "uniVer": "4.23",
2933
- * "unixVer": "x"
2933
+ * "unixVer": "4.61"
2934
2934
  * }
2935
2935
  * },
2936
2936
  * "mp": {
@@ -3006,7 +3006,7 @@ export interface Uni {
3006
3006
  * "harmony": {
3007
3007
  * "osVer": "3.0",
3008
3008
  * "uniVer": "4.23",
3009
- * "unixVer": "x"
3009
+ * "unixVer": "4.61"
3010
3010
  * }
3011
3011
  * },
3012
3012
  * "mp": {