@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
@@ -23,7 +23,7 @@ export interface Uni {
23
23
  * "harmony": {
24
24
  * "osVer": "3.0",
25
25
  * "uniVer": "4.23",
26
- * "unixVer": "x"
26
+ * "unixVer": "4.61"
27
27
  * }
28
28
  * },
29
29
  * "mp": {
@@ -266,7 +266,7 @@ export type SafeArea = {
266
266
  * "harmony": {
267
267
  * "osVer": "3.0",
268
268
  * "uniVer": "4.23",
269
- * "unixVer": "x"
269
+ * "unixVer": "4.61"
270
270
  * }
271
271
  *
272
272
  },
@@ -347,7 +347,7 @@ export type SafeArea = {
347
347
  * "harmony": {
348
348
  * "osVer": "3.0",
349
349
  * "uniVer": "4.23",
350
- * "unixVer": "x"
350
+ * "unixVer": "4.61"
351
351
  * }
352
352
  * },
353
353
  * "mp": {
@@ -418,7 +418,7 @@ export type SafeArea = {
418
418
  * "harmony": {
419
419
  * "osVer": "3.0",
420
420
  * "uniVer": "4.23",
421
- * "unixVer": "x"
421
+ * "unixVer": "4.61"
422
422
  * }
423
423
  * },
424
424
  * "mp": {
@@ -489,7 +489,7 @@ export type SafeArea = {
489
489
  * "harmony": {
490
490
  * "osVer": "3.0",
491
491
  * "uniVer": "4.23",
492
- * "unixVer": "x"
492
+ * "unixVer": "4.61"
493
493
  * }
494
494
  * },
495
495
  * "mp": {
@@ -560,7 +560,7 @@ export type SafeArea = {
560
560
  * "harmony": {
561
561
  * "osVer": "3.0",
562
562
  * "uniVer": "4.23",
563
- * "unixVer": "x"
563
+ * "unixVer": "4.61"
564
564
  * }
565
565
  * },
566
566
  * "mp": {
@@ -631,7 +631,7 @@ export type SafeArea = {
631
631
  * "harmony": {
632
632
  * "osVer": "3.0",
633
633
  * "uniVer": "4.23",
634
- * "unixVer": "x"
634
+ * "unixVer": "4.61"
635
635
  * }
636
636
  * },
637
637
  * "mp": {
@@ -704,7 +704,7 @@ export type SafeAreaInsets = {
704
704
  * "harmony": {
705
705
  * "osVer": "3.0",
706
706
  * "uniVer": "4.23",
707
- * "unixVer": "x"
707
+ * "unixVer": "4.61"
708
708
  * }
709
709
  * },
710
710
  * "mp": {
@@ -775,7 +775,7 @@ export type SafeAreaInsets = {
775
775
  * "harmony": {
776
776
  * "osVer": "3.0",
777
777
  * "uniVer": "4.23",
778
- * "unixVer": "x"
778
+ * "unixVer": "4.61"
779
779
  * }
780
780
  * },
781
781
  * "mp": {
@@ -846,7 +846,7 @@ export type SafeAreaInsets = {
846
846
  * "harmony": {
847
847
  * "osVer": "3.0",
848
848
  * "uniVer": "4.23",
849
- * "unixVer": "x"
849
+ * "unixVer": "4.61"
850
850
  * }
851
851
  * },
852
852
  * "mp": {
@@ -917,7 +917,7 @@ export type SafeAreaInsets = {
917
917
  * "harmony": {
918
918
  * "osVer": "3.0",
919
919
  * "uniVer": "4.23",
920
- * "unixVer": "x"
920
+ * "unixVer": "4.61"
921
921
  * }
922
922
  * },
923
923
  * "mp": {
@@ -997,42 +997,42 @@ export type CutoutRect = {
997
997
  * "mp": {
998
998
  * "weixin": {
999
999
  * "hostVer": "√",
1000
- * "uniVer": "",
1001
- * "unixVer": "4.41"
1000
+ * "uniVer": "x",
1001
+ * "unixVer": "x"
1002
1002
  * },
1003
1003
  * "alipay": {
1004
1004
  * "hostVer": "√",
1005
- * "uniVer": "",
1005
+ * "uniVer": "x",
1006
1006
  * "unixVer": "x"
1007
1007
  * },
1008
1008
  * "baidu": {
1009
1009
  * "hostVer": "√",
1010
- * "uniVer": "",
1010
+ * "uniVer": "x",
1011
1011
  * "unixVer": "x"
1012
1012
  * },
1013
1013
  * "toutiao": {
1014
1014
  * "hostVer": "√",
1015
- * "uniVer": "",
1015
+ * "uniVer": "x",
1016
1016
  * "unixVer": "x"
1017
1017
  * },
1018
1018
  * "lark": {
1019
1019
  * "hostVer": "√",
1020
- * "uniVer": "",
1020
+ * "uniVer": "x",
1021
1021
  * "unixVer": "x"
1022
1022
  * },
1023
1023
  * "qq": {
1024
1024
  * "hostVer": "√",
1025
- * "uniVer": "",
1025
+ * "uniVer": "x",
1026
1026
  * "unixVer": "x"
1027
1027
  * },
1028
1028
  * "kuaishou": {
1029
1029
  * "hostVer": "√",
1030
- * "uniVer": "",
1030
+ * "uniVer": "x",
1031
1031
  * "unixVer": "x"
1032
1032
  * },
1033
1033
  * "jd": {
1034
1034
  * "hostVer": "√",
1035
- * "uniVer": "",
1035
+ * "uniVer": "x",
1036
1036
  * "unixVer": "x"
1037
1037
  * }
1038
1038
  * },
@@ -1068,42 +1068,42 @@ export type CutoutRect = {
1068
1068
  * "mp": {
1069
1069
  * "weixin": {
1070
1070
  * "hostVer": "√",
1071
- * "uniVer": "",
1072
- * "unixVer": "4.41"
1071
+ * "uniVer": "x",
1072
+ * "unixVer": "x"
1073
1073
  * },
1074
1074
  * "alipay": {
1075
1075
  * "hostVer": "√",
1076
- * "uniVer": "",
1076
+ * "uniVer": "x",
1077
1077
  * "unixVer": "x"
1078
1078
  * },
1079
1079
  * "baidu": {
1080
1080
  * "hostVer": "√",
1081
- * "uniVer": "",
1081
+ * "uniVer": "x",
1082
1082
  * "unixVer": "x"
1083
1083
  * },
1084
1084
  * "toutiao": {
1085
1085
  * "hostVer": "√",
1086
- * "uniVer": "",
1086
+ * "uniVer": "x",
1087
1087
  * "unixVer": "x"
1088
1088
  * },
1089
1089
  * "lark": {
1090
1090
  * "hostVer": "√",
1091
- * "uniVer": "",
1091
+ * "uniVer": "x",
1092
1092
  * "unixVer": "x"
1093
1093
  * },
1094
1094
  * "qq": {
1095
1095
  * "hostVer": "√",
1096
- * "uniVer": "",
1096
+ * "uniVer": "x",
1097
1097
  * "unixVer": "x"
1098
1098
  * },
1099
1099
  * "kuaishou": {
1100
1100
  * "hostVer": "√",
1101
- * "uniVer": "",
1101
+ * "uniVer": "x",
1102
1102
  * "unixVer": "x"
1103
1103
  * },
1104
1104
  * "jd": {
1105
1105
  * "hostVer": "√",
1106
- * "uniVer": "",
1106
+ * "uniVer": "x",
1107
1107
  * "unixVer": "x"
1108
1108
  * }
1109
1109
  * },
@@ -1139,17 +1139,17 @@ export type CutoutRect = {
1139
1139
  * "mp": {
1140
1140
  * "weixin": {
1141
1141
  * "hostVer": "√",
1142
- * "uniVer": "",
1143
- * "unixVer": "4.41"
1142
+ * "uniVer": "x",
1143
+ * "unixVer": "x"
1144
1144
  * },
1145
1145
  * "alipay": {
1146
1146
  * "hostVer": "√",
1147
- * "uniVer": "",
1147
+ * "uniVer": "x",
1148
1148
  * "unixVer": "x"
1149
1149
  * },
1150
1150
  * "baidu": {
1151
1151
  * "hostVer": "√",
1152
- * "uniVer": "",
1152
+ * "uniVer": "x",
1153
1153
  * "unixVer": "x"
1154
1154
  * },
1155
1155
  * "toutiao": {
@@ -1159,22 +1159,22 @@ export type CutoutRect = {
1159
1159
  * },
1160
1160
  * "lark": {
1161
1161
  * "hostVer": "√",
1162
- * "uniVer": "",
1162
+ * "uniVer": "x",
1163
1163
  * "unixVer": "x"
1164
1164
  * },
1165
1165
  * "qq": {
1166
1166
  * "hostVer": "√",
1167
- * "uniVer": "",
1167
+ * "uniVer": "x",
1168
1168
  * "unixVer": "x"
1169
1169
  * },
1170
1170
  * "kuaishou": {
1171
1171
  * "hostVer": "√",
1172
- * "uniVer": "",
1172
+ * "uniVer": "x",
1173
1173
  * "unixVer": "x"
1174
1174
  * },
1175
1175
  * "jd": {
1176
1176
  * "hostVer": "√",
1177
- * "uniVer": "",
1177
+ * "uniVer": "x",
1178
1178
  * "unixVer": "x"
1179
1179
  * }
1180
1180
  * },
@@ -1210,27 +1210,27 @@ export type CutoutRect = {
1210
1210
  * "mp": {
1211
1211
  * "weixin": {
1212
1212
  * "hostVer": "√",
1213
- * "uniVer": "",
1214
- * "unixVer": "4.41"
1213
+ * "uniVer": "x",
1214
+ * "unixVer": "x"
1215
1215
  * },
1216
1216
  * "alipay": {
1217
1217
  * "hostVer": "√",
1218
- * "uniVer": "",
1218
+ * "uniVer": "x",
1219
1219
  * "unixVer": "x"
1220
1220
  * },
1221
1221
  * "baidu": {
1222
1222
  * "hostVer": "√",
1223
- * "uniVer": "",
1223
+ * "uniVer": "x",
1224
1224
  * "unixVer": "x"
1225
1225
  * },
1226
1226
  * "toutiao": {
1227
1227
  * "hostVer": "√",
1228
- * "uniVer": "",
1228
+ * "uniVer": "x",
1229
1229
  * "unixVer": "x"
1230
1230
  * },
1231
1231
  * "lark": {
1232
1232
  * "hostVer": "√",
1233
- * "uniVer": "",
1233
+ * "uniVer": "x",
1234
1234
  * "unixVer": "x"
1235
1235
  * },
1236
1236
  * "qq": {
@@ -1240,12 +1240,12 @@ export type CutoutRect = {
1240
1240
  * },
1241
1241
  * "kuaishou": {
1242
1242
  * "hostVer": "√",
1243
- * "uniVer": "",
1243
+ * "uniVer": "x",
1244
1244
  * "unixVer": "x"
1245
1245
  * },
1246
1246
  * "jd": {
1247
1247
  * "hostVer": "√",
1248
- * "uniVer": "",
1248
+ * "uniVer": "x",
1249
1249
  * "unixVer": "x"
1250
1250
  * }
1251
1251
  * },
@@ -1349,7 +1349,7 @@ export type GetSystemInfoResult = {
1349
1349
  * "harmony": {
1350
1350
  * "osVer": "3.0",
1351
1351
  * "uniVer": "4.23",
1352
- * "unixVer": "x"
1352
+ * "unixVer": "4.61"
1353
1353
  * }
1354
1354
  * },
1355
1355
  * "mp": {
@@ -1420,7 +1420,7 @@ export type GetSystemInfoResult = {
1420
1420
  * "harmony": {
1421
1421
  * "osVer": "3.0",
1422
1422
  * "uniVer": "4.23",
1423
- * "unixVer": "x"
1423
+ * "unixVer": "4.61"
1424
1424
  * }
1425
1425
  * },
1426
1426
  * "mp": {
@@ -1491,7 +1491,7 @@ export type GetSystemInfoResult = {
1491
1491
  * "harmony": {
1492
1492
  * "osVer": "3.0",
1493
1493
  * "uniVer": "4.23",
1494
- * "unixVer": "x"
1494
+ * "unixVer": "4.61"
1495
1495
  * }
1496
1496
  * },
1497
1497
  * "mp": {
@@ -1562,7 +1562,7 @@ export type GetSystemInfoResult = {
1562
1562
  * "harmony": {
1563
1563
  * "osVer": "3.0",
1564
1564
  * "uniVer": "4.23",
1565
- * "unixVer": "x"
1565
+ * "unixVer": "4.61"
1566
1566
  * }
1567
1567
  * },
1568
1568
  * "mp": {
@@ -1633,7 +1633,7 @@ export type GetSystemInfoResult = {
1633
1633
  * "harmony": {
1634
1634
  * "osVer": "3.0",
1635
1635
  * "uniVer": "4.23",
1636
- * "unixVer": "x"
1636
+ * "unixVer": "4.61"
1637
1637
  * }
1638
1638
  * },
1639
1639
  * "mp": {
@@ -1704,7 +1704,7 @@ export type GetSystemInfoResult = {
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": {
@@ -1776,7 +1776,7 @@ export type GetSystemInfoResult = {
1776
1776
  * "harmony": {
1777
1777
  * "osVer": "3.0",
1778
1778
  * "uniVer": "4.23",
1779
- * "unixVer": "x"
1779
+ * "unixVer": "4.61"
1780
1780
  * }
1781
1781
  * },
1782
1782
  * "mp": {
@@ -1989,7 +1989,7 @@ export type GetSystemInfoResult = {
1989
1989
  * "harmony": {
1990
1990
  * "osVer": "3.0",
1991
1991
  * "uniVer": "4.23",
1992
- * "unixVer": "x"
1992
+ * "unixVer": "4.61"
1993
1993
  * }
1994
1994
  * },
1995
1995
  * "mp": {
@@ -2060,7 +2060,7 @@ export type GetSystemInfoResult = {
2060
2060
  * "harmony": {
2061
2061
  * "osVer": "3.0",
2062
2062
  * "uniVer": "4.23",
2063
- * "unixVer": "x"
2063
+ * "unixVer": "4.61"
2064
2064
  * }
2065
2065
  * },
2066
2066
  * "mp": {
@@ -2131,7 +2131,7 @@ export type GetSystemInfoResult = {
2131
2131
  * "harmony": {
2132
2132
  * "osVer": "3.0",
2133
2133
  * "uniVer": "4.23",
2134
- * "unixVer": "x"
2134
+ * "unixVer": "4.61"
2135
2135
  * }
2136
2136
  * },
2137
2137
  * "mp": {
@@ -2202,7 +2202,7 @@ export type GetSystemInfoResult = {
2202
2202
  * "harmony": {
2203
2203
  * "osVer": "3.0",
2204
2204
  * "uniVer": "4.23",
2205
- * "unixVer": "x"
2205
+ * "unixVer": "4.61"
2206
2206
  * }
2207
2207
  * },
2208
2208
  * "mp": {
@@ -2273,7 +2273,7 @@ export type GetSystemInfoResult = {
2273
2273
  * "harmony": {
2274
2274
  * "osVer": "3.0",
2275
2275
  * "uniVer": "4.23",
2276
- * "unixVer": "x"
2276
+ * "unixVer": "4.61"
2277
2277
  * }
2278
2278
  * },
2279
2279
  * "mp": {
@@ -2344,7 +2344,7 @@ export type GetSystemInfoResult = {
2344
2344
  * "harmony": {
2345
2345
  * "osVer": "3.0",
2346
2346
  * "uniVer": "4.23",
2347
- * "unixVer": "x"
2347
+ * "unixVer": "4.61"
2348
2348
  * }
2349
2349
  * },
2350
2350
  * "mp": {
@@ -2567,7 +2567,7 @@ export type GetSystemInfoResult = {
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": {
@@ -2638,7 +2638,7 @@ export type GetSystemInfoResult = {
2638
2638
  * "harmony": {
2639
2639
  * "osVer": "3.0",
2640
2640
  * "uniVer": "4.23",
2641
- * "unixVer": "x"
2641
+ * "unixVer": "4.61"
2642
2642
  * }
2643
2643
  * },
2644
2644
  * "mp": {
@@ -2709,7 +2709,7 @@ export type GetSystemInfoResult = {
2709
2709
  * "harmony": {
2710
2710
  * "osVer": "3.0",
2711
2711
  * "uniVer": "4.23",
2712
- * "unixVer": "x"
2712
+ * "unixVer": "4.61"
2713
2713
  * }
2714
2714
  * },
2715
2715
  * "web": {
@@ -2738,7 +2738,7 @@ export type GetSystemInfoResult = {
2738
2738
  * "harmony": {
2739
2739
  * "osVer": "3.0",
2740
2740
  * "uniVer": "4.23",
2741
- * "unixVer": "x"
2741
+ * "unixVer": "4.61"
2742
2742
  * }
2743
2743
  * },
2744
2744
  * "mp": {
@@ -3005,7 +3005,7 @@ export type GetSystemInfoResult = {
3005
3005
  * "harmony": {
3006
3006
  * "osVer": "3.0",
3007
3007
  * "uniVer": "4.23",
3008
- * "unixVer": "x"
3008
+ * "unixVer": "4.61"
3009
3009
  * }
3010
3010
  * },
3011
3011
  * "mp": {
@@ -3076,7 +3076,7 @@ export type GetSystemInfoResult = {
3076
3076
  * "harmony": {
3077
3077
  * "osVer": "3.0",
3078
3078
  * "uniVer": "4.23",
3079
- * "unixVer": "x"
3079
+ * "unixVer": "4.61"
3080
3080
  * }
3081
3081
  * },
3082
3082
  * "mp": {
@@ -3147,7 +3147,7 @@ export type GetSystemInfoResult = {
3147
3147
  * "harmony": {
3148
3148
  * "osVer": "3.0",
3149
3149
  * "uniVer": "4.23",
3150
- * "unixVer": "x"
3150
+ * "unixVer": "4.61"
3151
3151
  * }
3152
3152
  * },
3153
3153
  * "mp": {
@@ -3219,7 +3219,7 @@ export type GetSystemInfoResult = {
3219
3219
  * "harmony": {
3220
3220
  * "osVer": "3.0",
3221
3221
  * "uniVer": "4.23",
3222
- * "unixVer": "x"
3222
+ * "unixVer": "4.61"
3223
3223
  * }
3224
3224
  * },
3225
3225
  * "mp": {
@@ -3290,7 +3290,7 @@ export type GetSystemInfoResult = {
3290
3290
  * "harmony": {
3291
3291
  * "osVer": "3.0",
3292
3292
  * "uniVer": "4.23",
3293
- * "unixVer": "x"
3293
+ * "unixVer": "4.61"
3294
3294
  * }
3295
3295
  * },
3296
3296
  * "mp": {
@@ -3361,7 +3361,7 @@ export type GetSystemInfoResult = {
3361
3361
  * "harmony": {
3362
3362
  * "osVer": "3.0",
3363
3363
  * "uniVer": "4.23",
3364
- * "unixVer": "x"
3364
+ * "unixVer": "4.61"
3365
3365
  * }
3366
3366
  * },
3367
3367
  * "mp": {
@@ -3575,7 +3575,7 @@ export type GetSystemInfoResult = {
3575
3575
  * "harmony": {
3576
3576
  * "osVer": "3.0",
3577
3577
  * "uniVer": "4.23",
3578
- * "unixVer": "x"
3578
+ * "unixVer": "4.61"
3579
3579
  * }
3580
3580
  * },
3581
3581
  * "mp": {
@@ -3646,7 +3646,7 @@ export type GetSystemInfoResult = {
3646
3646
  * "harmony": {
3647
3647
  * "osVer": "3.0",
3648
3648
  * "uniVer": "4.23",
3649
- * "unixVer": "x"
3649
+ * "unixVer": "4.61"
3650
3650
  * }
3651
3651
  * },
3652
3652
  * "mp": {
@@ -3717,7 +3717,7 @@ export type GetSystemInfoResult = {
3717
3717
  * "harmony": {
3718
3718
  * "osVer": "3.0",
3719
3719
  * "uniVer": "4.23",
3720
- * "unixVer": "x"
3720
+ * "unixVer": "4.61"
3721
3721
  * }
3722
3722
  * },
3723
3723
  * "mp": {
@@ -3860,7 +3860,7 @@ export type GetSystemInfoResult = {
3860
3860
  * "harmony": {
3861
3861
  * "osVer": "3.0",
3862
3862
  * "uniVer": "4.23",
3863
- * "unixVer": "x"
3863
+ * "unixVer": "4.61"
3864
3864
  * }
3865
3865
  * },
3866
3866
  * "mp": {
@@ -3931,7 +3931,7 @@ export type GetSystemInfoResult = {
3931
3931
  * "harmony": {
3932
3932
  * "osVer": "3.0",
3933
3933
  * "uniVer": "4.23",
3934
- * "unixVer": "x"
3934
+ * "unixVer": "4.61"
3935
3935
  * }
3936
3936
  * },
3937
3937
  * "mp": {
@@ -4074,7 +4074,7 @@ export type GetSystemInfoResult = {
4074
4074
  * "harmony": {
4075
4075
  * "osVer": "3.0",
4076
4076
  * "uniVer": "4.23",
4077
- * "unixVer": "x"
4077
+ * "unixVer": "4.61"
4078
4078
  * }
4079
4079
  * },
4080
4080
  * "mp": {
@@ -4145,7 +4145,7 @@ export type GetSystemInfoResult = {
4145
4145
  * "harmony": {
4146
4146
  * "osVer": "3.0",
4147
4147
  * "uniVer": "4.23",
4148
- * "unixVer": "x"
4148
+ * "unixVer": "4.61"
4149
4149
  * }
4150
4150
  * },
4151
4151
  * "mp": {
@@ -4216,7 +4216,7 @@ export type GetSystemInfoResult = {
4216
4216
  * "harmony": {
4217
4217
  * "osVer": "3.0",
4218
4218
  * "uniVer": "4.23",
4219
- * "unixVer": "x"
4219
+ * "unixVer": "4.61"
4220
4220
  * }
4221
4221
  * },
4222
4222
  * "mp": {
@@ -4287,7 +4287,7 @@ export type GetSystemInfoResult = {
4287
4287
  * "harmony": {
4288
4288
  * "osVer": "3.0",
4289
4289
  * "uniVer": "4.23",
4290
- * "unixVer": "x"
4290
+ * "unixVer": "4.61"
4291
4291
  * }
4292
4292
  * },
4293
4293
  * "mp": {
@@ -4358,7 +4358,7 @@ export type GetSystemInfoResult = {
4358
4358
  * "harmony": {
4359
4359
  * "osVer": "3.0",
4360
4360
  * "uniVer": "4.23",
4361
- * "unixVer": "x"
4361
+ * "unixVer": "4.61"
4362
4362
  * }
4363
4363
  * },
4364
4364
  * "mp": {
@@ -4429,7 +4429,7 @@ export type GetSystemInfoResult = {
4429
4429
  * "harmony": {
4430
4430
  * "osVer": "3.0",
4431
4431
  * "uniVer": "4.23",
4432
- * "unixVer": "x"
4432
+ * "unixVer": "4.61"
4433
4433
  * }
4434
4434
  * },
4435
4435
  * "mp": {
@@ -4571,7 +4571,7 @@ export type GetSystemInfoResult = {
4571
4571
  * "harmony": {
4572
4572
  * "osVer": "3.0",
4573
4573
  * "uniVer": "4.23",
4574
- * "unixVer": "x"
4574
+ * "unixVer": "4.61"
4575
4575
  * }
4576
4576
  * },
4577
4577
  * "mp": {
@@ -5719,7 +5719,7 @@ export type GetWindowInfoResult = {
5719
5719
  * "harmony": {
5720
5720
  * "osVer": "3.0",
5721
5721
  * "uniVer": "4.23",
5722
- * "unixVer": "x"
5722
+ * "unixVer": "4.61"
5723
5723
  * }
5724
5724
  * },
5725
5725
  * "mp": {
@@ -5790,7 +5790,7 @@ export type GetWindowInfoResult = {
5790
5790
  * "harmony": {
5791
5791
  * "osVer": "3.0",
5792
5792
  * "uniVer": "4.23",
5793
- * "unixVer": "x"
5793
+ * "unixVer": "4.61"
5794
5794
  * }
5795
5795
  * },
5796
5796
  * "mp": {
@@ -5861,7 +5861,7 @@ export type GetWindowInfoResult = {
5861
5861
  * "harmony": {
5862
5862
  * "osVer": "3.0",
5863
5863
  * "uniVer": "4.23",
5864
- * "unixVer": "x"
5864
+ * "unixVer": "4.61"
5865
5865
  * }
5866
5866
  * },
5867
5867
  * "mp": {
@@ -5932,7 +5932,7 @@ export type GetWindowInfoResult = {
5932
5932
  * "harmony": {
5933
5933
  * "osVer": "3.0",
5934
5934
  * "uniVer": "4.23",
5935
- * "unixVer": "x"
5935
+ * "unixVer": "4.61"
5936
5936
  * }
5937
5937
  * },
5938
5938
  * "mp": {
@@ -6045,7 +6045,7 @@ export type GetWindowInfoResult = {
6045
6045
  * "harmony": {
6046
6046
  * "osVer": "3.0",
6047
6047
  * "uniVer": "4.23",
6048
- * "unixVer": "x"
6048
+ * "unixVer": "4.61"
6049
6049
  * }
6050
6050
  * }
6051
6051
  * }
@@ -6070,7 +6070,7 @@ export type GetWindowInfoResult = {
6070
6070
  * "harmony": {
6071
6071
  * "osVer": "3.0",
6072
6072
  * "uniVer": "4.23",
6073
- * "unixVer": "x"
6073
+ * "unixVer": "4.61"
6074
6074
  * }
6075
6075
  * },
6076
6076
  * "mp": {
@@ -6141,7 +6141,7 @@ export type GetWindowInfoResult = {
6141
6141
  * "harmony": {
6142
6142
  * "osVer": "3.0",
6143
6143
  * "uniVer": "4.23",
6144
- * "unixVer": "x"
6144
+ * "unixVer": "4.61"
6145
6145
  * }
6146
6146
  * },
6147
6147
  * "web": {
@@ -6170,7 +6170,7 @@ export type GetWindowInfoResult = {
6170
6170
  * "harmony": {
6171
6171
  * "osVer": "3.0",
6172
6172
  * "uniVer": "4.23",
6173
- * "unixVer": "x"
6173
+ * "unixVer": "4.61"
6174
6174
  * }
6175
6175
  * },
6176
6176
  * "mp": {
@@ -6241,7 +6241,7 @@ export type GetWindowInfoResult = {
6241
6241
  * "harmony": {
6242
6242
  * "osVer": "3.0",
6243
6243
  * "uniVer": "4.23",
6244
- * "unixVer": "x"
6244
+ * "unixVer": "4.61"
6245
6245
  * }
6246
6246
  * },
6247
6247
  * "mp": {
@@ -6312,7 +6312,7 @@ export type GetWindowInfoResult = {
6312
6312
  * "harmony": {
6313
6313
  * "osVer": "3.0",
6314
6314
  * "uniVer": "4.23",
6315
- * "unixVer": "x"
6315
+ * "unixVer": "4.61"
6316
6316
  * }
6317
6317
  * },
6318
6318
  * "mp": {
@@ -6384,7 +6384,7 @@ export type GetWindowInfoResult = {
6384
6384
  * "harmony": {
6385
6385
  * "osVer": "3.0",
6386
6386
  * "uniVer": "4.23",
6387
- * "unixVer": "x"
6387
+ * "unixVer": "4.61"
6388
6388
  * }
6389
6389
  * },
6390
6390
  * "mp": {