@dcloudio/uni-app-x 0.7.37 → 0.7.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/UniPage.d.ts +44 -9
- package/types/app.d.ts +8 -5
- package/types/native/AsyncApiResult.d.ts +1 -0
- package/types/native/IUniElement.d.ts +34 -0
- package/types/native/UniElement.d.ts +2 -1
- package/types/native/UniTextElement.d.ts +1 -0
- package/types/native/global.d.ts +10 -0
- package/types/page.d.ts +5 -5
- package/types/uni/env/index.d.ts +15 -1
- package/types/uni/global.d.ts +1 -0
- package/types/uni/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-global.d.ts +33 -0
- package/types/uni/uni-map-tencent-map.d.ts +52 -0
- package/types/uni/uts-plugin-api/global.d.ts +3 -0
- package/types/uni/uts-plugin-api/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +3119 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +58 -58
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
- package/types/uni/uts-plugin-extend/README.md +3 -0
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
- package/types/uni-cloud/interface.d.ts +91 -0
- package/uts-plugin.d.ts +3 -1
|
@@ -24,10 +24,45 @@ export type OnShowOptions = {
|
|
|
24
24
|
* },
|
|
25
25
|
* "mp": {
|
|
26
26
|
* "weixin": {
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
27
|
+
* "hostVer": "√",
|
|
28
|
+
* "uniVer": "√",
|
|
29
|
+
* "unixVer": "4.35"
|
|
30
30
|
* },
|
|
31
|
+
* "alipay": {
|
|
32
|
+
* "hostVer": "√",
|
|
33
|
+
* "uniVer": "√",
|
|
34
|
+
* "unixVer": "x"
|
|
35
|
+
* },
|
|
36
|
+
* "baidu": {
|
|
37
|
+
* "hostVer": "√",
|
|
38
|
+
* "uniVer": "√",
|
|
39
|
+
* "unixVer": "x"
|
|
40
|
+
* },
|
|
41
|
+
* "toutiao": {
|
|
42
|
+
* "hostVer": "√",
|
|
43
|
+
* "uniVer": "√",
|
|
44
|
+
* "unixVer": "x"
|
|
45
|
+
* },
|
|
46
|
+
* "lark": {
|
|
47
|
+
* "hostVer": "√",
|
|
48
|
+
* "uniVer": "√",
|
|
49
|
+
* "unixVer": "x"
|
|
50
|
+
* },
|
|
51
|
+
* "qq": {
|
|
52
|
+
* "hostVer": "√",
|
|
53
|
+
* "uniVer": "√",
|
|
54
|
+
* "unixVer": "x"
|
|
55
|
+
* },
|
|
56
|
+
* "kuaishou": {
|
|
57
|
+
* "hostVer": "√",
|
|
58
|
+
* "uniVer": "√",
|
|
59
|
+
* "unixVer": "x"
|
|
60
|
+
* },
|
|
61
|
+
* "jd": {
|
|
62
|
+
* "hostVer": "√",
|
|
63
|
+
* "uniVer": "√",
|
|
64
|
+
* "unixVer": "x"
|
|
65
|
+
* }
|
|
31
66
|
* },
|
|
32
67
|
* "web": {
|
|
33
68
|
* "uniVer": "√",
|
|
@@ -61,10 +96,45 @@ export type OnShowOptions = {
|
|
|
61
96
|
* },
|
|
62
97
|
* "mp": {
|
|
63
98
|
* "weixin": {
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
99
|
+
* "hostVer": "√",
|
|
100
|
+
* "uniVer": "x",
|
|
101
|
+
* "unixVer": "x"
|
|
67
102
|
* },
|
|
103
|
+
* "alipay": {
|
|
104
|
+
* "hostVer": "√",
|
|
105
|
+
* "uniVer": "x",
|
|
106
|
+
* "unixVer": "x"
|
|
107
|
+
* },
|
|
108
|
+
* "baidu": {
|
|
109
|
+
* "hostVer": "√",
|
|
110
|
+
* "uniVer": "x",
|
|
111
|
+
* "unixVer": "x"
|
|
112
|
+
* },
|
|
113
|
+
* "toutiao": {
|
|
114
|
+
* "hostVer": "√",
|
|
115
|
+
* "uniVer": "x",
|
|
116
|
+
* "unixVer": "x"
|
|
117
|
+
* },
|
|
118
|
+
* "lark": {
|
|
119
|
+
* "hostVer": "√",
|
|
120
|
+
* "uniVer": "x",
|
|
121
|
+
* "unixVer": "x"
|
|
122
|
+
* },
|
|
123
|
+
* "qq": {
|
|
124
|
+
* "hostVer": "√",
|
|
125
|
+
* "uniVer": "x",
|
|
126
|
+
* "unixVer": "x"
|
|
127
|
+
* },
|
|
128
|
+
* "kuaishou": {
|
|
129
|
+
* "hostVer": "√",
|
|
130
|
+
* "uniVer": "x",
|
|
131
|
+
* "unixVer": "x"
|
|
132
|
+
* },
|
|
133
|
+
* "jd": {
|
|
134
|
+
* "hostVer": "√",
|
|
135
|
+
* "uniVer": "x",
|
|
136
|
+
* "unixVer": "x"
|
|
137
|
+
* }
|
|
68
138
|
* },
|
|
69
139
|
* "web": {
|
|
70
140
|
* "uniVer": "x",
|
|
@@ -98,10 +168,45 @@ export type OnShowOptions = {
|
|
|
98
168
|
* },
|
|
99
169
|
* "mp": {
|
|
100
170
|
* "weixin": {
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
171
|
+
* "hostVer": "√",
|
|
172
|
+
* "uniVer": "x",
|
|
173
|
+
* "unixVer": "x"
|
|
174
|
+
* },
|
|
175
|
+
* "alipay": {
|
|
176
|
+
* "hostVer": "√",
|
|
177
|
+
* "uniVer": "x",
|
|
178
|
+
* "unixVer": "x"
|
|
179
|
+
* },
|
|
180
|
+
* "baidu": {
|
|
181
|
+
* "hostVer": "√",
|
|
182
|
+
* "uniVer": "x",
|
|
183
|
+
* "unixVer": "x"
|
|
184
|
+
* },
|
|
185
|
+
* "toutiao": {
|
|
186
|
+
* "hostVer": "√",
|
|
187
|
+
* "uniVer": "x",
|
|
188
|
+
* "unixVer": "x"
|
|
104
189
|
* },
|
|
190
|
+
* "lark": {
|
|
191
|
+
* "hostVer": "√",
|
|
192
|
+
* "uniVer": "x",
|
|
193
|
+
* "unixVer": "x"
|
|
194
|
+
* },
|
|
195
|
+
* "qq": {
|
|
196
|
+
* "hostVer": "√",
|
|
197
|
+
* "uniVer": "x",
|
|
198
|
+
* "unixVer": "x"
|
|
199
|
+
* },
|
|
200
|
+
* "kuaishou": {
|
|
201
|
+
* "hostVer": "√",
|
|
202
|
+
* "uniVer": "x",
|
|
203
|
+
* "unixVer": "x"
|
|
204
|
+
* },
|
|
205
|
+
* "jd": {
|
|
206
|
+
* "hostVer": "√",
|
|
207
|
+
* "uniVer": "x",
|
|
208
|
+
* "unixVer": "x"
|
|
209
|
+
* }
|
|
105
210
|
* },
|
|
106
211
|
* "web": {
|
|
107
212
|
* "uniVer": "x",
|
|
@@ -140,10 +245,45 @@ export interface Uni {
|
|
|
140
245
|
* },
|
|
141
246
|
* "mp": {
|
|
142
247
|
* "weixin": {
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
248
|
+
* "hostVer": "√",
|
|
249
|
+
* "uniVer": "√",
|
|
250
|
+
* "unixVer": "4.35"
|
|
251
|
+
* },
|
|
252
|
+
* "alipay": {
|
|
253
|
+
* "hostVer": "√",
|
|
254
|
+
* "uniVer": "√",
|
|
255
|
+
* "unixVer": "x"
|
|
256
|
+
* },
|
|
257
|
+
* "baidu": {
|
|
258
|
+
* "hostVer": "√",
|
|
259
|
+
* "uniVer": "√",
|
|
260
|
+
* "unixVer": "x"
|
|
261
|
+
* },
|
|
262
|
+
* "toutiao": {
|
|
263
|
+
* "hostVer": "√",
|
|
264
|
+
* "uniVer": "√",
|
|
265
|
+
* "unixVer": "x"
|
|
146
266
|
* },
|
|
267
|
+
* "lark": {
|
|
268
|
+
* "hostVer": "√",
|
|
269
|
+
* "uniVer": "√",
|
|
270
|
+
* "unixVer": "x"
|
|
271
|
+
* },
|
|
272
|
+
* "qq": {
|
|
273
|
+
* "hostVer": "√",
|
|
274
|
+
* "uniVer": "√",
|
|
275
|
+
* "unixVer": "x"
|
|
276
|
+
* },
|
|
277
|
+
* "kuaishou": {
|
|
278
|
+
* "hostVer": "√",
|
|
279
|
+
* "uniVer": "√",
|
|
280
|
+
* "unixVer": "x"
|
|
281
|
+
* },
|
|
282
|
+
* "jd": {
|
|
283
|
+
* "hostVer": "√",
|
|
284
|
+
* "uniVer": "√",
|
|
285
|
+
* "unixVer": "x"
|
|
286
|
+
* }
|
|
147
287
|
* },
|
|
148
288
|
* "web": {
|
|
149
289
|
* "uniVer": "√",
|
|
@@ -25,10 +25,45 @@ export type OnLaunchOptions = {
|
|
|
25
25
|
* },
|
|
26
26
|
* "mp": {
|
|
27
27
|
* "weixin": {
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
28
|
+
* "hostVer": "√",
|
|
29
|
+
* "uniVer": "√",
|
|
30
|
+
* "unixVer": "4.35"
|
|
31
|
+
* },
|
|
32
|
+
* "alipay": {
|
|
33
|
+
* "hostVer": "√",
|
|
34
|
+
* "uniVer": "√",
|
|
35
|
+
* "unixVer": "x"
|
|
36
|
+
* },
|
|
37
|
+
* "baidu": {
|
|
38
|
+
* "hostVer": "√",
|
|
39
|
+
* "uniVer": "√",
|
|
40
|
+
* "unixVer": "x"
|
|
41
|
+
* },
|
|
42
|
+
* "toutiao": {
|
|
43
|
+
* "hostVer": "√",
|
|
44
|
+
* "uniVer": "√",
|
|
45
|
+
* "unixVer": "x"
|
|
31
46
|
* },
|
|
47
|
+
* "lark": {
|
|
48
|
+
* "hostVer": "√",
|
|
49
|
+
* "uniVer": "√",
|
|
50
|
+
* "unixVer": "x"
|
|
51
|
+
* },
|
|
52
|
+
* "qq": {
|
|
53
|
+
* "hostVer": "√",
|
|
54
|
+
* "uniVer": "√",
|
|
55
|
+
* "unixVer": "x"
|
|
56
|
+
* },
|
|
57
|
+
* "kuaishou": {
|
|
58
|
+
* "hostVer": "√",
|
|
59
|
+
* "uniVer": "√",
|
|
60
|
+
* "unixVer": "x"
|
|
61
|
+
* },
|
|
62
|
+
* "jd": {
|
|
63
|
+
* "hostVer": "√",
|
|
64
|
+
* "uniVer": "√",
|
|
65
|
+
* "unixVer": "x"
|
|
66
|
+
* }
|
|
32
67
|
* },
|
|
33
68
|
* "web": {
|
|
34
69
|
* "uniVer": "√",
|
|
@@ -63,10 +98,45 @@ export type OnLaunchOptions = {
|
|
|
63
98
|
* },
|
|
64
99
|
* "mp": {
|
|
65
100
|
* "weixin": {
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
101
|
+
* "hostVer": "√",
|
|
102
|
+
* "uniVer": "x",
|
|
103
|
+
* "unixVer": "x"
|
|
104
|
+
* },
|
|
105
|
+
* "alipay": {
|
|
106
|
+
* "hostVer": "√",
|
|
107
|
+
* "uniVer": "x",
|
|
108
|
+
* "unixVer": "x"
|
|
109
|
+
* },
|
|
110
|
+
* "baidu": {
|
|
111
|
+
* "hostVer": "√",
|
|
112
|
+
* "uniVer": "x",
|
|
113
|
+
* "unixVer": "x"
|
|
114
|
+
* },
|
|
115
|
+
* "toutiao": {
|
|
116
|
+
* "hostVer": "√",
|
|
117
|
+
* "uniVer": "x",
|
|
118
|
+
* "unixVer": "x"
|
|
69
119
|
* },
|
|
120
|
+
* "lark": {
|
|
121
|
+
* "hostVer": "√",
|
|
122
|
+
* "uniVer": "x",
|
|
123
|
+
* "unixVer": "x"
|
|
124
|
+
* },
|
|
125
|
+
* "qq": {
|
|
126
|
+
* "hostVer": "√",
|
|
127
|
+
* "uniVer": "x",
|
|
128
|
+
* "unixVer": "x"
|
|
129
|
+
* },
|
|
130
|
+
* "kuaishou": {
|
|
131
|
+
* "hostVer": "√",
|
|
132
|
+
* "uniVer": "x",
|
|
133
|
+
* "unixVer": "x"
|
|
134
|
+
* },
|
|
135
|
+
* "jd": {
|
|
136
|
+
* "hostVer": "√",
|
|
137
|
+
* "uniVer": "x",
|
|
138
|
+
* "unixVer": "x"
|
|
139
|
+
* }
|
|
70
140
|
* },
|
|
71
141
|
* "web": {
|
|
72
142
|
* "uniVer": "x",
|
|
@@ -101,10 +171,45 @@ export type OnLaunchOptions = {
|
|
|
101
171
|
* },
|
|
102
172
|
* "mp": {
|
|
103
173
|
* "weixin": {
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
174
|
+
* "hostVer": "√",
|
|
175
|
+
* "uniVer": "x",
|
|
176
|
+
* "unixVer": "x"
|
|
177
|
+
* },
|
|
178
|
+
* "alipay": {
|
|
179
|
+
* "hostVer": "√",
|
|
180
|
+
* "uniVer": "x",
|
|
181
|
+
* "unixVer": "x"
|
|
182
|
+
* },
|
|
183
|
+
* "baidu": {
|
|
184
|
+
* "hostVer": "√",
|
|
185
|
+
* "uniVer": "x",
|
|
186
|
+
* "unixVer": "x"
|
|
187
|
+
* },
|
|
188
|
+
* "toutiao": {
|
|
189
|
+
* "hostVer": "√",
|
|
190
|
+
* "uniVer": "x",
|
|
191
|
+
* "unixVer": "x"
|
|
107
192
|
* },
|
|
193
|
+
* "lark": {
|
|
194
|
+
* "hostVer": "√",
|
|
195
|
+
* "uniVer": "x",
|
|
196
|
+
* "unixVer": "x"
|
|
197
|
+
* },
|
|
198
|
+
* "qq": {
|
|
199
|
+
* "hostVer": "√",
|
|
200
|
+
* "uniVer": "x",
|
|
201
|
+
* "unixVer": "x"
|
|
202
|
+
* },
|
|
203
|
+
* "kuaishou": {
|
|
204
|
+
* "hostVer": "√",
|
|
205
|
+
* "uniVer": "x",
|
|
206
|
+
* "unixVer": "x"
|
|
207
|
+
* },
|
|
208
|
+
* "jd": {
|
|
209
|
+
* "hostVer": "√",
|
|
210
|
+
* "uniVer": "x",
|
|
211
|
+
* "unixVer": "x"
|
|
212
|
+
* }
|
|
108
213
|
* },
|
|
109
214
|
* "web": {
|
|
110
215
|
* "uniVer": "x",
|
|
@@ -144,10 +249,45 @@ export interface Uni {
|
|
|
144
249
|
* },
|
|
145
250
|
* "mp": {
|
|
146
251
|
* "weixin": {
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
252
|
+
* "hostVer": "√",
|
|
253
|
+
* "uniVer": "√",
|
|
254
|
+
* "unixVer": "4.35"
|
|
255
|
+
* },
|
|
256
|
+
* "alipay": {
|
|
257
|
+
* "hostVer": "√",
|
|
258
|
+
* "uniVer": "√",
|
|
259
|
+
* "unixVer": "x"
|
|
260
|
+
* },
|
|
261
|
+
* "baidu": {
|
|
262
|
+
* "hostVer": "√",
|
|
263
|
+
* "uniVer": "√",
|
|
264
|
+
* "unixVer": "x"
|
|
265
|
+
* },
|
|
266
|
+
* "toutiao": {
|
|
267
|
+
* "hostVer": "√",
|
|
268
|
+
* "uniVer": "√",
|
|
269
|
+
* "unixVer": "x"
|
|
150
270
|
* },
|
|
271
|
+
* "lark": {
|
|
272
|
+
* "hostVer": "√",
|
|
273
|
+
* "uniVer": "√",
|
|
274
|
+
* "unixVer": "x"
|
|
275
|
+
* },
|
|
276
|
+
* "qq": {
|
|
277
|
+
* "hostVer": "√",
|
|
278
|
+
* "uniVer": "√",
|
|
279
|
+
* "unixVer": "x"
|
|
280
|
+
* },
|
|
281
|
+
* "kuaishou": {
|
|
282
|
+
* "hostVer": "√",
|
|
283
|
+
* "uniVer": "√",
|
|
284
|
+
* "unixVer": "x"
|
|
285
|
+
* },
|
|
286
|
+
* "jd": {
|
|
287
|
+
* "hostVer": "√",
|
|
288
|
+
* "uniVer": "√",
|
|
289
|
+
* "unixVer": "x"
|
|
290
|
+
* }
|
|
151
291
|
* },
|
|
152
292
|
* "web": {
|
|
153
293
|
* "uniVer": "√",
|