@dcloudio/uni-app-x 0.7.50 → 0.7.51

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.50",
3
+ "version": "0.7.51",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -2630,7 +2630,7 @@ export interface CanvasRenderingContext2D {
2630
2630
  * }
2631
2631
  * }
2632
2632
  */
2633
- createPattern(image: Image, repetition: string): CanvasPattern
2633
+ createPattern(image: Image, repetition?: string | null): CanvasPattern | null
2634
2634
 
2635
2635
  /**
2636
2636
  * 创建一个线性的渐变颜色。返回的CanvasGradient对象需要使用 CanvasGradient.addColorStop() 来指定渐变点,至少要两个
@@ -3,7 +3,6 @@
3
3
  /// <reference path='./lib/uni-arrayBufferToBase64/utssdk/global.d.ts' />
4
4
  /// <reference path='./lib/uni-authentication/utssdk/global.d.ts' />
5
5
  /// <reference path='./lib/uni-base64ToArrayBuffer/utssdk/global.d.ts' />
6
- /// <reference path='./lib/uni-canvas/utssdk/global.d.ts' />
7
6
  /// <reference path='./lib/uni-chooseLocation/utssdk/global.d.ts' />
8
7
  /// <reference path='./lib/uni-chooseMedia/utssdk/global.d.ts' />
9
8
  /// <reference path='./lib/uni-clipboard/utssdk/global.d.ts' />
@@ -3,7 +3,6 @@ export * from './lib/uni-addPhoneContact/utssdk'
3
3
  export * from './lib/uni-arrayBufferToBase64/utssdk'
4
4
  export * from './lib/uni-authentication/utssdk'
5
5
  export * from './lib/uni-base64ToArrayBuffer/utssdk'
6
- export * from './lib/uni-canvas/utssdk'
7
6
  export * from './lib/uni-chooseLocation/utssdk'
8
7
  export * from './lib/uni-chooseMedia/utssdk'
9
8
  export * from './lib/uni-clipboard/utssdk'
@@ -83,6 +83,33 @@ export type ChooseMediaTempFile = {
83
83
  * 选定视频的数据量大小
84
84
  */
85
85
  size : number,
86
+ /**
87
+ * 视频文件的字节大小
88
+ * @uniPlatform {
89
+ * "app": {
90
+ * "android": {
91
+ * "osVer": "5.0",
92
+ * "uniVer": "x",
93
+ * "unixVer": "4.61"
94
+ * },
95
+ * "ios": {
96
+ * "osVer": "12.0",
97
+ * "uniVer": "x",
98
+ * "unixVer": "4.61"
99
+ * },
100
+ * "harmony": {
101
+ * "osVer": "3.0",
102
+ * "uniVer": "x",
103
+ * "unixVer": "x"
104
+ * }
105
+ * },
106
+ * "web": {
107
+ * "uniVer": "x",
108
+ * "unixVer": "x"
109
+ * }
110
+ * }
111
+ */
112
+ byteSize ?: number | null,
86
113
  /**
87
114
  * 选定视频的时间长度
88
115
  */
@@ -682,4 +709,4 @@ export interface Uni {
682
709
  */
683
710
  chooseMedia(options : ChooseMediaOptions) : void;
684
711
 
685
- }
712
+ }
@@ -21,6 +21,11 @@ export interface Uni {
21
21
  * "uniUtsPlugin": "x",
22
22
  * "unixVer": "4.41",
23
23
  * "unixUtsPlugin": "4.41"
24
+ * },
25
+ * "harmony": {
26
+ * "osVer": "5.0.0",
27
+ * "uniVer": "4.23",
28
+ * "unixVer": "4.61"
24
29
  * }
25
30
  * },
26
31
  * "mp": {
@@ -96,7 +101,12 @@ export interface InnerAudioContext {
96
101
  "uniUtsPlugin": "x",
97
102
  "unixVer": "4.41",
98
103
  "unixUtsPlugin": "4.41"
99
- }
104
+ },
105
+ "harmony": {
106
+ "osVer": "5.0.0",
107
+ "uniVer": "4.23",
108
+ "unixVer": "4.61",
109
+ }
100
110
  },
101
111
  "mp": {
102
112
  "weixin": {
@@ -165,7 +175,12 @@ export interface InnerAudioContext {
165
175
  "uniUtsPlugin": "x",
166
176
  "unixVer": "4.41",
167
177
  "unixUtsPlugin": "4.41"
168
- }
178
+ },
179
+ "harmony": {
180
+ "osVer": "5.0.0",
181
+ "uniVer": "4.23",
182
+ "unixVer": "4.61",
183
+ }
169
184
  },
170
185
  "mp": {
171
186
  "weixin": {
@@ -234,7 +249,12 @@ export interface InnerAudioContext {
234
249
  "uniUtsPlugin": "x",
235
250
  "unixVer": "4.41",
236
251
  "unixUtsPlugin": "4.41"
237
- }
252
+ },
253
+ "harmony": {
254
+ "osVer": "5.0.0",
255
+ "uniVer": "4.23",
256
+ "unixVer": "4.61",
257
+ }
238
258
  },
239
259
  "mp": {
240
260
  "weixin": {
@@ -304,7 +324,12 @@ export interface InnerAudioContext {
304
324
  "uniUtsPlugin": "x",
305
325
  "unixVer": "4.41",
306
326
  "unixUtsPlugin": "4.41"
307
- }
327
+ },
328
+ "harmony": {
329
+ "osVer": "5.0.0",
330
+ "uniVer": "4.23",
331
+ "unixVer": "4.61",
332
+ }
308
333
  },
309
334
  "mp": {
310
335
  "weixin": {
@@ -373,7 +398,12 @@ export interface InnerAudioContext {
373
398
  "uniUtsPlugin": "x",
374
399
  "unixVer": "4.41",
375
400
  "unixUtsPlugin": "4.41"
376
- }
401
+ },
402
+ "harmony": {
403
+ "osVer": "5.0.0",
404
+ "uniVer": "4.23",
405
+ "unixVer": "4.61",
406
+ }
377
407
  },
378
408
  "mp": {
379
409
  "weixin": {
@@ -442,7 +472,12 @@ export interface InnerAudioContext {
442
472
  "uniUtsPlugin": "x",
443
473
  "unixVer": "4.41",
444
474
  "unixUtsPlugin": "4.41"
445
- }
475
+ },
476
+ "harmony": {
477
+ "osVer": "5.0.0",
478
+ "uniVer": "4.23",
479
+ "unixVer": "4.61",
480
+ }
446
481
  },
447
482
  "mp": {
448
483
  "weixin": {
@@ -512,7 +547,12 @@ export interface InnerAudioContext {
512
547
  "uniUtsPlugin": "x",
513
548
  "unixVer": "4.41",
514
549
  "unixUtsPlugin": "4.41"
515
- }
550
+ },
551
+ "harmony": {
552
+ "osVer": "5.0.0",
553
+ "uniVer": "4.23",
554
+ "unixVer": "4.61",
555
+ }
516
556
  },
517
557
  "mp": {
518
558
  "weixin": {
@@ -583,7 +623,12 @@ export interface InnerAudioContext {
583
623
  "uniUtsPlugin": "x",
584
624
  "unixVer": "4.41",
585
625
  "unixUtsPlugin": "4.41"
586
- }
626
+ },
627
+ "harmony": {
628
+ "osVer": "5.0.0",
629
+ "uniVer": "4.23",
630
+ "unixVer": "4.61",
631
+ }
587
632
  },
588
633
  "mp": {
589
634
  "weixin": {
@@ -654,7 +699,12 @@ export interface InnerAudioContext {
654
699
  "uniUtsPlugin": "x",
655
700
  "unixVer": "x",
656
701
  "unixUtsPlugin": "x"
657
- }
702
+ },
703
+ "harmony": {
704
+ "osVer": "5.0.0",
705
+ "uniVer": "x",
706
+ "unixVer": "x",
707
+ }
658
708
  },
659
709
  "mp": {
660
710
  "weixin": {
@@ -723,7 +773,12 @@ export interface InnerAudioContext {
723
773
  "uniUtsPlugin": "x",
724
774
  "unixVer": "4.41",
725
775
  "unixUtsPlugin": "4.41"
726
- }
776
+ },
777
+ "harmony": {
778
+ "osVer": "5.0.0",
779
+ "uniVer": "4.23",
780
+ "unixVer": "4.61",
781
+ }
727
782
  },
728
783
  "mp": {
729
784
  "weixin": {
@@ -793,7 +848,12 @@ export interface InnerAudioContext {
793
848
  "uniUtsPlugin": "x",
794
849
  "unixVer": "4.41",
795
850
  "unixUtsPlugin": "4.41"
796
- }
851
+ },
852
+ "harmony": {
853
+ "osVer": "5.0.0",
854
+ "uniVer": "x",
855
+ "unixVer": "x",
856
+ }
797
857
  },
798
858
  "mp": {
799
859
  "weixin": {
@@ -862,7 +922,12 @@ export interface InnerAudioContext {
862
922
  "uniUtsPlugin": "x",
863
923
  "unixVer": "4.41",
864
924
  "unixUtsPlugin": "4.41"
865
- }
925
+ },
926
+ "harmony": {
927
+ "osVer": "5.0.0",
928
+ "uniVer": "4.23",
929
+ "unixVer": "4.61",
930
+ }
866
931
  },
867
932
  "mp": {
868
933
  "weixin": {
@@ -931,7 +996,12 @@ export interface InnerAudioContext {
931
996
  "uniUtsPlugin": "x",
932
997
  "unixVer": "4.41",
933
998
  "unixUtsPlugin": "4.41"
934
- }
999
+ },
1000
+ "harmony": {
1001
+ "osVer": "5.0.0",
1002
+ "uniVer": "4.23",
1003
+ "unixVer": "4.61",
1004
+ }
935
1005
  },
936
1006
  "mp": {
937
1007
  "weixin": {
@@ -1000,7 +1070,12 @@ export interface InnerAudioContext {
1000
1070
  "uniUtsPlugin": "x",
1001
1071
  "unixVer": "4.41",
1002
1072
  "unixUtsPlugin": "4.41"
1003
- }
1073
+ },
1074
+ "harmony": {
1075
+ "osVer": "5.0.0",
1076
+ "uniVer": "4.23",
1077
+ "unixVer": "4.61",
1078
+ }
1004
1079
  },
1005
1080
  "mp": {
1006
1081
  "weixin": {
@@ -1069,7 +1144,12 @@ export interface InnerAudioContext {
1069
1144
  "uniUtsPlugin": "x",
1070
1145
  "unixVer": "4.41",
1071
1146
  "unixUtsPlugin": "4.41"
1072
- }
1147
+ },
1148
+ "harmony": {
1149
+ "osVer": "5.0.0",
1150
+ "uniVer": "4.23",
1151
+ "unixVer": "4.61",
1152
+ }
1073
1153
  },
1074
1154
  "mp": {
1075
1155
  "weixin": {
@@ -1138,7 +1218,12 @@ export interface InnerAudioContext {
1138
1218
  "uniUtsPlugin": "x",
1139
1219
  "unixVer": "4.41",
1140
1220
  "unixUtsPlugin": "4.41"
1141
- }
1221
+ },
1222
+ "harmony": {
1223
+ "osVer": "5.0.0",
1224
+ "uniVer": "4.23",
1225
+ "unixVer": "4.61",
1226
+ }
1142
1227
  },
1143
1228
  "web": {
1144
1229
  "uniVer": "√",
@@ -1165,7 +1250,12 @@ export interface InnerAudioContext {
1165
1250
  "uniUtsPlugin": "x",
1166
1251
  "unixVer": "4.41",
1167
1252
  "unixUtsPlugin": "4.41"
1168
- }
1253
+ },
1254
+ "harmony": {
1255
+ "osVer": "5.0.0",
1256
+ "uniVer": "4.23",
1257
+ "unixVer": "4.61",
1258
+ }
1169
1259
  },
1170
1260
  "mp": {
1171
1261
  "weixin": {
@@ -1234,7 +1324,12 @@ export interface InnerAudioContext {
1234
1324
  "uniUtsPlugin": "x",
1235
1325
  "unixVer": "4.41",
1236
1326
  "unixUtsPlugin": "4.41"
1237
- }
1327
+ },
1328
+ "harmony": {
1329
+ "osVer": "5.0.0",
1330
+ "uniVer": "4.23",
1331
+ "unixVer": "4.61",
1332
+ }
1238
1333
  },
1239
1334
  "web": {
1240
1335
  "uniVer": "√",
@@ -1262,7 +1357,12 @@ export interface InnerAudioContext {
1262
1357
  "uniUtsPlugin": "x",
1263
1358
  "unixVer": "4.41",
1264
1359
  "unixUtsPlugin": "4.41"
1265
- }
1360
+ },
1361
+ "harmony": {
1362
+ "osVer": "5.0.0",
1363
+ "uniVer": "4.23",
1364
+ "unixVer": "4.61",
1365
+ }
1266
1366
  },
1267
1367
  "mp": {
1268
1368
  "weixin": {
@@ -1332,7 +1432,12 @@ export interface InnerAudioContext {
1332
1432
  "uniUtsPlugin": "x",
1333
1433
  "unixVer": "4.41",
1334
1434
  "unixUtsPlugin": "4.41"
1335
- }
1435
+ },
1436
+ "harmony": {
1437
+ "osVer": "5.0.0",
1438
+ "uniVer": "4.23",
1439
+ "unixVer": "4.61",
1440
+ }
1336
1441
  },
1337
1442
  "mp": {
1338
1443
  "weixin": {
@@ -1401,7 +1506,12 @@ export interface InnerAudioContext {
1401
1506
  "uniUtsPlugin": "x",
1402
1507
  "unixVer": "4.41",
1403
1508
  "unixUtsPlugin": "4.41"
1404
- }
1509
+ },
1510
+ "harmony": {
1511
+ "osVer": "5.0.0",
1512
+ "uniVer": "4.23",
1513
+ "unixVer": "4.61",
1514
+ }
1405
1515
  },
1406
1516
  "mp": {
1407
1517
  "weixin": {
@@ -1470,7 +1580,12 @@ export interface InnerAudioContext {
1470
1580
  "uniUtsPlugin": "x",
1471
1581
  "unixVer": "4.41",
1472
1582
  "unixUtsPlugin": "4.41"
1473
- }
1583
+ },
1584
+ "harmony": {
1585
+ "osVer": "5.0.0",
1586
+ "uniVer": "4.23",
1587
+ "unixVer": "4.61",
1588
+ }
1474
1589
  },
1475
1590
  "mp": {
1476
1591
  "weixin": {
@@ -1539,7 +1654,12 @@ export interface InnerAudioContext {
1539
1654
  "uniUtsPlugin": "x",
1540
1655
  "unixVer": "4.41",
1541
1656
  "unixUtsPlugin": "4.41"
1542
- }
1657
+ },
1658
+ "harmony": {
1659
+ "osVer": "5.0.0",
1660
+ "uniVer": "4.23",
1661
+ "unixVer": "4.61",
1662
+ }
1543
1663
  },
1544
1664
  "mp": {
1545
1665
  "weixin": {
@@ -1608,7 +1728,12 @@ export interface InnerAudioContext {
1608
1728
  "uniUtsPlugin": "x",
1609
1729
  "unixVer": "4.41",
1610
1730
  "unixUtsPlugin": "4.41"
1611
- }
1731
+ },
1732
+ "harmony": {
1733
+ "osVer": "5.0.0",
1734
+ "uniVer": "4.23",
1735
+ "unixVer": "4.61",
1736
+ }
1612
1737
  },
1613
1738
  "mp": {
1614
1739
  "weixin": {
@@ -1677,7 +1802,12 @@ export interface InnerAudioContext {
1677
1802
  "uniUtsPlugin": "x",
1678
1803
  "unixVer": "4.41",
1679
1804
  "unixUtsPlugin": "4.41"
1680
- }
1805
+ },
1806
+ "harmony": {
1807
+ "osVer": "5.0.0",
1808
+ "uniVer": "4.23",
1809
+ "unixVer": "4.61",
1810
+ }
1681
1811
  },
1682
1812
  "mp": {
1683
1813
  "weixin": {
@@ -1746,7 +1876,12 @@ export interface InnerAudioContext {
1746
1876
  "uniUtsPlugin": "x",
1747
1877
  "unixVer": "4.41",
1748
1878
  "unixUtsPlugin": "4.41"
1749
- }
1879
+ },
1880
+ "harmony": {
1881
+ "osVer": "5.0.0",
1882
+ "uniVer": "4.23",
1883
+ "unixVer": "4.61",
1884
+ }
1750
1885
  },
1751
1886
  "mp": {
1752
1887
  "weixin": {
@@ -1815,7 +1950,12 @@ export interface InnerAudioContext {
1815
1950
  "uniUtsPlugin": "x",
1816
1951
  "unixVer": "4.41",
1817
1952
  "unixUtsPlugin": "4.41"
1818
- }
1953
+ },
1954
+ "harmony": {
1955
+ "osVer": "5.0.0",
1956
+ "uniVer": "4.23",
1957
+ "unixVer": "4.61",
1958
+ }
1819
1959
  },
1820
1960
  "mp": {
1821
1961
  "weixin": {
@@ -1884,7 +2024,12 @@ export interface InnerAudioContext {
1884
2024
  "uniUtsPlugin": "x",
1885
2025
  "unixVer": "4.41",
1886
2026
  "unixUtsPlugin": "4.41"
1887
- }
2027
+ },
2028
+ "harmony": {
2029
+ "osVer": "5.0.0",
2030
+ "uniVer": "4.23",
2031
+ "unixVer": "4.61",
2032
+ }
1888
2033
  },
1889
2034
  "mp": {
1890
2035
  "weixin": {
@@ -1953,7 +2098,12 @@ export interface InnerAudioContext {
1953
2098
  "uniUtsPlugin": "x",
1954
2099
  "unixVer": "4.41",
1955
2100
  "unixUtsPlugin": "4.41"
1956
- }
2101
+ },
2102
+ "harmony": {
2103
+ "osVer": "5.0.0",
2104
+ "uniVer": "4.23",
2105
+ "unixVer": "4.61",
2106
+ }
1957
2107
  },
1958
2108
  "mp": {
1959
2109
  "weixin": {
@@ -2022,7 +2172,12 @@ export interface InnerAudioContext {
2022
2172
  "uniUtsPlugin": "x",
2023
2173
  "unixVer": "4.41",
2024
2174
  "unixUtsPlugin": "4.41"
2025
- }
2175
+ },
2176
+ "harmony": {
2177
+ "osVer": "5.0.0",
2178
+ "uniVer": "4.23",
2179
+ "unixVer": "4.61",
2180
+ }
2026
2181
  },
2027
2182
  "mp": {
2028
2183
  "weixin": {
@@ -2091,7 +2246,12 @@ export interface InnerAudioContext {
2091
2246
  "uniUtsPlugin": "x",
2092
2247
  "unixVer": "4.41",
2093
2248
  "unixUtsPlugin": "4.41"
2094
- }
2249
+ },
2250
+ "harmony": {
2251
+ "osVer": "5.0.0",
2252
+ "uniVer": "4.23",
2253
+ "unixVer": "4.61",
2254
+ }
2095
2255
  },
2096
2256
  "mp": {
2097
2257
  "weixin": {
@@ -2160,7 +2320,12 @@ export interface InnerAudioContext {
2160
2320
  "uniUtsPlugin": "x",
2161
2321
  "unixVer": "4.41",
2162
2322
  "unixUtsPlugin": "4.41"
2163
- }
2323
+ },
2324
+ "harmony": {
2325
+ "osVer": "5.0.0",
2326
+ "uniVer": "4.23",
2327
+ "unixVer": "4.61",
2328
+ }
2164
2329
  },
2165
2330
  "mp": {
2166
2331
  "weixin": {
@@ -2229,7 +2394,12 @@ export interface InnerAudioContext {
2229
2394
  "uniUtsPlugin": "x",
2230
2395
  "unixVer": "4.41",
2231
2396
  "unixUtsPlugin": "4.41"
2232
- }
2397
+ },
2398
+ "harmony": {
2399
+ "osVer": "5.0.0",
2400
+ "uniVer": "4.23",
2401
+ "unixVer": "4.61",
2402
+ }
2233
2403
  },
2234
2404
  "mp": {
2235
2405
  "weixin": {
@@ -2298,7 +2468,12 @@ export interface InnerAudioContext {
2298
2468
  "uniUtsPlugin": "x",
2299
2469
  "unixVer": "4.41",
2300
2470
  "unixUtsPlugin": "4.41"
2301
- }
2471
+ },
2472
+ "harmony": {
2473
+ "osVer": "5.0.0",
2474
+ "uniVer": "4.23",
2475
+ "unixVer": "4.61",
2476
+ }
2302
2477
  },
2303
2478
  "web": {
2304
2479
  "uniVer": "√",
@@ -2325,7 +2500,12 @@ export interface InnerAudioContext {
2325
2500
  "uniUtsPlugin": "x",
2326
2501
  "unixVer": "4.41",
2327
2502
  "unixUtsPlugin": "4.41"
2328
- }
2503
+ },
2504
+ "harmony": {
2505
+ "osVer": "5.0.0",
2506
+ "uniVer": "4.23",
2507
+ "unixVer": "4.61",
2508
+ }
2329
2509
  },
2330
2510
  "mp": {
2331
2511
  "weixin": {
@@ -2394,7 +2574,12 @@ export interface InnerAudioContext {
2394
2574
  "uniUtsPlugin": "x",
2395
2575
  "unixVer": "4.41",
2396
2576
  "unixUtsPlugin": "4.41"
2397
- }
2577
+ },
2578
+ "harmony": {
2579
+ "osVer": "5.0.0",
2580
+ "uniVer": "4.23",
2581
+ "unixVer": "4.61",
2582
+ }
2398
2583
  },
2399
2584
  "mp": {
2400
2585
  "weixin": {
@@ -2519,7 +2704,12 @@ export type CreateInnerAudioContextErrorCode =
2519
2704
  "uniUtsPlugin": "x",
2520
2705
  "unixVer": "4.41",
2521
2706
  "unixUtsPlugin": "4.41"
2522
- }
2707
+ },
2708
+ "harmony": {
2709
+ "osVer": "5.0.0",
2710
+ "uniVer": "4.23",
2711
+ "unixVer": "4.61",
2712
+ }
2523
2713
  },
2524
2714
  "web": {
2525
2715
  "uniVer": "x",
@@ -2545,7 +2735,12 @@ export type CreateInnerAudioContextErrorCode =
2545
2735
  "uniUtsPlugin": "x",
2546
2736
  "unixVer": "4.41",
2547
2737
  "unixUtsPlugin": "4.41"
2548
- }
2738
+ },
2739
+ "harmony": {
2740
+ "osVer": "5.0.0",
2741
+ "uniVer": "4.23",
2742
+ "unixVer": "4.61",
2743
+ }
2549
2744
  },
2550
2745
  "web": {
2551
2746
  "uniVer": "x",
@@ -2571,7 +2766,12 @@ export type CreateInnerAudioContextErrorCode =
2571
2766
  "uniUtsPlugin": "x",
2572
2767
  "unixVer": "4.41",
2573
2768
  "unixUtsPlugin": "4.41"
2574
- }
2769
+ },
2770
+ "harmony": {
2771
+ "osVer": "5.0.0",
2772
+ "uniVer": "4.23",
2773
+ "unixVer": "4.61",
2774
+ }
2575
2775
  },
2576
2776
  "web": {
2577
2777
  "uniVer": "x",
@@ -2597,7 +2797,12 @@ export type CreateInnerAudioContextErrorCode =
2597
2797
  "uniUtsPlugin": "x",
2598
2798
  "unixVer": "4.41",
2599
2799
  "unixUtsPlugin": "4.41"
2600
- }
2800
+ },
2801
+ "harmony": {
2802
+ "osVer": "5.0.0",
2803
+ "uniVer": "4.23",
2804
+ "unixVer": "4.61",
2805
+ }
2601
2806
  },
2602
2807
  "web": {
2603
2808
  "uniVer": "x",
@@ -2623,7 +2828,12 @@ export type CreateInnerAudioContextErrorCode =
2623
2828
  "uniUtsPlugin": "x",
2624
2829
  "unixVer": "4.41",
2625
2830
  "unixUtsPlugin": "4.41"
2626
- }
2831
+ },
2832
+ "harmony": {
2833
+ "osVer": "5.0.0",
2834
+ "uniVer": "4.23",
2835
+ "unixVer": "4.61",
2836
+ }
2627
2837
  },
2628
2838
  "web": {
2629
2839
  "uniVer": "x",
@@ -2649,7 +2859,12 @@ export type CreateInnerAudioContextErrorCode =
2649
2859
  "uniUtsPlugin": "x",
2650
2860
  "unixVer": "4.41",
2651
2861
  "unixUtsPlugin": "4.41"
2652
- }
2862
+ },
2863
+ "harmony": {
2864
+ "osVer": "5.0.0",
2865
+ "uniVer": "4.23",
2866
+ "unixVer": "4.61",
2867
+ }
2653
2868
  },
2654
2869
  "web": {
2655
2870
  "uniVer": "x",