@dcloudio/uni-app-x 0.7.36 → 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 +2 -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
|
@@ -1,5 +1,73 @@
|
|
|
1
1
|
|
|
2
2
|
export type ReadFileSuccessResult = {
|
|
3
|
+
/**
|
|
4
|
+
* 读取的内容,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer,类型改成了any,请在使用时手动as为指定类型
|
|
5
|
+
* @uniPlatform {
|
|
6
|
+
* "app": {
|
|
7
|
+
* "android": {
|
|
8
|
+
* "osVer": "5.0",
|
|
9
|
+
* "uniVer": "√",
|
|
10
|
+
* "unixVer": "4.31"
|
|
11
|
+
* },
|
|
12
|
+
* "ios": {
|
|
13
|
+
* "osVer": "12.0",
|
|
14
|
+
* "uniVer": "x",
|
|
15
|
+
* "unixVer": "x"
|
|
16
|
+
* },
|
|
17
|
+
* "harmony": {
|
|
18
|
+
* "osVer": "x",
|
|
19
|
+
* "uniVer": "x",
|
|
20
|
+
* "unixVer": "x"
|
|
21
|
+
* }
|
|
22
|
+
* },
|
|
23
|
+
* "mp": {
|
|
24
|
+
* "weixin": {
|
|
25
|
+
* "hostVer": "√",
|
|
26
|
+
* "uniVer": "√",
|
|
27
|
+
* "unixVer": "4.35"
|
|
28
|
+
* },
|
|
29
|
+
* "alipay": {
|
|
30
|
+
* "hostVer": "√",
|
|
31
|
+
* "uniVer": "√",
|
|
32
|
+
* "unixVer": "x"
|
|
33
|
+
* },
|
|
34
|
+
* "baidu": {
|
|
35
|
+
* "hostVer": "√",
|
|
36
|
+
* "uniVer": "√",
|
|
37
|
+
* "unixVer": "x"
|
|
38
|
+
* },
|
|
39
|
+
* "toutiao": {
|
|
40
|
+
* "hostVer": "√",
|
|
41
|
+
* "uniVer": "√",
|
|
42
|
+
* "unixVer": "x"
|
|
43
|
+
* },
|
|
44
|
+
* "lark": {
|
|
45
|
+
* "hostVer": "√",
|
|
46
|
+
* "uniVer": "√",
|
|
47
|
+
* "unixVer": "x"
|
|
48
|
+
* },
|
|
49
|
+
* "qq": {
|
|
50
|
+
* "hostVer": "√",
|
|
51
|
+
* "uniVer": "√",
|
|
52
|
+
* "unixVer": "x"
|
|
53
|
+
* },
|
|
54
|
+
* "kuaishou": {
|
|
55
|
+
* "hostVer": "√",
|
|
56
|
+
* "uniVer": "√",
|
|
57
|
+
* "unixVer": "x"
|
|
58
|
+
* },
|
|
59
|
+
* "jd": {
|
|
60
|
+
* "hostVer": "√",
|
|
61
|
+
* "uniVer": "√",
|
|
62
|
+
* "unixVer": "x"
|
|
63
|
+
* }
|
|
64
|
+
* },
|
|
65
|
+
* "web": {
|
|
66
|
+
* "uniVer": "x",
|
|
67
|
+
* "unixVer": "x"
|
|
68
|
+
* }
|
|
69
|
+
* }
|
|
70
|
+
*/
|
|
3
71
|
data : any
|
|
4
72
|
}
|
|
5
73
|
|
|
@@ -35,7 +103,7 @@ export type ReadFileSuccessCallback = (res : ReadFileSuccessResult) => void
|
|
|
35
103
|
|
|
36
104
|
export type ReadFileOptions = {
|
|
37
105
|
/**
|
|
38
|
-
* base64 / utf-8,指定读取文件的字符编码,4.31
|
|
106
|
+
* base64 / utf-8,指定读取文件的字符编码,4.31及以后版本Android平台如果不传 encoding,则以 ArrayBuffer 格式读取文件的二进制内容
|
|
39
107
|
*/
|
|
40
108
|
encoding ?: "base64" | "utf-8",
|
|
41
109
|
/**
|
|
@@ -71,7 +139,72 @@ export type WriteFileOptions = {
|
|
|
71
139
|
*/
|
|
72
140
|
encoding ?: "ascii" | "base64" | "utf-8" ,
|
|
73
141
|
/**
|
|
74
|
-
*
|
|
142
|
+
* 写入的内容,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer,类型改成了any
|
|
143
|
+
* @uniPlatform {
|
|
144
|
+
* "app": {
|
|
145
|
+
* "android": {
|
|
146
|
+
* "osVer": "5.0",
|
|
147
|
+
* "uniVer": "√",
|
|
148
|
+
* "unixVer": "4.31"
|
|
149
|
+
* },
|
|
150
|
+
* "ios": {
|
|
151
|
+
* "osVer": "12.0",
|
|
152
|
+
* "uniVer": "x",
|
|
153
|
+
* "unixVer": "x"
|
|
154
|
+
* },
|
|
155
|
+
* "harmony": {
|
|
156
|
+
* "osVer": "x",
|
|
157
|
+
* "uniVer": "x",
|
|
158
|
+
* "unixVer": "x"
|
|
159
|
+
* }
|
|
160
|
+
* },
|
|
161
|
+
* "mp": {
|
|
162
|
+
* "weixin": {
|
|
163
|
+
* "hostVer": "√",
|
|
164
|
+
* "uniVer": "√",
|
|
165
|
+
* "unixVer": "4.35"
|
|
166
|
+
* },
|
|
167
|
+
* "alipay": {
|
|
168
|
+
* "hostVer": "√",
|
|
169
|
+
* "uniVer": "√",
|
|
170
|
+
* "unixVer": "x"
|
|
171
|
+
* },
|
|
172
|
+
* "baidu": {
|
|
173
|
+
* "hostVer": "√",
|
|
174
|
+
* "uniVer": "√",
|
|
175
|
+
* "unixVer": "x"
|
|
176
|
+
* },
|
|
177
|
+
* "toutiao": {
|
|
178
|
+
* "hostVer": "√",
|
|
179
|
+
* "uniVer": "√",
|
|
180
|
+
* "unixVer": "x"
|
|
181
|
+
* },
|
|
182
|
+
* "lark": {
|
|
183
|
+
* "hostVer": "√",
|
|
184
|
+
* "uniVer": "√",
|
|
185
|
+
* "unixVer": "x"
|
|
186
|
+
* },
|
|
187
|
+
* "qq": {
|
|
188
|
+
* "hostVer": "√",
|
|
189
|
+
* "uniVer": "√",
|
|
190
|
+
* "unixVer": "x"
|
|
191
|
+
* },
|
|
192
|
+
* "kuaishou": {
|
|
193
|
+
* "hostVer": "√",
|
|
194
|
+
* "uniVer": "√",
|
|
195
|
+
* "unixVer": "x"
|
|
196
|
+
* },
|
|
197
|
+
* "jd": {
|
|
198
|
+
* "hostVer": "√",
|
|
199
|
+
* "uniVer": "√",
|
|
200
|
+
* "unixVer": "x"
|
|
201
|
+
* }
|
|
202
|
+
* },
|
|
203
|
+
* "web": {
|
|
204
|
+
* "uniVer": "x",
|
|
205
|
+
* "unixVer": "x"
|
|
206
|
+
* }
|
|
207
|
+
* }
|
|
75
208
|
*/
|
|
76
209
|
data : any,
|
|
77
210
|
/**
|
|
@@ -100,7 +233,72 @@ export type AppendFileOptions = {
|
|
|
100
233
|
*/
|
|
101
234
|
encoding ?: "ascii" | "base64" | "utf-8",
|
|
102
235
|
/**
|
|
103
|
-
*
|
|
236
|
+
* 要追加的文本或二进制数据,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer,类型改成了any
|
|
237
|
+
* @uniPlatform {
|
|
238
|
+
* "app": {
|
|
239
|
+
* "android": {
|
|
240
|
+
* "osVer": "5.0",
|
|
241
|
+
* "uniVer": "√",
|
|
242
|
+
* "unixVer": "4.31"
|
|
243
|
+
* },
|
|
244
|
+
* "ios": {
|
|
245
|
+
* "osVer": "12.0",
|
|
246
|
+
* "uniVer": "x",
|
|
247
|
+
* "unixVer": "x"
|
|
248
|
+
* },
|
|
249
|
+
* "harmony": {
|
|
250
|
+
* "osVer": "x",
|
|
251
|
+
* "uniVer": "x",
|
|
252
|
+
* "unixVer": "x"
|
|
253
|
+
* }
|
|
254
|
+
* },
|
|
255
|
+
* "mp": {
|
|
256
|
+
* "weixin": {
|
|
257
|
+
* "hostVer": "√",
|
|
258
|
+
* "uniVer": "√",
|
|
259
|
+
* "unixVer": "4.35"
|
|
260
|
+
* },
|
|
261
|
+
* "alipay": {
|
|
262
|
+
* "hostVer": "√",
|
|
263
|
+
* "uniVer": "√",
|
|
264
|
+
* "unixVer": "x"
|
|
265
|
+
* },
|
|
266
|
+
* "baidu": {
|
|
267
|
+
* "hostVer": "√",
|
|
268
|
+
* "uniVer": "√",
|
|
269
|
+
* "unixVer": "x"
|
|
270
|
+
* },
|
|
271
|
+
* "toutiao": {
|
|
272
|
+
* "hostVer": "√",
|
|
273
|
+
* "uniVer": "√",
|
|
274
|
+
* "unixVer": "x"
|
|
275
|
+
* },
|
|
276
|
+
* "lark": {
|
|
277
|
+
* "hostVer": "√",
|
|
278
|
+
* "uniVer": "√",
|
|
279
|
+
* "unixVer": "x"
|
|
280
|
+
* },
|
|
281
|
+
* "qq": {
|
|
282
|
+
* "hostVer": "√",
|
|
283
|
+
* "uniVer": "√",
|
|
284
|
+
* "unixVer": "x"
|
|
285
|
+
* },
|
|
286
|
+
* "kuaishou": {
|
|
287
|
+
* "hostVer": "√",
|
|
288
|
+
* "uniVer": "√",
|
|
289
|
+
* "unixVer": "x"
|
|
290
|
+
* },
|
|
291
|
+
* "jd": {
|
|
292
|
+
* "hostVer": "√",
|
|
293
|
+
* "uniVer": "√",
|
|
294
|
+
* "unixVer": "x"
|
|
295
|
+
* }
|
|
296
|
+
* },
|
|
297
|
+
* "web": {
|
|
298
|
+
* "uniVer": "x",
|
|
299
|
+
* "unixVer": "x"
|
|
300
|
+
* }
|
|
301
|
+
* }
|
|
104
302
|
*/
|
|
105
303
|
data : any,
|
|
106
304
|
/**
|
|
@@ -611,19 +809,280 @@ export type WriteOptions = {
|
|
|
611
809
|
*/
|
|
612
810
|
fd : string,
|
|
613
811
|
/**
|
|
614
|
-
* 写入的内容,类型为 String 或 ArrayBuffer
|
|
812
|
+
* 写入的内容,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer,类型改成了any
|
|
813
|
+
* @uniPlatform {
|
|
814
|
+
* "app": {
|
|
815
|
+
* "android": {
|
|
816
|
+
* "osVer": "5.0",
|
|
817
|
+
* "uniVer": "√",
|
|
818
|
+
* "unixVer": "4.31"
|
|
819
|
+
* },
|
|
820
|
+
* "ios": {
|
|
821
|
+
* "osVer": "12.0",
|
|
822
|
+
* "uniVer": "x",
|
|
823
|
+
* "unixVer": "x"
|
|
824
|
+
* },
|
|
825
|
+
* "harmony": {
|
|
826
|
+
* "osVer": "x",
|
|
827
|
+
* "uniVer": "x",
|
|
828
|
+
* "unixVer": "x"
|
|
829
|
+
* }
|
|
830
|
+
* },
|
|
831
|
+
* "mp": {
|
|
832
|
+
* "weixin": {
|
|
833
|
+
* "hostVer": "√",
|
|
834
|
+
* "uniVer": "√",
|
|
835
|
+
* "unixVer": "4.35"
|
|
836
|
+
* },
|
|
837
|
+
* "alipay": {
|
|
838
|
+
* "hostVer": "√",
|
|
839
|
+
* "uniVer": "√",
|
|
840
|
+
* "unixVer": "x"
|
|
841
|
+
* },
|
|
842
|
+
* "baidu": {
|
|
843
|
+
* "hostVer": "√",
|
|
844
|
+
* "uniVer": "√",
|
|
845
|
+
* "unixVer": "x"
|
|
846
|
+
* },
|
|
847
|
+
* "toutiao": {
|
|
848
|
+
* "hostVer": "√",
|
|
849
|
+
* "uniVer": "√",
|
|
850
|
+
* "unixVer": "x"
|
|
851
|
+
* },
|
|
852
|
+
* "lark": {
|
|
853
|
+
* "hostVer": "√",
|
|
854
|
+
* "uniVer": "√",
|
|
855
|
+
* "unixVer": "x"
|
|
856
|
+
* },
|
|
857
|
+
* "qq": {
|
|
858
|
+
* "hostVer": "√",
|
|
859
|
+
* "uniVer": "√",
|
|
860
|
+
* "unixVer": "x"
|
|
861
|
+
* },
|
|
862
|
+
* "kuaishou": {
|
|
863
|
+
* "hostVer": "√",
|
|
864
|
+
* "uniVer": "√",
|
|
865
|
+
* "unixVer": "x"
|
|
866
|
+
* },
|
|
867
|
+
* "jd": {
|
|
868
|
+
* "hostVer": "√",
|
|
869
|
+
* "uniVer": "√",
|
|
870
|
+
* "unixVer": "x"
|
|
871
|
+
* }
|
|
872
|
+
* },
|
|
873
|
+
* "web": {
|
|
874
|
+
* "uniVer": "x",
|
|
875
|
+
* "unixVer": "x"
|
|
876
|
+
* }
|
|
877
|
+
* }
|
|
615
878
|
*/
|
|
616
879
|
data : any,
|
|
617
880
|
/**
|
|
618
881
|
* 4.31及以后版本新增,只在 data 类型是 ArrayBuffer 时有效,决定 ArrayBuffer 中要被写入的部位,即 ArrayBuffer 中的索引,默认0
|
|
882
|
+
* @defaultValue 0
|
|
883
|
+
* @uniPlatform {
|
|
884
|
+
* "app": {
|
|
885
|
+
* "android": {
|
|
886
|
+
* "osVer": "5.0",
|
|
887
|
+
* "uniVer": "√",
|
|
888
|
+
* "unixVer": "4.31"
|
|
889
|
+
* },
|
|
890
|
+
* "ios": {
|
|
891
|
+
* "osVer": "12.0",
|
|
892
|
+
* "uniVer": "x",
|
|
893
|
+
* "unixVer": "x"
|
|
894
|
+
* },
|
|
895
|
+
* "harmony": {
|
|
896
|
+
* "osVer": "x",
|
|
897
|
+
* "uniVer": "x",
|
|
898
|
+
* "unixVer": "x"
|
|
899
|
+
* }
|
|
900
|
+
* },
|
|
901
|
+
* "mp": {
|
|
902
|
+
* "weixin": {
|
|
903
|
+
* "hostVer": "√",
|
|
904
|
+
* "uniVer": "√",
|
|
905
|
+
* "unixVer": "4.35"
|
|
906
|
+
* },
|
|
907
|
+
* "alipay": {
|
|
908
|
+
* "hostVer": "√",
|
|
909
|
+
* "uniVer": "√",
|
|
910
|
+
* "unixVer": "x"
|
|
911
|
+
* },
|
|
912
|
+
* "baidu": {
|
|
913
|
+
* "hostVer": "√",
|
|
914
|
+
* "uniVer": "√",
|
|
915
|
+
* "unixVer": "x"
|
|
916
|
+
* },
|
|
917
|
+
* "toutiao": {
|
|
918
|
+
* "hostVer": "√",
|
|
919
|
+
* "uniVer": "√",
|
|
920
|
+
* "unixVer": "x"
|
|
921
|
+
* },
|
|
922
|
+
* "lark": {
|
|
923
|
+
* "hostVer": "√",
|
|
924
|
+
* "uniVer": "√",
|
|
925
|
+
* "unixVer": "x"
|
|
926
|
+
* },
|
|
927
|
+
* "qq": {
|
|
928
|
+
* "hostVer": "√",
|
|
929
|
+
* "uniVer": "√",
|
|
930
|
+
* "unixVer": "x"
|
|
931
|
+
* },
|
|
932
|
+
* "kuaishou": {
|
|
933
|
+
* "hostVer": "√",
|
|
934
|
+
* "uniVer": "√",
|
|
935
|
+
* "unixVer": "x"
|
|
936
|
+
* },
|
|
937
|
+
* "jd": {
|
|
938
|
+
* "hostVer": "√",
|
|
939
|
+
* "uniVer": "√",
|
|
940
|
+
* "unixVer": "x"
|
|
941
|
+
* }
|
|
942
|
+
* },
|
|
943
|
+
* "web": {
|
|
944
|
+
* "uniVer": "x",
|
|
945
|
+
* "unixVer": "x"
|
|
946
|
+
* }
|
|
947
|
+
* }
|
|
619
948
|
*/
|
|
620
949
|
offset ?: number,
|
|
621
950
|
/**
|
|
622
951
|
* 4.31及以后版本新增,只在 data 类型是 ArrayBuffer 时有效,指定要写入的字节数,默认为 ArrayBuffer 从0开始偏移 offset 个字节后剩余的字节数
|
|
952
|
+
* @uniPlatform {
|
|
953
|
+
* "app": {
|
|
954
|
+
* "android": {
|
|
955
|
+
* "osVer": "5.0",
|
|
956
|
+
* "uniVer": "√",
|
|
957
|
+
* "unixVer": "4.31"
|
|
958
|
+
* },
|
|
959
|
+
* "ios": {
|
|
960
|
+
* "osVer": "12.0",
|
|
961
|
+
* "uniVer": "x",
|
|
962
|
+
* "unixVer": "x"
|
|
963
|
+
* },
|
|
964
|
+
* "harmony": {
|
|
965
|
+
* "osVer": "x",
|
|
966
|
+
* "uniVer": "x",
|
|
967
|
+
* "unixVer": "x"
|
|
968
|
+
* }
|
|
969
|
+
* },
|
|
970
|
+
* "mp": {
|
|
971
|
+
* "weixin": {
|
|
972
|
+
* "hostVer": "√",
|
|
973
|
+
* "uniVer": "√",
|
|
974
|
+
* "unixVer": "4.35"
|
|
975
|
+
* },
|
|
976
|
+
* "alipay": {
|
|
977
|
+
* "hostVer": "√",
|
|
978
|
+
* "uniVer": "√",
|
|
979
|
+
* "unixVer": "x"
|
|
980
|
+
* },
|
|
981
|
+
* "baidu": {
|
|
982
|
+
* "hostVer": "√",
|
|
983
|
+
* "uniVer": "√",
|
|
984
|
+
* "unixVer": "x"
|
|
985
|
+
* },
|
|
986
|
+
* "toutiao": {
|
|
987
|
+
* "hostVer": "√",
|
|
988
|
+
* "uniVer": "√",
|
|
989
|
+
* "unixVer": "x"
|
|
990
|
+
* },
|
|
991
|
+
* "lark": {
|
|
992
|
+
* "hostVer": "√",
|
|
993
|
+
* "uniVer": "√",
|
|
994
|
+
* "unixVer": "x"
|
|
995
|
+
* },
|
|
996
|
+
* "qq": {
|
|
997
|
+
* "hostVer": "√",
|
|
998
|
+
* "uniVer": "√",
|
|
999
|
+
* "unixVer": "x"
|
|
1000
|
+
* },
|
|
1001
|
+
* "kuaishou": {
|
|
1002
|
+
* "hostVer": "√",
|
|
1003
|
+
* "uniVer": "√",
|
|
1004
|
+
* "unixVer": "x"
|
|
1005
|
+
* },
|
|
1006
|
+
* "jd": {
|
|
1007
|
+
* "hostVer": "√",
|
|
1008
|
+
* "uniVer": "√",
|
|
1009
|
+
* "unixVer": "x"
|
|
1010
|
+
* }
|
|
1011
|
+
* },
|
|
1012
|
+
* "web": {
|
|
1013
|
+
* "uniVer": "x",
|
|
1014
|
+
* "unixVer": "x"
|
|
1015
|
+
* }
|
|
1016
|
+
* }
|
|
623
1017
|
*/
|
|
624
1018
|
length ?: number,
|
|
625
1019
|
/**
|
|
626
1020
|
* 4.31及以后版本新增,指定文件开头的偏移量,即数据要被写入的位置。当 position 不传或者传入非 Number 类型的值时,数据会被写入当前指针所在位置。
|
|
1021
|
+
* @uniPlatform {
|
|
1022
|
+
* "app": {
|
|
1023
|
+
* "android": {
|
|
1024
|
+
* "osVer": "5.0",
|
|
1025
|
+
* "uniVer": "√",
|
|
1026
|
+
* "unixVer": "4.31"
|
|
1027
|
+
* },
|
|
1028
|
+
* "ios": {
|
|
1029
|
+
* "osVer": "12.0",
|
|
1030
|
+
* "uniVer": "x",
|
|
1031
|
+
* "unixVer": "x"
|
|
1032
|
+
* },
|
|
1033
|
+
* "harmony": {
|
|
1034
|
+
* "osVer": "x",
|
|
1035
|
+
* "uniVer": "x",
|
|
1036
|
+
* "unixVer": "x"
|
|
1037
|
+
* }
|
|
1038
|
+
* },
|
|
1039
|
+
* "mp": {
|
|
1040
|
+
* "weixin": {
|
|
1041
|
+
* "hostVer": "√",
|
|
1042
|
+
* "uniVer": "√",
|
|
1043
|
+
* "unixVer": "4.35"
|
|
1044
|
+
* },
|
|
1045
|
+
* "alipay": {
|
|
1046
|
+
* "hostVer": "√",
|
|
1047
|
+
* "uniVer": "√",
|
|
1048
|
+
* "unixVer": "x"
|
|
1049
|
+
* },
|
|
1050
|
+
* "baidu": {
|
|
1051
|
+
* "hostVer": "√",
|
|
1052
|
+
* "uniVer": "√",
|
|
1053
|
+
* "unixVer": "x"
|
|
1054
|
+
* },
|
|
1055
|
+
* "toutiao": {
|
|
1056
|
+
* "hostVer": "√",
|
|
1057
|
+
* "uniVer": "√",
|
|
1058
|
+
* "unixVer": "x"
|
|
1059
|
+
* },
|
|
1060
|
+
* "lark": {
|
|
1061
|
+
* "hostVer": "√",
|
|
1062
|
+
* "uniVer": "√",
|
|
1063
|
+
* "unixVer": "x"
|
|
1064
|
+
* },
|
|
1065
|
+
* "qq": {
|
|
1066
|
+
* "hostVer": "√",
|
|
1067
|
+
* "uniVer": "√",
|
|
1068
|
+
* "unixVer": "x"
|
|
1069
|
+
* },
|
|
1070
|
+
* "kuaishou": {
|
|
1071
|
+
* "hostVer": "√",
|
|
1072
|
+
* "uniVer": "√",
|
|
1073
|
+
* "unixVer": "x"
|
|
1074
|
+
* },
|
|
1075
|
+
* "jd": {
|
|
1076
|
+
* "hostVer": "√",
|
|
1077
|
+
* "uniVer": "√",
|
|
1078
|
+
* "unixVer": "x"
|
|
1079
|
+
* }
|
|
1080
|
+
* },
|
|
1081
|
+
* "web": {
|
|
1082
|
+
* "uniVer": "x",
|
|
1083
|
+
* "unixVer": "x"
|
|
1084
|
+
* }
|
|
1085
|
+
* }
|
|
627
1086
|
*/
|
|
628
1087
|
position ?: number
|
|
629
1088
|
/**
|
|
@@ -655,7 +1114,72 @@ export type WriteSyncOptions = {
|
|
|
655
1114
|
*/
|
|
656
1115
|
fd : string,
|
|
657
1116
|
/**
|
|
658
|
-
* 写入的内容,类型为 String 或 ArrayBuffer,4.31
|
|
1117
|
+
* 写入的内容,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer,类型改成了any
|
|
1118
|
+
* @uniPlatform {
|
|
1119
|
+
* "app": {
|
|
1120
|
+
* "android": {
|
|
1121
|
+
* "osVer": "5.0",
|
|
1122
|
+
* "uniVer": "√",
|
|
1123
|
+
* "unixVer": "4.31"
|
|
1124
|
+
* },
|
|
1125
|
+
* "ios": {
|
|
1126
|
+
* "osVer": "12.0",
|
|
1127
|
+
* "uniVer": "x",
|
|
1128
|
+
* "unixVer": "x"
|
|
1129
|
+
* },
|
|
1130
|
+
* "harmony": {
|
|
1131
|
+
* "osVer": "x",
|
|
1132
|
+
* "uniVer": "x",
|
|
1133
|
+
* "unixVer": "x"
|
|
1134
|
+
* }
|
|
1135
|
+
* },
|
|
1136
|
+
* "mp": {
|
|
1137
|
+
* "weixin": {
|
|
1138
|
+
* "hostVer": "√",
|
|
1139
|
+
* "uniVer": "√",
|
|
1140
|
+
* "unixVer": "4.35"
|
|
1141
|
+
* },
|
|
1142
|
+
* "alipay": {
|
|
1143
|
+
* "hostVer": "√",
|
|
1144
|
+
* "uniVer": "√",
|
|
1145
|
+
* "unixVer": "x"
|
|
1146
|
+
* },
|
|
1147
|
+
* "baidu": {
|
|
1148
|
+
* "hostVer": "√",
|
|
1149
|
+
* "uniVer": "√",
|
|
1150
|
+
* "unixVer": "x"
|
|
1151
|
+
* },
|
|
1152
|
+
* "toutiao": {
|
|
1153
|
+
* "hostVer": "√",
|
|
1154
|
+
* "uniVer": "√",
|
|
1155
|
+
* "unixVer": "x"
|
|
1156
|
+
* },
|
|
1157
|
+
* "lark": {
|
|
1158
|
+
* "hostVer": "√",
|
|
1159
|
+
* "uniVer": "√",
|
|
1160
|
+
* "unixVer": "x"
|
|
1161
|
+
* },
|
|
1162
|
+
* "qq": {
|
|
1163
|
+
* "hostVer": "√",
|
|
1164
|
+
* "uniVer": "√",
|
|
1165
|
+
* "unixVer": "x"
|
|
1166
|
+
* },
|
|
1167
|
+
* "kuaishou": {
|
|
1168
|
+
* "hostVer": "√",
|
|
1169
|
+
* "uniVer": "√",
|
|
1170
|
+
* "unixVer": "x"
|
|
1171
|
+
* },
|
|
1172
|
+
* "jd": {
|
|
1173
|
+
* "hostVer": "√",
|
|
1174
|
+
* "uniVer": "√",
|
|
1175
|
+
* "unixVer": "x"
|
|
1176
|
+
* }
|
|
1177
|
+
* },
|
|
1178
|
+
* "web": {
|
|
1179
|
+
* "uniVer": "x",
|
|
1180
|
+
* "unixVer": "x"
|
|
1181
|
+
* }
|
|
1182
|
+
* }
|
|
659
1183
|
*/
|
|
660
1184
|
data : any,
|
|
661
1185
|
/**
|
|
@@ -663,11 +1187,209 @@ export type WriteSyncOptions = {
|
|
|
663
1187
|
* 支持:ascii base64 utf-8
|
|
664
1188
|
*/
|
|
665
1189
|
encoding ?: "ascii" | "base64" | "utf-8",
|
|
666
|
-
/** 只在 data 类型是 ArrayBuffer 时有效,指定要写入的字节数,默认为 arrayBuffer 从0开始偏移 offset 个字节后剩余的字节数 ,4.31
|
|
1190
|
+
/** 只在 data 类型是 ArrayBuffer 时有效,指定要写入的字节数,默认为 arrayBuffer 从0开始偏移 offset 个字节后剩余的字节数 ,4.31及以后版本新增
|
|
1191
|
+
* @uniPlatform {
|
|
1192
|
+
* "app": {
|
|
1193
|
+
* "android": {
|
|
1194
|
+
* "osVer": "5.0",
|
|
1195
|
+
* "uniVer": "√",
|
|
1196
|
+
* "unixVer": "4.31"
|
|
1197
|
+
* },
|
|
1198
|
+
* "ios": {
|
|
1199
|
+
* "osVer": "12.0",
|
|
1200
|
+
* "uniVer": "x",
|
|
1201
|
+
* "unixVer": "x"
|
|
1202
|
+
* },
|
|
1203
|
+
* "harmony": {
|
|
1204
|
+
* "osVer": "x",
|
|
1205
|
+
* "uniVer": "x",
|
|
1206
|
+
* "unixVer": "x"
|
|
1207
|
+
* }
|
|
1208
|
+
* },
|
|
1209
|
+
* "mp": {
|
|
1210
|
+
* "weixin": {
|
|
1211
|
+
* "hostVer": "√",
|
|
1212
|
+
* "uniVer": "√",
|
|
1213
|
+
* "unixVer": "4.35"
|
|
1214
|
+
* },
|
|
1215
|
+
* "alipay": {
|
|
1216
|
+
* "hostVer": "√",
|
|
1217
|
+
* "uniVer": "√",
|
|
1218
|
+
* "unixVer": "x"
|
|
1219
|
+
* },
|
|
1220
|
+
* "baidu": {
|
|
1221
|
+
* "hostVer": "√",
|
|
1222
|
+
* "uniVer": "√",
|
|
1223
|
+
* "unixVer": "x"
|
|
1224
|
+
* },
|
|
1225
|
+
* "toutiao": {
|
|
1226
|
+
* "hostVer": "√",
|
|
1227
|
+
* "uniVer": "√",
|
|
1228
|
+
* "unixVer": "x"
|
|
1229
|
+
* },
|
|
1230
|
+
* "lark": {
|
|
1231
|
+
* "hostVer": "√",
|
|
1232
|
+
* "uniVer": "√",
|
|
1233
|
+
* "unixVer": "x"
|
|
1234
|
+
* },
|
|
1235
|
+
* "qq": {
|
|
1236
|
+
* "hostVer": "√",
|
|
1237
|
+
* "uniVer": "√",
|
|
1238
|
+
* "unixVer": "x"
|
|
1239
|
+
* },
|
|
1240
|
+
* "kuaishou": {
|
|
1241
|
+
* "hostVer": "√",
|
|
1242
|
+
* "uniVer": "√",
|
|
1243
|
+
* "unixVer": "x"
|
|
1244
|
+
* },
|
|
1245
|
+
* "jd": {
|
|
1246
|
+
* "hostVer": "√",
|
|
1247
|
+
* "uniVer": "√",
|
|
1248
|
+
* "unixVer": "x"
|
|
1249
|
+
* }
|
|
1250
|
+
* },
|
|
1251
|
+
* "web": {
|
|
1252
|
+
* "uniVer": "x",
|
|
1253
|
+
* "unixVer": "x"
|
|
1254
|
+
* }
|
|
1255
|
+
* }
|
|
1256
|
+
*/
|
|
667
1257
|
length ?: number
|
|
668
|
-
/** 只在 data 类型是 ArrayBuffer 时有效,决定 arrayBuffe 中要被写入的部位,即 arrayBuffer 中的索引,默认0,4.31及以后版本新增
|
|
1258
|
+
/** 只在 data 类型是 ArrayBuffer 时有效,决定 arrayBuffe 中要被写入的部位,即 arrayBuffer 中的索引,默认0,4.31及以后版本新增
|
|
1259
|
+
* @uniPlatform {
|
|
1260
|
+
* "app": {
|
|
1261
|
+
* "android": {
|
|
1262
|
+
* "osVer": "5.0",
|
|
1263
|
+
* "uniVer": "√",
|
|
1264
|
+
* "unixVer": "4.31"
|
|
1265
|
+
* },
|
|
1266
|
+
* "ios": {
|
|
1267
|
+
* "osVer": "12.0",
|
|
1268
|
+
* "uniVer": "x",
|
|
1269
|
+
* "unixVer": "x"
|
|
1270
|
+
* },
|
|
1271
|
+
* "harmony": {
|
|
1272
|
+
* "osVer": "x",
|
|
1273
|
+
* "uniVer": "x",
|
|
1274
|
+
* "unixVer": "x"
|
|
1275
|
+
* }
|
|
1276
|
+
* },
|
|
1277
|
+
* "mp": {
|
|
1278
|
+
* "weixin": {
|
|
1279
|
+
* "hostVer": "√",
|
|
1280
|
+
* "uniVer": "√",
|
|
1281
|
+
* "unixVer": "4.35"
|
|
1282
|
+
* },
|
|
1283
|
+
* "alipay": {
|
|
1284
|
+
* "hostVer": "√",
|
|
1285
|
+
* "uniVer": "√",
|
|
1286
|
+
* "unixVer": "x"
|
|
1287
|
+
* },
|
|
1288
|
+
* "baidu": {
|
|
1289
|
+
* "hostVer": "√",
|
|
1290
|
+
* "uniVer": "√",
|
|
1291
|
+
* "unixVer": "x"
|
|
1292
|
+
* },
|
|
1293
|
+
* "toutiao": {
|
|
1294
|
+
* "hostVer": "√",
|
|
1295
|
+
* "uniVer": "√",
|
|
1296
|
+
* "unixVer": "x"
|
|
1297
|
+
* },
|
|
1298
|
+
* "lark": {
|
|
1299
|
+
* "hostVer": "√",
|
|
1300
|
+
* "uniVer": "√",
|
|
1301
|
+
* "unixVer": "x"
|
|
1302
|
+
* },
|
|
1303
|
+
* "qq": {
|
|
1304
|
+
* "hostVer": "√",
|
|
1305
|
+
* "uniVer": "√",
|
|
1306
|
+
* "unixVer": "x"
|
|
1307
|
+
* },
|
|
1308
|
+
* "kuaishou": {
|
|
1309
|
+
* "hostVer": "√",
|
|
1310
|
+
* "uniVer": "√",
|
|
1311
|
+
* "unixVer": "x"
|
|
1312
|
+
* },
|
|
1313
|
+
* "jd": {
|
|
1314
|
+
* "hostVer": "√",
|
|
1315
|
+
* "uniVer": "√",
|
|
1316
|
+
* "unixVer": "x"
|
|
1317
|
+
* }
|
|
1318
|
+
* },
|
|
1319
|
+
* "web": {
|
|
1320
|
+
* "uniVer": "x",
|
|
1321
|
+
* "unixVer": "x"
|
|
1322
|
+
* }
|
|
1323
|
+
* }
|
|
1324
|
+
*/
|
|
669
1325
|
offset ?: number
|
|
670
|
-
/** 指定文件开头的偏移量,即数据要被写入的位置。当 position 不传或者传入非 Number 类型的值时,数据会被写入当前指针所在位置。4.31及以后版本新增
|
|
1326
|
+
/** 指定文件开头的偏移量,即数据要被写入的位置。当 position 不传或者传入非 Number 类型的值时,数据会被写入当前指针所在位置。4.31及以后版本新增
|
|
1327
|
+
* @uniPlatform {
|
|
1328
|
+
* "app": {
|
|
1329
|
+
* "android": {
|
|
1330
|
+
* "osVer": "5.0",
|
|
1331
|
+
* "uniVer": "√",
|
|
1332
|
+
* "unixVer": "4.31"
|
|
1333
|
+
* },
|
|
1334
|
+
* "ios": {
|
|
1335
|
+
* "osVer": "12.0",
|
|
1336
|
+
* "uniVer": "x",
|
|
1337
|
+
* "unixVer": "x"
|
|
1338
|
+
* },
|
|
1339
|
+
* "harmony": {
|
|
1340
|
+
* "osVer": "x",
|
|
1341
|
+
* "uniVer": "x",
|
|
1342
|
+
* "unixVer": "x"
|
|
1343
|
+
* }
|
|
1344
|
+
* },
|
|
1345
|
+
* "mp": {
|
|
1346
|
+
* "weixin": {
|
|
1347
|
+
* "hostVer": "√",
|
|
1348
|
+
* "uniVer": "√",
|
|
1349
|
+
* "unixVer": "4.35"
|
|
1350
|
+
* },
|
|
1351
|
+
* "alipay": {
|
|
1352
|
+
* "hostVer": "√",
|
|
1353
|
+
* "uniVer": "√",
|
|
1354
|
+
* "unixVer": "x"
|
|
1355
|
+
* },
|
|
1356
|
+
* "baidu": {
|
|
1357
|
+
* "hostVer": "√",
|
|
1358
|
+
* "uniVer": "√",
|
|
1359
|
+
* "unixVer": "x"
|
|
1360
|
+
* },
|
|
1361
|
+
* "toutiao": {
|
|
1362
|
+
* "hostVer": "√",
|
|
1363
|
+
* "uniVer": "√",
|
|
1364
|
+
* "unixVer": "x"
|
|
1365
|
+
* },
|
|
1366
|
+
* "lark": {
|
|
1367
|
+
* "hostVer": "√",
|
|
1368
|
+
* "uniVer": "√",
|
|
1369
|
+
* "unixVer": "x"
|
|
1370
|
+
* },
|
|
1371
|
+
* "qq": {
|
|
1372
|
+
* "hostVer": "√",
|
|
1373
|
+
* "uniVer": "√",
|
|
1374
|
+
* "unixVer": "x"
|
|
1375
|
+
* },
|
|
1376
|
+
* "kuaishou": {
|
|
1377
|
+
* "hostVer": "√",
|
|
1378
|
+
* "uniVer": "√",
|
|
1379
|
+
* "unixVer": "x"
|
|
1380
|
+
* },
|
|
1381
|
+
* "jd": {
|
|
1382
|
+
* "hostVer": "√",
|
|
1383
|
+
* "uniVer": "√",
|
|
1384
|
+
* "unixVer": "x"
|
|
1385
|
+
* }
|
|
1386
|
+
* },
|
|
1387
|
+
* "web": {
|
|
1388
|
+
* "uniVer": "x",
|
|
1389
|
+
* "unixVer": "x"
|
|
1390
|
+
* }
|
|
1391
|
+
* }
|
|
1392
|
+
*/
|
|
671
1393
|
position ?: number
|
|
672
1394
|
}
|
|
673
1395
|
|
|
@@ -823,7 +1545,83 @@ export type ReadZipEntryOptions = {
|
|
|
823
1545
|
}
|
|
824
1546
|
|
|
825
1547
|
export type ReadSuccessCallbackResult = {
|
|
826
|
-
/** 被写入的缓存区的对象,即接口入参的 arrayBuffer
|
|
1548
|
+
/** 被写入的缓存区的对象,即接口入参的 arrayBuffer
|
|
1549
|
+
* @uniPlatform {
|
|
1550
|
+
* "app": {
|
|
1551
|
+
* "android": {
|
|
1552
|
+
* "osVer": "5.0",
|
|
1553
|
+
* "uniVer": "√",
|
|
1554
|
+
* "unixVer": "4.31"
|
|
1555
|
+
* },
|
|
1556
|
+
* "ios": {
|
|
1557
|
+
* "osVer": "12.0",
|
|
1558
|
+
* "uniVer": "x",
|
|
1559
|
+
* "unixVer": "x"
|
|
1560
|
+
* },
|
|
1561
|
+
* "harmony": {
|
|
1562
|
+
* "osVer": "x",
|
|
1563
|
+
* "uniVer": "x",
|
|
1564
|
+
* "unixVer": "x"
|
|
1565
|
+
* }
|
|
1566
|
+
*
|
|
1567
|
+
},
|
|
1568
|
+
* "mp": {
|
|
1569
|
+
* "weixin": {
|
|
1570
|
+
* "hostVer": "√",
|
|
1571
|
+
* "uniVer": "√",
|
|
1572
|
+
* "unixVer": "4.35"
|
|
1573
|
+
*
|
|
1574
|
+
},
|
|
1575
|
+
* "alipay": {
|
|
1576
|
+
* "hostVer": "√",
|
|
1577
|
+
* "uniVer": "√",
|
|
1578
|
+
* "unixVer": "x"
|
|
1579
|
+
*
|
|
1580
|
+
},
|
|
1581
|
+
* "baidu": {
|
|
1582
|
+
* "hostVer": "√",
|
|
1583
|
+
* "uniVer": "√",
|
|
1584
|
+
* "unixVer": "x"
|
|
1585
|
+
*
|
|
1586
|
+
},
|
|
1587
|
+
* "toutiao": {
|
|
1588
|
+
* "hostVer": "√",
|
|
1589
|
+
* "uniVer": "√",
|
|
1590
|
+
* "unixVer": "x"
|
|
1591
|
+
*
|
|
1592
|
+
},
|
|
1593
|
+
* "lark": {
|
|
1594
|
+
* "hostVer": "√",
|
|
1595
|
+
* "uniVer": "√",
|
|
1596
|
+
* "unixVer": "x"
|
|
1597
|
+
*
|
|
1598
|
+
},
|
|
1599
|
+
* "qq": {
|
|
1600
|
+
* "hostVer": "√",
|
|
1601
|
+
* "uniVer": "√",
|
|
1602
|
+
* "unixVer": "x"
|
|
1603
|
+
*
|
|
1604
|
+
},
|
|
1605
|
+
* "kuaishou": {
|
|
1606
|
+
* "hostVer": "√",
|
|
1607
|
+
* "uniVer": "√",
|
|
1608
|
+
* "unixVer": "x"
|
|
1609
|
+
*
|
|
1610
|
+
},
|
|
1611
|
+
* "jd": {
|
|
1612
|
+
* "hostVer": "√",
|
|
1613
|
+
* "uniVer": "√",
|
|
1614
|
+
* "unixVer": "x"
|
|
1615
|
+
*
|
|
1616
|
+
}
|
|
1617
|
+
*
|
|
1618
|
+
},
|
|
1619
|
+
* "web": {
|
|
1620
|
+
* "uniVer": "x",
|
|
1621
|
+
* "unixVer": "x"
|
|
1622
|
+
* }
|
|
1623
|
+
* }
|
|
1624
|
+
*/
|
|
827
1625
|
arrayBuffer : ArrayBuffer
|
|
828
1626
|
/** 实际读取的字节数 */
|
|
829
1627
|
bytesRead : number
|
|
@@ -851,7 +1649,84 @@ export type ReadOption = {
|
|
|
851
1649
|
}
|
|
852
1650
|
|
|
853
1651
|
export type ReadSyncOption = {
|
|
854
|
-
/**
|
|
1652
|
+
/**
|
|
1653
|
+
* 数据写入的缓冲区,必须是 ArrayBuffer 实例
|
|
1654
|
+
* @uniPlatform {
|
|
1655
|
+
* "app": {
|
|
1656
|
+
* "android": {
|
|
1657
|
+
* "osVer": "5.0",
|
|
1658
|
+
* "uniVer": "√",
|
|
1659
|
+
* "unixVer": "4.31"
|
|
1660
|
+
* },
|
|
1661
|
+
* "ios": {
|
|
1662
|
+
* "osVer": "12.0",
|
|
1663
|
+
* "uniVer": "x",
|
|
1664
|
+
* "unixVer": "x"
|
|
1665
|
+
* },
|
|
1666
|
+
* "harmony": {
|
|
1667
|
+
* "osVer": "x",
|
|
1668
|
+
* "uniVer": "x",
|
|
1669
|
+
* "unixVer": "x"
|
|
1670
|
+
* }
|
|
1671
|
+
*
|
|
1672
|
+
},
|
|
1673
|
+
* "mp": {
|
|
1674
|
+
* "weixin": {
|
|
1675
|
+
* "hostVer": "√",
|
|
1676
|
+
* "uniVer": "√",
|
|
1677
|
+
* "unixVer": "4.35"
|
|
1678
|
+
*
|
|
1679
|
+
},
|
|
1680
|
+
* "alipay": {
|
|
1681
|
+
* "hostVer": "√",
|
|
1682
|
+
* "uniVer": "√",
|
|
1683
|
+
* "unixVer": "x"
|
|
1684
|
+
*
|
|
1685
|
+
},
|
|
1686
|
+
* "baidu": {
|
|
1687
|
+
* "hostVer": "√",
|
|
1688
|
+
* "uniVer": "√",
|
|
1689
|
+
* "unixVer": "x"
|
|
1690
|
+
*
|
|
1691
|
+
},
|
|
1692
|
+
* "toutiao": {
|
|
1693
|
+
* "hostVer": "√",
|
|
1694
|
+
* "uniVer": "√",
|
|
1695
|
+
* "unixVer": "x"
|
|
1696
|
+
*
|
|
1697
|
+
},
|
|
1698
|
+
* "lark": {
|
|
1699
|
+
* "hostVer": "√",
|
|
1700
|
+
* "uniVer": "√",
|
|
1701
|
+
* "unixVer": "x"
|
|
1702
|
+
*
|
|
1703
|
+
},
|
|
1704
|
+
* "qq": {
|
|
1705
|
+
* "hostVer": "√",
|
|
1706
|
+
* "uniVer": "√",
|
|
1707
|
+
* "unixVer": "x"
|
|
1708
|
+
*
|
|
1709
|
+
},
|
|
1710
|
+
* "kuaishou": {
|
|
1711
|
+
* "hostVer": "√",
|
|
1712
|
+
* "uniVer": "√",
|
|
1713
|
+
* "unixVer": "x"
|
|
1714
|
+
*
|
|
1715
|
+
},
|
|
1716
|
+
* "jd": {
|
|
1717
|
+
* "hostVer": "√",
|
|
1718
|
+
* "uniVer": "√",
|
|
1719
|
+
* "unixVer": "x"
|
|
1720
|
+
*
|
|
1721
|
+
}
|
|
1722
|
+
*
|
|
1723
|
+
},
|
|
1724
|
+
* "web": {
|
|
1725
|
+
* "uniVer": "x",
|
|
1726
|
+
* "unixVer": "x"
|
|
1727
|
+
* }
|
|
1728
|
+
* }
|
|
1729
|
+
*/
|
|
855
1730
|
arrayBuffer : ArrayBuffer
|
|
856
1731
|
/** 文件描述符。fd 通过 [FileSystemManager.open](https://developers.weixin.qq.com/miniprogram/dev/api/file/FileSystemManager.open.html) 或 [FileSystemManager.openSync](https://developers.weixin.qq.com/miniprogram/dev/api/file/FileSystemManager.openSync.html) 接口获得 */
|
|
857
1732
|
fd : string
|
|
@@ -863,7 +1738,84 @@ export type ReadSyncOption = {
|
|
|
863
1738
|
position ?: number
|
|
864
1739
|
}
|
|
865
1740
|
export type ReadResult = {
|
|
866
|
-
/**
|
|
1741
|
+
/**
|
|
1742
|
+
* 被写入的缓存区的对象,即接口入参的 arrayBuffer
|
|
1743
|
+
* @uniPlatform {
|
|
1744
|
+
* "app": {
|
|
1745
|
+
* "android": {
|
|
1746
|
+
* "osVer": "5.0",
|
|
1747
|
+
* "uniVer": "√",
|
|
1748
|
+
* "unixVer": "4.31"
|
|
1749
|
+
* },
|
|
1750
|
+
* "ios": {
|
|
1751
|
+
* "osVer": "12.0",
|
|
1752
|
+
* "uniVer": "x",
|
|
1753
|
+
* "unixVer": "x"
|
|
1754
|
+
* },
|
|
1755
|
+
* "harmony": {
|
|
1756
|
+
* "osVer": "x",
|
|
1757
|
+
* "uniVer": "x",
|
|
1758
|
+
* "unixVer": "x"
|
|
1759
|
+
* }
|
|
1760
|
+
*
|
|
1761
|
+
},
|
|
1762
|
+
* "mp": {
|
|
1763
|
+
* "weixin": {
|
|
1764
|
+
* "hostVer": "√",
|
|
1765
|
+
* "uniVer": "√",
|
|
1766
|
+
* "unixVer": "4.35"
|
|
1767
|
+
*
|
|
1768
|
+
},
|
|
1769
|
+
* "alipay": {
|
|
1770
|
+
* "hostVer": "√",
|
|
1771
|
+
* "uniVer": "√",
|
|
1772
|
+
* "unixVer": "x"
|
|
1773
|
+
*
|
|
1774
|
+
},
|
|
1775
|
+
* "baidu": {
|
|
1776
|
+
* "hostVer": "√",
|
|
1777
|
+
* "uniVer": "√",
|
|
1778
|
+
* "unixVer": "x"
|
|
1779
|
+
*
|
|
1780
|
+
},
|
|
1781
|
+
* "toutiao": {
|
|
1782
|
+
* "hostVer": "√",
|
|
1783
|
+
* "uniVer": "√",
|
|
1784
|
+
* "unixVer": "x"
|
|
1785
|
+
*
|
|
1786
|
+
},
|
|
1787
|
+
* "lark": {
|
|
1788
|
+
* "hostVer": "√",
|
|
1789
|
+
* "uniVer": "√",
|
|
1790
|
+
* "unixVer": "x"
|
|
1791
|
+
*
|
|
1792
|
+
},
|
|
1793
|
+
* "qq": {
|
|
1794
|
+
* "hostVer": "√",
|
|
1795
|
+
* "uniVer": "√",
|
|
1796
|
+
* "unixVer": "x"
|
|
1797
|
+
*
|
|
1798
|
+
},
|
|
1799
|
+
* "kuaishou": {
|
|
1800
|
+
* "hostVer": "√",
|
|
1801
|
+
* "uniVer": "√",
|
|
1802
|
+
* "unixVer": "x"
|
|
1803
|
+
*
|
|
1804
|
+
},
|
|
1805
|
+
* "jd": {
|
|
1806
|
+
* "hostVer": "√",
|
|
1807
|
+
* "uniVer": "√",
|
|
1808
|
+
* "unixVer": "x"
|
|
1809
|
+
*
|
|
1810
|
+
}
|
|
1811
|
+
*
|
|
1812
|
+
},
|
|
1813
|
+
* "web": {
|
|
1814
|
+
* "uniVer": "x",
|
|
1815
|
+
* "unixVer": "x"
|
|
1816
|
+
* }
|
|
1817
|
+
* }
|
|
1818
|
+
*/
|
|
867
1819
|
arrayBuffer : ArrayBuffer
|
|
868
1820
|
/** 实际读取的字节数 */
|
|
869
1821
|
bytesRead : number
|
|
@@ -884,6 +1836,48 @@ export interface FileSystemManager {
|
|
|
884
1836
|
* "unixVer": "4.11"
|
|
885
1837
|
* }
|
|
886
1838
|
* },
|
|
1839
|
+
* "mp": {
|
|
1840
|
+
* "weixin": {
|
|
1841
|
+
* "hostVer": "√",
|
|
1842
|
+
* "uniVer": "√",
|
|
1843
|
+
* "unixVer": "4.35"
|
|
1844
|
+
* },
|
|
1845
|
+
* "alipay": {
|
|
1846
|
+
* "hostVer": "√",
|
|
1847
|
+
* "uniVer": "√",
|
|
1848
|
+
* "unixVer": "x"
|
|
1849
|
+
* },
|
|
1850
|
+
* "baidu": {
|
|
1851
|
+
* "hostVer": "√",
|
|
1852
|
+
* "uniVer": "√",
|
|
1853
|
+
* "unixVer": "x"
|
|
1854
|
+
* },
|
|
1855
|
+
* "toutiao": {
|
|
1856
|
+
* "hostVer": "√",
|
|
1857
|
+
* "uniVer": "√",
|
|
1858
|
+
* "unixVer": "x"
|
|
1859
|
+
* },
|
|
1860
|
+
* "lark": {
|
|
1861
|
+
* "hostVer": "√",
|
|
1862
|
+
* "uniVer": "√",
|
|
1863
|
+
* "unixVer": "x"
|
|
1864
|
+
* },
|
|
1865
|
+
* "qq": {
|
|
1866
|
+
* "hostVer": "√",
|
|
1867
|
+
* "uniVer": "√",
|
|
1868
|
+
* "unixVer": "x"
|
|
1869
|
+
* },
|
|
1870
|
+
* "kuaishou": {
|
|
1871
|
+
* "hostVer": "√",
|
|
1872
|
+
* "uniVer": "√",
|
|
1873
|
+
* "unixVer": "x"
|
|
1874
|
+
* },
|
|
1875
|
+
* "jd": {
|
|
1876
|
+
* "hostVer": "√",
|
|
1877
|
+
* "uniVer": "√",
|
|
1878
|
+
* "unixVer": "x"
|
|
1879
|
+
* }
|
|
1880
|
+
* },
|
|
887
1881
|
* "web": {
|
|
888
1882
|
* "uniVer": "x",
|
|
889
1883
|
* "unixVer": "x"
|
|
@@ -909,6 +1903,48 @@ export interface FileSystemManager {
|
|
|
909
1903
|
* "unixVer": "x"
|
|
910
1904
|
* }
|
|
911
1905
|
* },
|
|
1906
|
+
* "mp": {
|
|
1907
|
+
* "weixin": {
|
|
1908
|
+
* "hostVer": "√",
|
|
1909
|
+
* "uniVer": "√",
|
|
1910
|
+
* "unixVer": "4.35"
|
|
1911
|
+
* },
|
|
1912
|
+
* "alipay": {
|
|
1913
|
+
* "hostVer": "√",
|
|
1914
|
+
* "uniVer": "√",
|
|
1915
|
+
* "unixVer": "x"
|
|
1916
|
+
* },
|
|
1917
|
+
* "baidu": {
|
|
1918
|
+
* "hostVer": "√",
|
|
1919
|
+
* "uniVer": "√",
|
|
1920
|
+
* "unixVer": "x"
|
|
1921
|
+
* },
|
|
1922
|
+
* "toutiao": {
|
|
1923
|
+
* "hostVer": "√",
|
|
1924
|
+
* "uniVer": "√",
|
|
1925
|
+
* "unixVer": "x"
|
|
1926
|
+
* },
|
|
1927
|
+
* "lark": {
|
|
1928
|
+
* "hostVer": "√",
|
|
1929
|
+
* "uniVer": "√",
|
|
1930
|
+
* "unixVer": "x"
|
|
1931
|
+
* },
|
|
1932
|
+
* "qq": {
|
|
1933
|
+
* "hostVer": "√",
|
|
1934
|
+
* "uniVer": "√",
|
|
1935
|
+
* "unixVer": "x"
|
|
1936
|
+
* },
|
|
1937
|
+
* "kuaishou": {
|
|
1938
|
+
* "hostVer": "√",
|
|
1939
|
+
* "uniVer": "√",
|
|
1940
|
+
* "unixVer": "x"
|
|
1941
|
+
* },
|
|
1942
|
+
* "jd": {
|
|
1943
|
+
* "hostVer": "√",
|
|
1944
|
+
* "uniVer": "√",
|
|
1945
|
+
* "unixVer": "x"
|
|
1946
|
+
* }
|
|
1947
|
+
* },
|
|
912
1948
|
* "web": {
|
|
913
1949
|
* "uniVer": "x",
|
|
914
1950
|
* "unixVer": "x"
|
|
@@ -932,6 +1968,48 @@ export interface FileSystemManager {
|
|
|
932
1968
|
* "unixVer": "4.11"
|
|
933
1969
|
* }
|
|
934
1970
|
* },
|
|
1971
|
+
* "mp": {
|
|
1972
|
+
* "weixin": {
|
|
1973
|
+
* "hostVer": "√",
|
|
1974
|
+
* "uniVer": "√",
|
|
1975
|
+
* "unixVer": "4.35"
|
|
1976
|
+
* },
|
|
1977
|
+
* "alipay": {
|
|
1978
|
+
* "hostVer": "√",
|
|
1979
|
+
* "uniVer": "√",
|
|
1980
|
+
* "unixVer": "x"
|
|
1981
|
+
* },
|
|
1982
|
+
* "baidu": {
|
|
1983
|
+
* "hostVer": "√",
|
|
1984
|
+
* "uniVer": "√",
|
|
1985
|
+
* "unixVer": "x"
|
|
1986
|
+
* },
|
|
1987
|
+
* "toutiao": {
|
|
1988
|
+
* "hostVer": "√",
|
|
1989
|
+
* "uniVer": "√",
|
|
1990
|
+
* "unixVer": "x"
|
|
1991
|
+
* },
|
|
1992
|
+
* "lark": {
|
|
1993
|
+
* "hostVer": "√",
|
|
1994
|
+
* "uniVer": "√",
|
|
1995
|
+
* "unixVer": "x"
|
|
1996
|
+
* },
|
|
1997
|
+
* "qq": {
|
|
1998
|
+
* "hostVer": "√",
|
|
1999
|
+
* "uniVer": "√",
|
|
2000
|
+
* "unixVer": "x"
|
|
2001
|
+
* },
|
|
2002
|
+
* "kuaishou": {
|
|
2003
|
+
* "hostVer": "√",
|
|
2004
|
+
* "uniVer": "√",
|
|
2005
|
+
* "unixVer": "x"
|
|
2006
|
+
* },
|
|
2007
|
+
* "jd": {
|
|
2008
|
+
* "hostVer": "√",
|
|
2009
|
+
* "uniVer": "√",
|
|
2010
|
+
* "unixVer": "x"
|
|
2011
|
+
* }
|
|
2012
|
+
* },
|
|
935
2013
|
* "web": {
|
|
936
2014
|
* "uniVer": "x",
|
|
937
2015
|
* "unixVer": "x"
|
|
@@ -954,6 +2032,48 @@ export interface FileSystemManager {
|
|
|
954
2032
|
* "unixVer": "x"
|
|
955
2033
|
* }
|
|
956
2034
|
* },
|
|
2035
|
+
* "mp": {
|
|
2036
|
+
* "weixin": {
|
|
2037
|
+
* "hostVer": "√",
|
|
2038
|
+
* "uniVer": "√",
|
|
2039
|
+
* "unixVer": "4.35"
|
|
2040
|
+
* },
|
|
2041
|
+
* "alipay": {
|
|
2042
|
+
* "hostVer": "√",
|
|
2043
|
+
* "uniVer": "√",
|
|
2044
|
+
* "unixVer": "x"
|
|
2045
|
+
* },
|
|
2046
|
+
* "baidu": {
|
|
2047
|
+
* "hostVer": "√",
|
|
2048
|
+
* "uniVer": "√",
|
|
2049
|
+
* "unixVer": "x"
|
|
2050
|
+
* },
|
|
2051
|
+
* "toutiao": {
|
|
2052
|
+
* "hostVer": "√",
|
|
2053
|
+
* "uniVer": "√",
|
|
2054
|
+
* "unixVer": "x"
|
|
2055
|
+
* },
|
|
2056
|
+
* "lark": {
|
|
2057
|
+
* "hostVer": "√",
|
|
2058
|
+
* "uniVer": "√",
|
|
2059
|
+
* "unixVer": "x"
|
|
2060
|
+
* },
|
|
2061
|
+
* "qq": {
|
|
2062
|
+
* "hostVer": "√",
|
|
2063
|
+
* "uniVer": "√",
|
|
2064
|
+
* "unixVer": "x"
|
|
2065
|
+
* },
|
|
2066
|
+
* "kuaishou": {
|
|
2067
|
+
* "hostVer": "√",
|
|
2068
|
+
* "uniVer": "√",
|
|
2069
|
+
* "unixVer": "x"
|
|
2070
|
+
* },
|
|
2071
|
+
* "jd": {
|
|
2072
|
+
* "hostVer": "√",
|
|
2073
|
+
* "uniVer": "√",
|
|
2074
|
+
* "unixVer": "x"
|
|
2075
|
+
* }
|
|
2076
|
+
* },
|
|
957
2077
|
* "web": {
|
|
958
2078
|
* "uniVer": "x",
|
|
959
2079
|
* "unixVer": "x"
|
|
@@ -968,7 +2088,7 @@ export interface FileSystemManager {
|
|
|
968
2088
|
* "android": {
|
|
969
2089
|
* "osVer": "5.0",
|
|
970
2090
|
* "uniVer": "x",
|
|
971
|
-
* "unixVer": "4.
|
|
2091
|
+
* "unixVer": "4.31"
|
|
972
2092
|
* },
|
|
973
2093
|
* "ios": {
|
|
974
2094
|
* "osVer": "12.0",
|
|
@@ -976,6 +2096,48 @@ export interface FileSystemManager {
|
|
|
976
2096
|
* "unixVer": "x"
|
|
977
2097
|
* }
|
|
978
2098
|
* },
|
|
2099
|
+
* "mp": {
|
|
2100
|
+
* "weixin": {
|
|
2101
|
+
* "hostVer": "√",
|
|
2102
|
+
* "uniVer": "√",
|
|
2103
|
+
* "unixVer": "4.35"
|
|
2104
|
+
* },
|
|
2105
|
+
* "alipay": {
|
|
2106
|
+
* "hostVer": "√",
|
|
2107
|
+
* "uniVer": "√",
|
|
2108
|
+
* "unixVer": "x"
|
|
2109
|
+
* },
|
|
2110
|
+
* "baidu": {
|
|
2111
|
+
* "hostVer": "√",
|
|
2112
|
+
* "uniVer": "√",
|
|
2113
|
+
* "unixVer": "x"
|
|
2114
|
+
* },
|
|
2115
|
+
* "toutiao": {
|
|
2116
|
+
* "hostVer": "√",
|
|
2117
|
+
* "uniVer": "√",
|
|
2118
|
+
* "unixVer": "x"
|
|
2119
|
+
* },
|
|
2120
|
+
* "lark": {
|
|
2121
|
+
* "hostVer": "√",
|
|
2122
|
+
* "uniVer": "√",
|
|
2123
|
+
* "unixVer": "x"
|
|
2124
|
+
* },
|
|
2125
|
+
* "qq": {
|
|
2126
|
+
* "hostVer": "√",
|
|
2127
|
+
* "uniVer": "√",
|
|
2128
|
+
* "unixVer": "x"
|
|
2129
|
+
* },
|
|
2130
|
+
* "kuaishou": {
|
|
2131
|
+
* "hostVer": "√",
|
|
2132
|
+
* "uniVer": "√",
|
|
2133
|
+
* "unixVer": "x"
|
|
2134
|
+
* },
|
|
2135
|
+
* "jd": {
|
|
2136
|
+
* "hostVer": "√",
|
|
2137
|
+
* "uniVer": "√",
|
|
2138
|
+
* "unixVer": "x"
|
|
2139
|
+
* }
|
|
2140
|
+
* },
|
|
979
2141
|
* "web": {
|
|
980
2142
|
* "uniVer": "x",
|
|
981
2143
|
* "unixVer": "x"
|
|
@@ -1001,6 +2163,48 @@ export interface FileSystemManager {
|
|
|
1001
2163
|
* "unixVer": "x"
|
|
1002
2164
|
* }
|
|
1003
2165
|
* },
|
|
2166
|
+
* "mp": {
|
|
2167
|
+
* "weixin": {
|
|
2168
|
+
* "hostVer": "√",
|
|
2169
|
+
* "uniVer": "√",
|
|
2170
|
+
* "unixVer": "4.35"
|
|
2171
|
+
* },
|
|
2172
|
+
* "alipay": {
|
|
2173
|
+
* "hostVer": "√",
|
|
2174
|
+
* "uniVer": "√",
|
|
2175
|
+
* "unixVer": "x"
|
|
2176
|
+
* },
|
|
2177
|
+
* "baidu": {
|
|
2178
|
+
* "hostVer": "√",
|
|
2179
|
+
* "uniVer": "√",
|
|
2180
|
+
* "unixVer": "x"
|
|
2181
|
+
* },
|
|
2182
|
+
* "toutiao": {
|
|
2183
|
+
* "hostVer": "√",
|
|
2184
|
+
* "uniVer": "√",
|
|
2185
|
+
* "unixVer": "x"
|
|
2186
|
+
* },
|
|
2187
|
+
* "lark": {
|
|
2188
|
+
* "hostVer": "√",
|
|
2189
|
+
* "uniVer": "√",
|
|
2190
|
+
* "unixVer": "x"
|
|
2191
|
+
* },
|
|
2192
|
+
* "qq": {
|
|
2193
|
+
* "hostVer": "√",
|
|
2194
|
+
* "uniVer": "√",
|
|
2195
|
+
* "unixVer": "x"
|
|
2196
|
+
* },
|
|
2197
|
+
* "kuaishou": {
|
|
2198
|
+
* "hostVer": "√",
|
|
2199
|
+
* "uniVer": "√",
|
|
2200
|
+
* "unixVer": "x"
|
|
2201
|
+
* },
|
|
2202
|
+
* "jd": {
|
|
2203
|
+
* "hostVer": "√",
|
|
2204
|
+
* "uniVer": "√",
|
|
2205
|
+
* "unixVer": "x"
|
|
2206
|
+
* }
|
|
2207
|
+
* },
|
|
1004
2208
|
* "web": {
|
|
1005
2209
|
* "uniVer": "x",
|
|
1006
2210
|
* "unixVer": "x"
|
|
@@ -1023,6 +2227,48 @@ export interface FileSystemManager {
|
|
|
1023
2227
|
* "unixVer": "4.11"
|
|
1024
2228
|
* }
|
|
1025
2229
|
* },
|
|
2230
|
+
* "mp": {
|
|
2231
|
+
* "weixin": {
|
|
2232
|
+
* "hostVer": "√",
|
|
2233
|
+
* "uniVer": "√",
|
|
2234
|
+
* "unixVer": "4.35"
|
|
2235
|
+
* },
|
|
2236
|
+
* "alipay": {
|
|
2237
|
+
* "hostVer": "√",
|
|
2238
|
+
* "uniVer": "√",
|
|
2239
|
+
* "unixVer": "x"
|
|
2240
|
+
* },
|
|
2241
|
+
* "baidu": {
|
|
2242
|
+
* "hostVer": "√",
|
|
2243
|
+
* "uniVer": "√",
|
|
2244
|
+
* "unixVer": "x"
|
|
2245
|
+
* },
|
|
2246
|
+
* "toutiao": {
|
|
2247
|
+
* "hostVer": "√",
|
|
2248
|
+
* "uniVer": "√",
|
|
2249
|
+
* "unixVer": "x"
|
|
2250
|
+
* },
|
|
2251
|
+
* "lark": {
|
|
2252
|
+
* "hostVer": "√",
|
|
2253
|
+
* "uniVer": "√",
|
|
2254
|
+
* "unixVer": "x"
|
|
2255
|
+
* },
|
|
2256
|
+
* "qq": {
|
|
2257
|
+
* "hostVer": "√",
|
|
2258
|
+
* "uniVer": "√",
|
|
2259
|
+
* "unixVer": "x"
|
|
2260
|
+
* },
|
|
2261
|
+
* "kuaishou": {
|
|
2262
|
+
* "hostVer": "√",
|
|
2263
|
+
* "uniVer": "√",
|
|
2264
|
+
* "unixVer": "x"
|
|
2265
|
+
* },
|
|
2266
|
+
* "jd": {
|
|
2267
|
+
* "hostVer": "√",
|
|
2268
|
+
* "uniVer": "√",
|
|
2269
|
+
* "unixVer": "x"
|
|
2270
|
+
* }
|
|
2271
|
+
* },
|
|
1026
2272
|
* "web": {
|
|
1027
2273
|
* "uniVer": "x",
|
|
1028
2274
|
* "unixVer": "x"
|
|
@@ -1046,6 +2292,48 @@ export interface FileSystemManager {
|
|
|
1046
2292
|
* "unixVer": "x"
|
|
1047
2293
|
* }
|
|
1048
2294
|
* },
|
|
2295
|
+
* "mp": {
|
|
2296
|
+
* "weixin": {
|
|
2297
|
+
* "hostVer": "√",
|
|
2298
|
+
* "uniVer": "√",
|
|
2299
|
+
* "unixVer": "4.35"
|
|
2300
|
+
* },
|
|
2301
|
+
* "alipay": {
|
|
2302
|
+
* "hostVer": "√",
|
|
2303
|
+
* "uniVer": "√",
|
|
2304
|
+
* "unixVer": "x"
|
|
2305
|
+
* },
|
|
2306
|
+
* "baidu": {
|
|
2307
|
+
* "hostVer": "√",
|
|
2308
|
+
* "uniVer": "√",
|
|
2309
|
+
* "unixVer": "x"
|
|
2310
|
+
* },
|
|
2311
|
+
* "toutiao": {
|
|
2312
|
+
* "hostVer": "√",
|
|
2313
|
+
* "uniVer": "√",
|
|
2314
|
+
* "unixVer": "x"
|
|
2315
|
+
* },
|
|
2316
|
+
* "lark": {
|
|
2317
|
+
* "hostVer": "√",
|
|
2318
|
+
* "uniVer": "√",
|
|
2319
|
+
* "unixVer": "x"
|
|
2320
|
+
* },
|
|
2321
|
+
* "qq": {
|
|
2322
|
+
* "hostVer": "√",
|
|
2323
|
+
* "uniVer": "√",
|
|
2324
|
+
* "unixVer": "x"
|
|
2325
|
+
* },
|
|
2326
|
+
* "kuaishou": {
|
|
2327
|
+
* "hostVer": "√",
|
|
2328
|
+
* "uniVer": "√",
|
|
2329
|
+
* "unixVer": "x"
|
|
2330
|
+
* },
|
|
2331
|
+
* "jd": {
|
|
2332
|
+
* "hostVer": "√",
|
|
2333
|
+
* "uniVer": "√",
|
|
2334
|
+
* "unixVer": "x"
|
|
2335
|
+
* }
|
|
2336
|
+
* },
|
|
1049
2337
|
* "web": {
|
|
1050
2338
|
* "uniVer": "x",
|
|
1051
2339
|
* "unixVer": "x"
|
|
@@ -1068,6 +2356,48 @@ export interface FileSystemManager {
|
|
|
1068
2356
|
* "unixVer": "4.11"
|
|
1069
2357
|
* }
|
|
1070
2358
|
* },
|
|
2359
|
+
* "mp": {
|
|
2360
|
+
* "weixin": {
|
|
2361
|
+
* "hostVer": "√",
|
|
2362
|
+
* "uniVer": "√",
|
|
2363
|
+
* "unixVer": "4.35"
|
|
2364
|
+
* },
|
|
2365
|
+
* "alipay": {
|
|
2366
|
+
* "hostVer": "√",
|
|
2367
|
+
* "uniVer": "√",
|
|
2368
|
+
* "unixVer": "x"
|
|
2369
|
+
* },
|
|
2370
|
+
* "baidu": {
|
|
2371
|
+
* "hostVer": "√",
|
|
2372
|
+
* "uniVer": "√",
|
|
2373
|
+
* "unixVer": "x"
|
|
2374
|
+
* },
|
|
2375
|
+
* "toutiao": {
|
|
2376
|
+
* "hostVer": "√",
|
|
2377
|
+
* "uniVer": "√",
|
|
2378
|
+
* "unixVer": "x"
|
|
2379
|
+
* },
|
|
2380
|
+
* "lark": {
|
|
2381
|
+
* "hostVer": "√",
|
|
2382
|
+
* "uniVer": "√",
|
|
2383
|
+
* "unixVer": "x"
|
|
2384
|
+
* },
|
|
2385
|
+
* "qq": {
|
|
2386
|
+
* "hostVer": "√",
|
|
2387
|
+
* "uniVer": "√",
|
|
2388
|
+
* "unixVer": "x"
|
|
2389
|
+
* },
|
|
2390
|
+
* "kuaishou": {
|
|
2391
|
+
* "hostVer": "√",
|
|
2392
|
+
* "uniVer": "√",
|
|
2393
|
+
* "unixVer": "x"
|
|
2394
|
+
* },
|
|
2395
|
+
* "jd": {
|
|
2396
|
+
* "hostVer": "√",
|
|
2397
|
+
* "uniVer": "√",
|
|
2398
|
+
* "unixVer": "x"
|
|
2399
|
+
* }
|
|
2400
|
+
* },
|
|
1071
2401
|
* "web": {
|
|
1072
2402
|
* "uniVer": "x",
|
|
1073
2403
|
* "unixVer": "x"
|
|
@@ -1092,6 +2422,48 @@ export interface FileSystemManager {
|
|
|
1092
2422
|
* "unixVer": "x"
|
|
1093
2423
|
* }
|
|
1094
2424
|
* },
|
|
2425
|
+
* "mp": {
|
|
2426
|
+
* "weixin": {
|
|
2427
|
+
* "hostVer": "√",
|
|
2428
|
+
* "uniVer": "√",
|
|
2429
|
+
* "unixVer": "4.35"
|
|
2430
|
+
* },
|
|
2431
|
+
* "alipay": {
|
|
2432
|
+
* "hostVer": "√",
|
|
2433
|
+
* "uniVer": "√",
|
|
2434
|
+
* "unixVer": "x"
|
|
2435
|
+
* },
|
|
2436
|
+
* "baidu": {
|
|
2437
|
+
* "hostVer": "√",
|
|
2438
|
+
* "uniVer": "√",
|
|
2439
|
+
* "unixVer": "x"
|
|
2440
|
+
* },
|
|
2441
|
+
* "toutiao": {
|
|
2442
|
+
* "hostVer": "√",
|
|
2443
|
+
* "uniVer": "√",
|
|
2444
|
+
* "unixVer": "x"
|
|
2445
|
+
* },
|
|
2446
|
+
* "lark": {
|
|
2447
|
+
* "hostVer": "√",
|
|
2448
|
+
* "uniVer": "√",
|
|
2449
|
+
* "unixVer": "x"
|
|
2450
|
+
* },
|
|
2451
|
+
* "qq": {
|
|
2452
|
+
* "hostVer": "√",
|
|
2453
|
+
* "uniVer": "√",
|
|
2454
|
+
* "unixVer": "x"
|
|
2455
|
+
* },
|
|
2456
|
+
* "kuaishou": {
|
|
2457
|
+
* "hostVer": "√",
|
|
2458
|
+
* "uniVer": "√",
|
|
2459
|
+
* "unixVer": "x"
|
|
2460
|
+
* },
|
|
2461
|
+
* "jd": {
|
|
2462
|
+
* "hostVer": "√",
|
|
2463
|
+
* "uniVer": "√",
|
|
2464
|
+
* "unixVer": "x"
|
|
2465
|
+
* }
|
|
2466
|
+
* },
|
|
1095
2467
|
* "web": {
|
|
1096
2468
|
* "uniVer": "x",
|
|
1097
2469
|
* "unixVer": "x"
|
|
@@ -1114,6 +2486,48 @@ export interface FileSystemManager {
|
|
|
1114
2486
|
* "unixVer": "4.11"
|
|
1115
2487
|
* }
|
|
1116
2488
|
* },
|
|
2489
|
+
* "mp": {
|
|
2490
|
+
* "weixin": {
|
|
2491
|
+
* "hostVer": "√",
|
|
2492
|
+
* "uniVer": "√",
|
|
2493
|
+
* "unixVer": "4.35"
|
|
2494
|
+
* },
|
|
2495
|
+
* "alipay": {
|
|
2496
|
+
* "hostVer": "√",
|
|
2497
|
+
* "uniVer": "√",
|
|
2498
|
+
* "unixVer": "x"
|
|
2499
|
+
* },
|
|
2500
|
+
* "baidu": {
|
|
2501
|
+
* "hostVer": "√",
|
|
2502
|
+
* "uniVer": "√",
|
|
2503
|
+
* "unixVer": "x"
|
|
2504
|
+
* },
|
|
2505
|
+
* "toutiao": {
|
|
2506
|
+
* "hostVer": "√",
|
|
2507
|
+
* "uniVer": "√",
|
|
2508
|
+
* "unixVer": "x"
|
|
2509
|
+
* },
|
|
2510
|
+
* "lark": {
|
|
2511
|
+
* "hostVer": "√",
|
|
2512
|
+
* "uniVer": "√",
|
|
2513
|
+
* "unixVer": "x"
|
|
2514
|
+
* },
|
|
2515
|
+
* "qq": {
|
|
2516
|
+
* "hostVer": "√",
|
|
2517
|
+
* "uniVer": "√",
|
|
2518
|
+
* "unixVer": "x"
|
|
2519
|
+
* },
|
|
2520
|
+
* "kuaishou": {
|
|
2521
|
+
* "hostVer": "√",
|
|
2522
|
+
* "uniVer": "√",
|
|
2523
|
+
* "unixVer": "x"
|
|
2524
|
+
* },
|
|
2525
|
+
* "jd": {
|
|
2526
|
+
* "hostVer": "√",
|
|
2527
|
+
* "uniVer": "√",
|
|
2528
|
+
* "unixVer": "x"
|
|
2529
|
+
* }
|
|
2530
|
+
* },
|
|
1117
2531
|
* "web": {
|
|
1118
2532
|
* "uniVer": "x",
|
|
1119
2533
|
* "unixVer": "x"
|
|
@@ -1138,6 +2552,48 @@ export interface FileSystemManager {
|
|
|
1138
2552
|
* "unixVer": "x"
|
|
1139
2553
|
* }
|
|
1140
2554
|
* },
|
|
2555
|
+
* "mp": {
|
|
2556
|
+
* "weixin": {
|
|
2557
|
+
* "hostVer": "√",
|
|
2558
|
+
* "uniVer": "√",
|
|
2559
|
+
* "unixVer": "4.35"
|
|
2560
|
+
* },
|
|
2561
|
+
* "alipay": {
|
|
2562
|
+
* "hostVer": "√",
|
|
2563
|
+
* "uniVer": "√",
|
|
2564
|
+
* "unixVer": "x"
|
|
2565
|
+
* },
|
|
2566
|
+
* "baidu": {
|
|
2567
|
+
* "hostVer": "√",
|
|
2568
|
+
* "uniVer": "√",
|
|
2569
|
+
* "unixVer": "x"
|
|
2570
|
+
* },
|
|
2571
|
+
* "toutiao": {
|
|
2572
|
+
* "hostVer": "√",
|
|
2573
|
+
* "uniVer": "√",
|
|
2574
|
+
* "unixVer": "x"
|
|
2575
|
+
* },
|
|
2576
|
+
* "lark": {
|
|
2577
|
+
* "hostVer": "√",
|
|
2578
|
+
* "uniVer": "√",
|
|
2579
|
+
* "unixVer": "x"
|
|
2580
|
+
* },
|
|
2581
|
+
* "qq": {
|
|
2582
|
+
* "hostVer": "√",
|
|
2583
|
+
* "uniVer": "√",
|
|
2584
|
+
* "unixVer": "x"
|
|
2585
|
+
* },
|
|
2586
|
+
* "kuaishou": {
|
|
2587
|
+
* "hostVer": "√",
|
|
2588
|
+
* "uniVer": "√",
|
|
2589
|
+
* "unixVer": "x"
|
|
2590
|
+
* },
|
|
2591
|
+
* "jd": {
|
|
2592
|
+
* "hostVer": "√",
|
|
2593
|
+
* "uniVer": "√",
|
|
2594
|
+
* "unixVer": "x"
|
|
2595
|
+
* }
|
|
2596
|
+
* },
|
|
1141
2597
|
* "web": {
|
|
1142
2598
|
* "uniVer": "x",
|
|
1143
2599
|
* "unixVer": "x"
|
|
@@ -1160,6 +2616,48 @@ export interface FileSystemManager {
|
|
|
1160
2616
|
* "unixVer": "4.11"
|
|
1161
2617
|
* }
|
|
1162
2618
|
* },
|
|
2619
|
+
* "mp": {
|
|
2620
|
+
* "weixin": {
|
|
2621
|
+
* "hostVer": "√",
|
|
2622
|
+
* "uniVer": "√",
|
|
2623
|
+
* "unixVer": "4.35"
|
|
2624
|
+
* },
|
|
2625
|
+
* "alipay": {
|
|
2626
|
+
* "hostVer": "√",
|
|
2627
|
+
* "uniVer": "√",
|
|
2628
|
+
* "unixVer": "x"
|
|
2629
|
+
* },
|
|
2630
|
+
* "baidu": {
|
|
2631
|
+
* "hostVer": "√",
|
|
2632
|
+
* "uniVer": "√",
|
|
2633
|
+
* "unixVer": "x"
|
|
2634
|
+
* },
|
|
2635
|
+
* "toutiao": {
|
|
2636
|
+
* "hostVer": "√",
|
|
2637
|
+
* "uniVer": "√",
|
|
2638
|
+
* "unixVer": "x"
|
|
2639
|
+
* },
|
|
2640
|
+
* "lark": {
|
|
2641
|
+
* "hostVer": "√",
|
|
2642
|
+
* "uniVer": "√",
|
|
2643
|
+
* "unixVer": "x"
|
|
2644
|
+
* },
|
|
2645
|
+
* "qq": {
|
|
2646
|
+
* "hostVer": "√",
|
|
2647
|
+
* "uniVer": "√",
|
|
2648
|
+
* "unixVer": "x"
|
|
2649
|
+
* },
|
|
2650
|
+
* "kuaishou": {
|
|
2651
|
+
* "hostVer": "√",
|
|
2652
|
+
* "uniVer": "√",
|
|
2653
|
+
* "unixVer": "x"
|
|
2654
|
+
* },
|
|
2655
|
+
* "jd": {
|
|
2656
|
+
* "hostVer": "√",
|
|
2657
|
+
* "uniVer": "√",
|
|
2658
|
+
* "unixVer": "x"
|
|
2659
|
+
* }
|
|
2660
|
+
* },
|
|
1163
2661
|
* "web": {
|
|
1164
2662
|
* "uniVer": "x",
|
|
1165
2663
|
* "unixVer": "x"
|
|
@@ -1183,6 +2681,48 @@ export interface FileSystemManager {
|
|
|
1183
2681
|
* "unixVer": "x"
|
|
1184
2682
|
* }
|
|
1185
2683
|
* },
|
|
2684
|
+
* "mp": {
|
|
2685
|
+
* "weixin": {
|
|
2686
|
+
* "hostVer": "√",
|
|
2687
|
+
* "uniVer": "√",
|
|
2688
|
+
* "unixVer": "4.35"
|
|
2689
|
+
* },
|
|
2690
|
+
* "alipay": {
|
|
2691
|
+
* "hostVer": "√",
|
|
2692
|
+
* "uniVer": "√",
|
|
2693
|
+
* "unixVer": "x"
|
|
2694
|
+
* },
|
|
2695
|
+
* "baidu": {
|
|
2696
|
+
* "hostVer": "√",
|
|
2697
|
+
* "uniVer": "√",
|
|
2698
|
+
* "unixVer": "x"
|
|
2699
|
+
* },
|
|
2700
|
+
* "toutiao": {
|
|
2701
|
+
* "hostVer": "√",
|
|
2702
|
+
* "uniVer": "√",
|
|
2703
|
+
* "unixVer": "x"
|
|
2704
|
+
* },
|
|
2705
|
+
* "lark": {
|
|
2706
|
+
* "hostVer": "√",
|
|
2707
|
+
* "uniVer": "√",
|
|
2708
|
+
* "unixVer": "x"
|
|
2709
|
+
* },
|
|
2710
|
+
* "qq": {
|
|
2711
|
+
* "hostVer": "√",
|
|
2712
|
+
* "uniVer": "√",
|
|
2713
|
+
* "unixVer": "x"
|
|
2714
|
+
* },
|
|
2715
|
+
* "kuaishou": {
|
|
2716
|
+
* "hostVer": "√",
|
|
2717
|
+
* "uniVer": "√",
|
|
2718
|
+
* "unixVer": "x"
|
|
2719
|
+
* },
|
|
2720
|
+
* "jd": {
|
|
2721
|
+
* "hostVer": "√",
|
|
2722
|
+
* "uniVer": "√",
|
|
2723
|
+
* "unixVer": "x"
|
|
2724
|
+
* }
|
|
2725
|
+
* },
|
|
1186
2726
|
* "web": {
|
|
1187
2727
|
* "uniVer": "x",
|
|
1188
2728
|
* "unixVer": "x"
|
|
@@ -1205,6 +2745,48 @@ export interface FileSystemManager {
|
|
|
1205
2745
|
* "unixVer": "4.11"
|
|
1206
2746
|
* }
|
|
1207
2747
|
* },
|
|
2748
|
+
* "mp": {
|
|
2749
|
+
* "weixin": {
|
|
2750
|
+
* "hostVer": "√",
|
|
2751
|
+
* "uniVer": "√",
|
|
2752
|
+
* "unixVer": "4.35"
|
|
2753
|
+
* },
|
|
2754
|
+
* "alipay": {
|
|
2755
|
+
* "hostVer": "√",
|
|
2756
|
+
* "uniVer": "√",
|
|
2757
|
+
* "unixVer": "x"
|
|
2758
|
+
* },
|
|
2759
|
+
* "baidu": {
|
|
2760
|
+
* "hostVer": "√",
|
|
2761
|
+
* "uniVer": "√",
|
|
2762
|
+
* "unixVer": "x"
|
|
2763
|
+
* },
|
|
2764
|
+
* "toutiao": {
|
|
2765
|
+
* "hostVer": "√",
|
|
2766
|
+
* "uniVer": "√",
|
|
2767
|
+
* "unixVer": "x"
|
|
2768
|
+
* },
|
|
2769
|
+
* "lark": {
|
|
2770
|
+
* "hostVer": "√",
|
|
2771
|
+
* "uniVer": "√",
|
|
2772
|
+
* "unixVer": "x"
|
|
2773
|
+
* },
|
|
2774
|
+
* "qq": {
|
|
2775
|
+
* "hostVer": "√",
|
|
2776
|
+
* "uniVer": "√",
|
|
2777
|
+
* "unixVer": "x"
|
|
2778
|
+
* },
|
|
2779
|
+
* "kuaishou": {
|
|
2780
|
+
* "hostVer": "√",
|
|
2781
|
+
* "uniVer": "√",
|
|
2782
|
+
* "unixVer": "x"
|
|
2783
|
+
* },
|
|
2784
|
+
* "jd": {
|
|
2785
|
+
* "hostVer": "√",
|
|
2786
|
+
* "uniVer": "√",
|
|
2787
|
+
* "unixVer": "x"
|
|
2788
|
+
* }
|
|
2789
|
+
* },
|
|
1208
2790
|
* "web": {
|
|
1209
2791
|
* "uniVer": "x",
|
|
1210
2792
|
* "unixVer": "x"
|
|
@@ -1228,6 +2810,48 @@ export interface FileSystemManager {
|
|
|
1228
2810
|
* "unixVer": "x"
|
|
1229
2811
|
* }
|
|
1230
2812
|
* },
|
|
2813
|
+
* "mp": {
|
|
2814
|
+
* "weixin": {
|
|
2815
|
+
* "hostVer": "√",
|
|
2816
|
+
* "uniVer": "√",
|
|
2817
|
+
* "unixVer": "4.35"
|
|
2818
|
+
* },
|
|
2819
|
+
* "alipay": {
|
|
2820
|
+
* "hostVer": "√",
|
|
2821
|
+
* "uniVer": "√",
|
|
2822
|
+
* "unixVer": "x"
|
|
2823
|
+
* },
|
|
2824
|
+
* "baidu": {
|
|
2825
|
+
* "hostVer": "√",
|
|
2826
|
+
* "uniVer": "√",
|
|
2827
|
+
* "unixVer": "x"
|
|
2828
|
+
* },
|
|
2829
|
+
* "toutiao": {
|
|
2830
|
+
* "hostVer": "√",
|
|
2831
|
+
* "uniVer": "√",
|
|
2832
|
+
* "unixVer": "x"
|
|
2833
|
+
* },
|
|
2834
|
+
* "lark": {
|
|
2835
|
+
* "hostVer": "√",
|
|
2836
|
+
* "uniVer": "√",
|
|
2837
|
+
* "unixVer": "x"
|
|
2838
|
+
* },
|
|
2839
|
+
* "qq": {
|
|
2840
|
+
* "hostVer": "√",
|
|
2841
|
+
* "uniVer": "√",
|
|
2842
|
+
* "unixVer": "x"
|
|
2843
|
+
* },
|
|
2844
|
+
* "kuaishou": {
|
|
2845
|
+
* "hostVer": "√",
|
|
2846
|
+
* "uniVer": "√",
|
|
2847
|
+
* "unixVer": "x"
|
|
2848
|
+
* },
|
|
2849
|
+
* "jd": {
|
|
2850
|
+
* "hostVer": "√",
|
|
2851
|
+
* "uniVer": "√",
|
|
2852
|
+
* "unixVer": "x"
|
|
2853
|
+
* }
|
|
2854
|
+
* },
|
|
1231
2855
|
* "web": {
|
|
1232
2856
|
* "uniVer": "x",
|
|
1233
2857
|
* "unixVer": "x"
|
|
@@ -1250,6 +2874,48 @@ export interface FileSystemManager {
|
|
|
1250
2874
|
* "unixVer": "4.11"
|
|
1251
2875
|
* }
|
|
1252
2876
|
* },
|
|
2877
|
+
* "mp": {
|
|
2878
|
+
* "weixin": {
|
|
2879
|
+
* "hostVer": "√",
|
|
2880
|
+
* "uniVer": "√",
|
|
2881
|
+
* "unixVer": "4.35"
|
|
2882
|
+
* },
|
|
2883
|
+
* "alipay": {
|
|
2884
|
+
* "hostVer": "√",
|
|
2885
|
+
* "uniVer": "√",
|
|
2886
|
+
* "unixVer": "x"
|
|
2887
|
+
* },
|
|
2888
|
+
* "baidu": {
|
|
2889
|
+
* "hostVer": "√",
|
|
2890
|
+
* "uniVer": "√",
|
|
2891
|
+
* "unixVer": "x"
|
|
2892
|
+
* },
|
|
2893
|
+
* "toutiao": {
|
|
2894
|
+
* "hostVer": "√",
|
|
2895
|
+
* "uniVer": "√",
|
|
2896
|
+
* "unixVer": "x"
|
|
2897
|
+
* },
|
|
2898
|
+
* "lark": {
|
|
2899
|
+
* "hostVer": "√",
|
|
2900
|
+
* "uniVer": "√",
|
|
2901
|
+
* "unixVer": "x"
|
|
2902
|
+
* },
|
|
2903
|
+
* "qq": {
|
|
2904
|
+
* "hostVer": "√",
|
|
2905
|
+
* "uniVer": "√",
|
|
2906
|
+
* "unixVer": "x"
|
|
2907
|
+
* },
|
|
2908
|
+
* "kuaishou": {
|
|
2909
|
+
* "hostVer": "√",
|
|
2910
|
+
* "uniVer": "√",
|
|
2911
|
+
* "unixVer": "x"
|
|
2912
|
+
* },
|
|
2913
|
+
* "jd": {
|
|
2914
|
+
* "hostVer": "√",
|
|
2915
|
+
* "uniVer": "√",
|
|
2916
|
+
* "unixVer": "x"
|
|
2917
|
+
* }
|
|
2918
|
+
* },
|
|
1253
2919
|
* "web": {
|
|
1254
2920
|
* "uniVer": "x",
|
|
1255
2921
|
* "unixVer": "x"
|
|
@@ -1274,6 +2940,48 @@ export interface FileSystemManager {
|
|
|
1274
2940
|
* "unixVer": "x"
|
|
1275
2941
|
* }
|
|
1276
2942
|
* },
|
|
2943
|
+
* "mp": {
|
|
2944
|
+
* "weixin": {
|
|
2945
|
+
* "hostVer": "√",
|
|
2946
|
+
* "uniVer": "√",
|
|
2947
|
+
* "unixVer": "4.35"
|
|
2948
|
+
* },
|
|
2949
|
+
* "alipay": {
|
|
2950
|
+
* "hostVer": "√",
|
|
2951
|
+
* "uniVer": "√",
|
|
2952
|
+
* "unixVer": "x"
|
|
2953
|
+
* },
|
|
2954
|
+
* "baidu": {
|
|
2955
|
+
* "hostVer": "√",
|
|
2956
|
+
* "uniVer": "√",
|
|
2957
|
+
* "unixVer": "x"
|
|
2958
|
+
* },
|
|
2959
|
+
* "toutiao": {
|
|
2960
|
+
* "hostVer": "√",
|
|
2961
|
+
* "uniVer": "√",
|
|
2962
|
+
* "unixVer": "x"
|
|
2963
|
+
* },
|
|
2964
|
+
* "lark": {
|
|
2965
|
+
* "hostVer": "√",
|
|
2966
|
+
* "uniVer": "√",
|
|
2967
|
+
* "unixVer": "x"
|
|
2968
|
+
* },
|
|
2969
|
+
* "qq": {
|
|
2970
|
+
* "hostVer": "√",
|
|
2971
|
+
* "uniVer": "√",
|
|
2972
|
+
* "unixVer": "x"
|
|
2973
|
+
* },
|
|
2974
|
+
* "kuaishou": {
|
|
2975
|
+
* "hostVer": "√",
|
|
2976
|
+
* "uniVer": "√",
|
|
2977
|
+
* "unixVer": "x"
|
|
2978
|
+
* },
|
|
2979
|
+
* "jd": {
|
|
2980
|
+
* "hostVer": "√",
|
|
2981
|
+
* "uniVer": "√",
|
|
2982
|
+
* "unixVer": "x"
|
|
2983
|
+
* }
|
|
2984
|
+
* },
|
|
1277
2985
|
* "web": {
|
|
1278
2986
|
* "uniVer": "x",
|
|
1279
2987
|
* "unixVer": "x"
|
|
@@ -1320,6 +3028,48 @@ export interface FileSystemManager {
|
|
|
1320
3028
|
* "unixVer": "x"
|
|
1321
3029
|
* }
|
|
1322
3030
|
* },
|
|
3031
|
+
* "mp": {
|
|
3032
|
+
* "weixin": {
|
|
3033
|
+
* "hostVer": "√",
|
|
3034
|
+
* "uniVer": "√",
|
|
3035
|
+
* "unixVer": "4.35"
|
|
3036
|
+
* },
|
|
3037
|
+
* "alipay": {
|
|
3038
|
+
* "hostVer": "√",
|
|
3039
|
+
* "uniVer": "√",
|
|
3040
|
+
* "unixVer": "x"
|
|
3041
|
+
* },
|
|
3042
|
+
* "baidu": {
|
|
3043
|
+
* "hostVer": "√",
|
|
3044
|
+
* "uniVer": "√",
|
|
3045
|
+
* "unixVer": "x"
|
|
3046
|
+
* },
|
|
3047
|
+
* "toutiao": {
|
|
3048
|
+
* "hostVer": "√",
|
|
3049
|
+
* "uniVer": "√",
|
|
3050
|
+
* "unixVer": "x"
|
|
3051
|
+
* },
|
|
3052
|
+
* "lark": {
|
|
3053
|
+
* "hostVer": "√",
|
|
3054
|
+
* "uniVer": "√",
|
|
3055
|
+
* "unixVer": "x"
|
|
3056
|
+
* },
|
|
3057
|
+
* "qq": {
|
|
3058
|
+
* "hostVer": "√",
|
|
3059
|
+
* "uniVer": "√",
|
|
3060
|
+
* "unixVer": "x"
|
|
3061
|
+
* },
|
|
3062
|
+
* "kuaishou": {
|
|
3063
|
+
* "hostVer": "√",
|
|
3064
|
+
* "uniVer": "√",
|
|
3065
|
+
* "unixVer": "x"
|
|
3066
|
+
* },
|
|
3067
|
+
* "jd": {
|
|
3068
|
+
* "hostVer": "√",
|
|
3069
|
+
* "uniVer": "√",
|
|
3070
|
+
* "unixVer": "x"
|
|
3071
|
+
* }
|
|
3072
|
+
* },
|
|
1323
3073
|
* "web": {
|
|
1324
3074
|
* "uniVer": "x",
|
|
1325
3075
|
* "unixVer": "x"
|
|
@@ -1342,6 +3092,48 @@ export interface FileSystemManager {
|
|
|
1342
3092
|
* "unixVer": "4.11"
|
|
1343
3093
|
* }
|
|
1344
3094
|
* },
|
|
3095
|
+
* "mp": {
|
|
3096
|
+
* "weixin": {
|
|
3097
|
+
* "hostVer": "√",
|
|
3098
|
+
* "uniVer": "√",
|
|
3099
|
+
* "unixVer": "4.35"
|
|
3100
|
+
* },
|
|
3101
|
+
* "alipay": {
|
|
3102
|
+
* "hostVer": "√",
|
|
3103
|
+
* "uniVer": "√",
|
|
3104
|
+
* "unixVer": "x"
|
|
3105
|
+
* },
|
|
3106
|
+
* "baidu": {
|
|
3107
|
+
* "hostVer": "√",
|
|
3108
|
+
* "uniVer": "√",
|
|
3109
|
+
* "unixVer": "x"
|
|
3110
|
+
* },
|
|
3111
|
+
* "toutiao": {
|
|
3112
|
+
* "hostVer": "√",
|
|
3113
|
+
* "uniVer": "√",
|
|
3114
|
+
* "unixVer": "x"
|
|
3115
|
+
* },
|
|
3116
|
+
* "lark": {
|
|
3117
|
+
* "hostVer": "√",
|
|
3118
|
+
* "uniVer": "√",
|
|
3119
|
+
* "unixVer": "x"
|
|
3120
|
+
* },
|
|
3121
|
+
* "qq": {
|
|
3122
|
+
* "hostVer": "√",
|
|
3123
|
+
* "uniVer": "√",
|
|
3124
|
+
* "unixVer": "x"
|
|
3125
|
+
* },
|
|
3126
|
+
* "kuaishou": {
|
|
3127
|
+
* "hostVer": "√",
|
|
3128
|
+
* "uniVer": "√",
|
|
3129
|
+
* "unixVer": "x"
|
|
3130
|
+
* },
|
|
3131
|
+
* "jd": {
|
|
3132
|
+
* "hostVer": "√",
|
|
3133
|
+
* "uniVer": "√",
|
|
3134
|
+
* "unixVer": "x"
|
|
3135
|
+
* }
|
|
3136
|
+
* },
|
|
1345
3137
|
* "web": {
|
|
1346
3138
|
* "uniVer": "x",
|
|
1347
3139
|
* "unixVer": "x"
|
|
@@ -1364,6 +3156,48 @@ export interface FileSystemManager {
|
|
|
1364
3156
|
* "unixVer": "4.11"
|
|
1365
3157
|
* }
|
|
1366
3158
|
* },
|
|
3159
|
+
* "mp": {
|
|
3160
|
+
* "weixin": {
|
|
3161
|
+
* "hostVer": "√",
|
|
3162
|
+
* "uniVer": "√",
|
|
3163
|
+
* "unixVer": "4.35"
|
|
3164
|
+
* },
|
|
3165
|
+
* "alipay": {
|
|
3166
|
+
* "hostVer": "√",
|
|
3167
|
+
* "uniVer": "√",
|
|
3168
|
+
* "unixVer": "x"
|
|
3169
|
+
* },
|
|
3170
|
+
* "baidu": {
|
|
3171
|
+
* "hostVer": "√",
|
|
3172
|
+
* "uniVer": "√",
|
|
3173
|
+
* "unixVer": "x"
|
|
3174
|
+
* },
|
|
3175
|
+
* "toutiao": {
|
|
3176
|
+
* "hostVer": "√",
|
|
3177
|
+
* "uniVer": "√",
|
|
3178
|
+
* "unixVer": "x"
|
|
3179
|
+
* },
|
|
3180
|
+
* "lark": {
|
|
3181
|
+
* "hostVer": "√",
|
|
3182
|
+
* "uniVer": "√",
|
|
3183
|
+
* "unixVer": "x"
|
|
3184
|
+
* },
|
|
3185
|
+
* "qq": {
|
|
3186
|
+
* "hostVer": "√",
|
|
3187
|
+
* "uniVer": "√",
|
|
3188
|
+
* "unixVer": "x"
|
|
3189
|
+
* },
|
|
3190
|
+
* "kuaishou": {
|
|
3191
|
+
* "hostVer": "√",
|
|
3192
|
+
* "uniVer": "√",
|
|
3193
|
+
* "unixVer": "x"
|
|
3194
|
+
* },
|
|
3195
|
+
* "jd": {
|
|
3196
|
+
* "hostVer": "√",
|
|
3197
|
+
* "uniVer": "√",
|
|
3198
|
+
* "unixVer": "x"
|
|
3199
|
+
* }
|
|
3200
|
+
* },
|
|
1367
3201
|
* "web": {
|
|
1368
3202
|
* "uniVer": "x",
|
|
1369
3203
|
* "unixVer": "x"
|
|
@@ -1388,6 +3222,48 @@ export interface FileSystemManager {
|
|
|
1388
3222
|
* "unixVer": "x"
|
|
1389
3223
|
* }
|
|
1390
3224
|
* },
|
|
3225
|
+
* "mp": {
|
|
3226
|
+
* "weixin": {
|
|
3227
|
+
* "hostVer": "√",
|
|
3228
|
+
* "uniVer": "√",
|
|
3229
|
+
* "unixVer": "4.35"
|
|
3230
|
+
* },
|
|
3231
|
+
* "alipay": {
|
|
3232
|
+
* "hostVer": "√",
|
|
3233
|
+
* "uniVer": "√",
|
|
3234
|
+
* "unixVer": "x"
|
|
3235
|
+
* },
|
|
3236
|
+
* "baidu": {
|
|
3237
|
+
* "hostVer": "√",
|
|
3238
|
+
* "uniVer": "√",
|
|
3239
|
+
* "unixVer": "x"
|
|
3240
|
+
* },
|
|
3241
|
+
* "toutiao": {
|
|
3242
|
+
* "hostVer": "√",
|
|
3243
|
+
* "uniVer": "√",
|
|
3244
|
+
* "unixVer": "x"
|
|
3245
|
+
* },
|
|
3246
|
+
* "lark": {
|
|
3247
|
+
* "hostVer": "√",
|
|
3248
|
+
* "uniVer": "√",
|
|
3249
|
+
* "unixVer": "x"
|
|
3250
|
+
* },
|
|
3251
|
+
* "qq": {
|
|
3252
|
+
* "hostVer": "√",
|
|
3253
|
+
* "uniVer": "√",
|
|
3254
|
+
* "unixVer": "x"
|
|
3255
|
+
* },
|
|
3256
|
+
* "kuaishou": {
|
|
3257
|
+
* "hostVer": "√",
|
|
3258
|
+
* "uniVer": "√",
|
|
3259
|
+
* "unixVer": "x"
|
|
3260
|
+
* },
|
|
3261
|
+
* "jd": {
|
|
3262
|
+
* "hostVer": "√",
|
|
3263
|
+
* "uniVer": "√",
|
|
3264
|
+
* "unixVer": "x"
|
|
3265
|
+
* }
|
|
3266
|
+
* },
|
|
1391
3267
|
* "web": {
|
|
1392
3268
|
* "uniVer": "x",
|
|
1393
3269
|
* "unixVer": "x"
|
|
@@ -1410,6 +3286,48 @@ export interface FileSystemManager {
|
|
|
1410
3286
|
* "unixVer": "x"
|
|
1411
3287
|
* }
|
|
1412
3288
|
* },
|
|
3289
|
+
* "mp": {
|
|
3290
|
+
* "weixin": {
|
|
3291
|
+
* "hostVer": "√",
|
|
3292
|
+
* "uniVer": "√",
|
|
3293
|
+
* "unixVer": "4.35"
|
|
3294
|
+
* },
|
|
3295
|
+
* "alipay": {
|
|
3296
|
+
* "hostVer": "√",
|
|
3297
|
+
* "uniVer": "√",
|
|
3298
|
+
* "unixVer": "x"
|
|
3299
|
+
* },
|
|
3300
|
+
* "baidu": {
|
|
3301
|
+
* "hostVer": "√",
|
|
3302
|
+
* "uniVer": "√",
|
|
3303
|
+
* "unixVer": "x"
|
|
3304
|
+
* },
|
|
3305
|
+
* "toutiao": {
|
|
3306
|
+
* "hostVer": "√",
|
|
3307
|
+
* "uniVer": "√",
|
|
3308
|
+
* "unixVer": "x"
|
|
3309
|
+
* },
|
|
3310
|
+
* "lark": {
|
|
3311
|
+
* "hostVer": "√",
|
|
3312
|
+
* "uniVer": "√",
|
|
3313
|
+
* "unixVer": "x"
|
|
3314
|
+
* },
|
|
3315
|
+
* "qq": {
|
|
3316
|
+
* "hostVer": "√",
|
|
3317
|
+
* "uniVer": "√",
|
|
3318
|
+
* "unixVer": "x"
|
|
3319
|
+
* },
|
|
3320
|
+
* "kuaishou": {
|
|
3321
|
+
* "hostVer": "√",
|
|
3322
|
+
* "uniVer": "√",
|
|
3323
|
+
* "unixVer": "x"
|
|
3324
|
+
* },
|
|
3325
|
+
* "jd": {
|
|
3326
|
+
* "hostVer": "√",
|
|
3327
|
+
* "uniVer": "√",
|
|
3328
|
+
* "unixVer": "x"
|
|
3329
|
+
* }
|
|
3330
|
+
* },
|
|
1413
3331
|
* "web": {
|
|
1414
3332
|
* "uniVer": "x",
|
|
1415
3333
|
* "unixVer": "x"
|
|
@@ -1420,7 +3338,7 @@ export interface FileSystemManager {
|
|
|
1420
3338
|
/**
|
|
1421
3339
|
* FileSystemManager.appendFile 的同步版本
|
|
1422
3340
|
* @param filePath 要追加内容的文件路径 (本地路径)
|
|
1423
|
-
* @param data
|
|
3341
|
+
* @param data 要追加的文本或二进制数据,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer,类型改成了any
|
|
1424
3342
|
* @param encoding 指定写入文件的字符编码支持:ascii base64 utf-8,只在 data 类型是 String 时有效
|
|
1425
3343
|
* @uniPlatform {
|
|
1426
3344
|
* "app": {
|
|
@@ -1435,6 +3353,48 @@ export interface FileSystemManager {
|
|
|
1435
3353
|
* "unixVer": "x"
|
|
1436
3354
|
* }
|
|
1437
3355
|
* },
|
|
3356
|
+
* "mp": {
|
|
3357
|
+
* "weixin": {
|
|
3358
|
+
* "hostVer": "√",
|
|
3359
|
+
* "uniVer": "√",
|
|
3360
|
+
* "unixVer": "4.35"
|
|
3361
|
+
* },
|
|
3362
|
+
* "alipay": {
|
|
3363
|
+
* "hostVer": "√",
|
|
3364
|
+
* "uniVer": "√",
|
|
3365
|
+
* "unixVer": "x"
|
|
3366
|
+
* },
|
|
3367
|
+
* "baidu": {
|
|
3368
|
+
* "hostVer": "√",
|
|
3369
|
+
* "uniVer": "√",
|
|
3370
|
+
* "unixVer": "x"
|
|
3371
|
+
* },
|
|
3372
|
+
* "toutiao": {
|
|
3373
|
+
* "hostVer": "√",
|
|
3374
|
+
* "uniVer": "√",
|
|
3375
|
+
* "unixVer": "x"
|
|
3376
|
+
* },
|
|
3377
|
+
* "lark": {
|
|
3378
|
+
* "hostVer": "√",
|
|
3379
|
+
* "uniVer": "√",
|
|
3380
|
+
* "unixVer": "x"
|
|
3381
|
+
* },
|
|
3382
|
+
* "qq": {
|
|
3383
|
+
* "hostVer": "√",
|
|
3384
|
+
* "uniVer": "√",
|
|
3385
|
+
* "unixVer": "x"
|
|
3386
|
+
* },
|
|
3387
|
+
* "kuaishou": {
|
|
3388
|
+
* "hostVer": "√",
|
|
3389
|
+
* "uniVer": "√",
|
|
3390
|
+
* "unixVer": "x"
|
|
3391
|
+
* },
|
|
3392
|
+
* "jd": {
|
|
3393
|
+
* "hostVer": "√",
|
|
3394
|
+
* "uniVer": "√",
|
|
3395
|
+
* "unixVer": "x"
|
|
3396
|
+
* }
|
|
3397
|
+
* },
|
|
1438
3398
|
* "web": {
|
|
1439
3399
|
* "uniVer": "x",
|
|
1440
3400
|
* "unixVer": "x"
|
|
@@ -1459,6 +3419,48 @@ export interface FileSystemManager {
|
|
|
1459
3419
|
* "unixVer": "x"
|
|
1460
3420
|
* }
|
|
1461
3421
|
* },
|
|
3422
|
+
* "mp": {
|
|
3423
|
+
* "weixin": {
|
|
3424
|
+
* "hostVer": "√",
|
|
3425
|
+
* "uniVer": "√",
|
|
3426
|
+
* "unixVer": "4.35"
|
|
3427
|
+
* },
|
|
3428
|
+
* "alipay": {
|
|
3429
|
+
* "hostVer": "√",
|
|
3430
|
+
* "uniVer": "√",
|
|
3431
|
+
* "unixVer": "x"
|
|
3432
|
+
* },
|
|
3433
|
+
* "baidu": {
|
|
3434
|
+
* "hostVer": "√",
|
|
3435
|
+
* "uniVer": "√",
|
|
3436
|
+
* "unixVer": "x"
|
|
3437
|
+
* },
|
|
3438
|
+
* "toutiao": {
|
|
3439
|
+
* "hostVer": "√",
|
|
3440
|
+
* "uniVer": "√",
|
|
3441
|
+
* "unixVer": "x"
|
|
3442
|
+
* },
|
|
3443
|
+
* "lark": {
|
|
3444
|
+
* "hostVer": "√",
|
|
3445
|
+
* "uniVer": "√",
|
|
3446
|
+
* "unixVer": "x"
|
|
3447
|
+
* },
|
|
3448
|
+
* "qq": {
|
|
3449
|
+
* "hostVer": "√",
|
|
3450
|
+
* "uniVer": "√",
|
|
3451
|
+
* "unixVer": "x"
|
|
3452
|
+
* },
|
|
3453
|
+
* "kuaishou": {
|
|
3454
|
+
* "hostVer": "√",
|
|
3455
|
+
* "uniVer": "√",
|
|
3456
|
+
* "unixVer": "x"
|
|
3457
|
+
* },
|
|
3458
|
+
* "jd": {
|
|
3459
|
+
* "hostVer": "√",
|
|
3460
|
+
* "uniVer": "√",
|
|
3461
|
+
* "unixVer": "x"
|
|
3462
|
+
* }
|
|
3463
|
+
* },
|
|
1462
3464
|
* "web": {
|
|
1463
3465
|
* "uniVer": "x",
|
|
1464
3466
|
* "unixVer": "x"
|
|
@@ -1505,6 +3507,48 @@ export interface FileSystemManager {
|
|
|
1505
3507
|
* "unixVer": "x"
|
|
1506
3508
|
* }
|
|
1507
3509
|
* },
|
|
3510
|
+
* "mp": {
|
|
3511
|
+
* "weixin": {
|
|
3512
|
+
* "hostVer": "√",
|
|
3513
|
+
* "uniVer": "√",
|
|
3514
|
+
* "unixVer": "4.35"
|
|
3515
|
+
* },
|
|
3516
|
+
* "alipay": {
|
|
3517
|
+
* "hostVer": "√",
|
|
3518
|
+
* "uniVer": "√",
|
|
3519
|
+
* "unixVer": "x"
|
|
3520
|
+
* },
|
|
3521
|
+
* "baidu": {
|
|
3522
|
+
* "hostVer": "√",
|
|
3523
|
+
* "uniVer": "√",
|
|
3524
|
+
* "unixVer": "x"
|
|
3525
|
+
* },
|
|
3526
|
+
* "toutiao": {
|
|
3527
|
+
* "hostVer": "√",
|
|
3528
|
+
* "uniVer": "√",
|
|
3529
|
+
* "unixVer": "x"
|
|
3530
|
+
* },
|
|
3531
|
+
* "lark": {
|
|
3532
|
+
* "hostVer": "√",
|
|
3533
|
+
* "uniVer": "√",
|
|
3534
|
+
* "unixVer": "x"
|
|
3535
|
+
* },
|
|
3536
|
+
* "qq": {
|
|
3537
|
+
* "hostVer": "√",
|
|
3538
|
+
* "uniVer": "√",
|
|
3539
|
+
* "unixVer": "x"
|
|
3540
|
+
* },
|
|
3541
|
+
* "kuaishou": {
|
|
3542
|
+
* "hostVer": "√",
|
|
3543
|
+
* "uniVer": "√",
|
|
3544
|
+
* "unixVer": "x"
|
|
3545
|
+
* },
|
|
3546
|
+
* "jd": {
|
|
3547
|
+
* "hostVer": "√",
|
|
3548
|
+
* "uniVer": "√",
|
|
3549
|
+
* "unixVer": "x"
|
|
3550
|
+
* }
|
|
3551
|
+
* },
|
|
1508
3552
|
* "web": {
|
|
1509
3553
|
* "uniVer": "x",
|
|
1510
3554
|
* "unixVer": "x"
|
|
@@ -1527,6 +3571,48 @@ export interface FileSystemManager {
|
|
|
1527
3571
|
* "unixVer": "x"
|
|
1528
3572
|
* }
|
|
1529
3573
|
* },
|
|
3574
|
+
* "mp": {
|
|
3575
|
+
* "weixin": {
|
|
3576
|
+
* "hostVer": "√",
|
|
3577
|
+
* "uniVer": "√",
|
|
3578
|
+
* "unixVer": "4.35"
|
|
3579
|
+
* },
|
|
3580
|
+
* "alipay": {
|
|
3581
|
+
* "hostVer": "√",
|
|
3582
|
+
* "uniVer": "√",
|
|
3583
|
+
* "unixVer": "x"
|
|
3584
|
+
* },
|
|
3585
|
+
* "baidu": {
|
|
3586
|
+
* "hostVer": "√",
|
|
3587
|
+
* "uniVer": "√",
|
|
3588
|
+
* "unixVer": "x"
|
|
3589
|
+
* },
|
|
3590
|
+
* "toutiao": {
|
|
3591
|
+
* "hostVer": "√",
|
|
3592
|
+
* "uniVer": "√",
|
|
3593
|
+
* "unixVer": "x"
|
|
3594
|
+
* },
|
|
3595
|
+
* "lark": {
|
|
3596
|
+
* "hostVer": "√",
|
|
3597
|
+
* "uniVer": "√",
|
|
3598
|
+
* "unixVer": "x"
|
|
3599
|
+
* },
|
|
3600
|
+
* "qq": {
|
|
3601
|
+
* "hostVer": "√",
|
|
3602
|
+
* "uniVer": "√",
|
|
3603
|
+
* "unixVer": "x"
|
|
3604
|
+
* },
|
|
3605
|
+
* "kuaishou": {
|
|
3606
|
+
* "hostVer": "√",
|
|
3607
|
+
* "uniVer": "√",
|
|
3608
|
+
* "unixVer": "x"
|
|
3609
|
+
* },
|
|
3610
|
+
* "jd": {
|
|
3611
|
+
* "hostVer": "√",
|
|
3612
|
+
* "uniVer": "√",
|
|
3613
|
+
* "unixVer": "x"
|
|
3614
|
+
* }
|
|
3615
|
+
* },
|
|
1530
3616
|
* "web": {
|
|
1531
3617
|
* "uniVer": "x",
|
|
1532
3618
|
* "unixVer": "x"
|
|
@@ -1549,6 +3635,48 @@ export interface FileSystemManager {
|
|
|
1549
3635
|
* "unixVer": "x"
|
|
1550
3636
|
* }
|
|
1551
3637
|
* },
|
|
3638
|
+
* "mp": {
|
|
3639
|
+
* "weixin": {
|
|
3640
|
+
* "hostVer": "√",
|
|
3641
|
+
* "uniVer": "√",
|
|
3642
|
+
* "unixVer": "4.35"
|
|
3643
|
+
* },
|
|
3644
|
+
* "alipay": {
|
|
3645
|
+
* "hostVer": "√",
|
|
3646
|
+
* "uniVer": "√",
|
|
3647
|
+
* "unixVer": "x"
|
|
3648
|
+
* },
|
|
3649
|
+
* "baidu": {
|
|
3650
|
+
* "hostVer": "√",
|
|
3651
|
+
* "uniVer": "√",
|
|
3652
|
+
* "unixVer": "x"
|
|
3653
|
+
* },
|
|
3654
|
+
* "toutiao": {
|
|
3655
|
+
* "hostVer": "√",
|
|
3656
|
+
* "uniVer": "√",
|
|
3657
|
+
* "unixVer": "x"
|
|
3658
|
+
* },
|
|
3659
|
+
* "lark": {
|
|
3660
|
+
* "hostVer": "√",
|
|
3661
|
+
* "uniVer": "√",
|
|
3662
|
+
* "unixVer": "x"
|
|
3663
|
+
* },
|
|
3664
|
+
* "qq": {
|
|
3665
|
+
* "hostVer": "√",
|
|
3666
|
+
* "uniVer": "√",
|
|
3667
|
+
* "unixVer": "x"
|
|
3668
|
+
* },
|
|
3669
|
+
* "kuaishou": {
|
|
3670
|
+
* "hostVer": "√",
|
|
3671
|
+
* "uniVer": "√",
|
|
3672
|
+
* "unixVer": "x"
|
|
3673
|
+
* },
|
|
3674
|
+
* "jd": {
|
|
3675
|
+
* "hostVer": "√",
|
|
3676
|
+
* "uniVer": "√",
|
|
3677
|
+
* "unixVer": "x"
|
|
3678
|
+
* }
|
|
3679
|
+
* },
|
|
1552
3680
|
* "web": {
|
|
1553
3681
|
* "uniVer": "x",
|
|
1554
3682
|
* "unixVer": "x"
|
|
@@ -1571,6 +3699,48 @@ export interface FileSystemManager {
|
|
|
1571
3699
|
* "unixVer": "x"
|
|
1572
3700
|
* }
|
|
1573
3701
|
* },
|
|
3702
|
+
* "mp": {
|
|
3703
|
+
* "weixin": {
|
|
3704
|
+
* "hostVer": "√",
|
|
3705
|
+
* "uniVer": "√",
|
|
3706
|
+
* "unixVer": "4.35"
|
|
3707
|
+
* },
|
|
3708
|
+
* "alipay": {
|
|
3709
|
+
* "hostVer": "√",
|
|
3710
|
+
* "uniVer": "√",
|
|
3711
|
+
* "unixVer": "x"
|
|
3712
|
+
* },
|
|
3713
|
+
* "baidu": {
|
|
3714
|
+
* "hostVer": "√",
|
|
3715
|
+
* "uniVer": "√",
|
|
3716
|
+
* "unixVer": "x"
|
|
3717
|
+
* },
|
|
3718
|
+
* "toutiao": {
|
|
3719
|
+
* "hostVer": "√",
|
|
3720
|
+
* "uniVer": "√",
|
|
3721
|
+
* "unixVer": "x"
|
|
3722
|
+
* },
|
|
3723
|
+
* "lark": {
|
|
3724
|
+
* "hostVer": "√",
|
|
3725
|
+
* "uniVer": "√",
|
|
3726
|
+
* "unixVer": "x"
|
|
3727
|
+
* },
|
|
3728
|
+
* "qq": {
|
|
3729
|
+
* "hostVer": "√",
|
|
3730
|
+
* "uniVer": "√",
|
|
3731
|
+
* "unixVer": "x"
|
|
3732
|
+
* },
|
|
3733
|
+
* "kuaishou": {
|
|
3734
|
+
* "hostVer": "√",
|
|
3735
|
+
* "uniVer": "√",
|
|
3736
|
+
* "unixVer": "x"
|
|
3737
|
+
* },
|
|
3738
|
+
* "jd": {
|
|
3739
|
+
* "hostVer": "√",
|
|
3740
|
+
* "uniVer": "√",
|
|
3741
|
+
* "unixVer": "x"
|
|
3742
|
+
* }
|
|
3743
|
+
* },
|
|
1574
3744
|
* "web": {
|
|
1575
3745
|
* "uniVer": "x",
|
|
1576
3746
|
* "unixVer": "x"
|
|
@@ -1595,6 +3765,48 @@ export interface FileSystemManager {
|
|
|
1595
3765
|
* "unixVer": "x"
|
|
1596
3766
|
* }
|
|
1597
3767
|
* },
|
|
3768
|
+
* "mp": {
|
|
3769
|
+
* "weixin": {
|
|
3770
|
+
* "hostVer": "√",
|
|
3771
|
+
* "uniVer": "√",
|
|
3772
|
+
* "unixVer": "4.35"
|
|
3773
|
+
* },
|
|
3774
|
+
* "alipay": {
|
|
3775
|
+
* "hostVer": "√",
|
|
3776
|
+
* "uniVer": "√",
|
|
3777
|
+
* "unixVer": "x"
|
|
3778
|
+
* },
|
|
3779
|
+
* "baidu": {
|
|
3780
|
+
* "hostVer": "√",
|
|
3781
|
+
* "uniVer": "√",
|
|
3782
|
+
* "unixVer": "x"
|
|
3783
|
+
* },
|
|
3784
|
+
* "toutiao": {
|
|
3785
|
+
* "hostVer": "√",
|
|
3786
|
+
* "uniVer": "√",
|
|
3787
|
+
* "unixVer": "x"
|
|
3788
|
+
* },
|
|
3789
|
+
* "lark": {
|
|
3790
|
+
* "hostVer": "√",
|
|
3791
|
+
* "uniVer": "√",
|
|
3792
|
+
* "unixVer": "x"
|
|
3793
|
+
* },
|
|
3794
|
+
* "qq": {
|
|
3795
|
+
* "hostVer": "√",
|
|
3796
|
+
* "uniVer": "√",
|
|
3797
|
+
* "unixVer": "x"
|
|
3798
|
+
* },
|
|
3799
|
+
* "kuaishou": {
|
|
3800
|
+
* "hostVer": "√",
|
|
3801
|
+
* "uniVer": "√",
|
|
3802
|
+
* "unixVer": "x"
|
|
3803
|
+
* },
|
|
3804
|
+
* "jd": {
|
|
3805
|
+
* "hostVer": "√",
|
|
3806
|
+
* "uniVer": "√",
|
|
3807
|
+
* "unixVer": "x"
|
|
3808
|
+
* }
|
|
3809
|
+
* },
|
|
1598
3810
|
* "web": {
|
|
1599
3811
|
* "uniVer": "x",
|
|
1600
3812
|
* "unixVer": "x"
|
|
@@ -1641,6 +3853,48 @@ export interface FileSystemManager {
|
|
|
1641
3853
|
* "unixVer": "x"
|
|
1642
3854
|
* }
|
|
1643
3855
|
* },
|
|
3856
|
+
* "mp": {
|
|
3857
|
+
* "weixin": {
|
|
3858
|
+
* "hostVer": "√",
|
|
3859
|
+
* "uniVer": "√",
|
|
3860
|
+
* "unixVer": "4.35"
|
|
3861
|
+
* },
|
|
3862
|
+
* "alipay": {
|
|
3863
|
+
* "hostVer": "√",
|
|
3864
|
+
* "uniVer": "√",
|
|
3865
|
+
* "unixVer": "x"
|
|
3866
|
+
* },
|
|
3867
|
+
* "baidu": {
|
|
3868
|
+
* "hostVer": "√",
|
|
3869
|
+
* "uniVer": "√",
|
|
3870
|
+
* "unixVer": "x"
|
|
3871
|
+
* },
|
|
3872
|
+
* "toutiao": {
|
|
3873
|
+
* "hostVer": "√",
|
|
3874
|
+
* "uniVer": "√",
|
|
3875
|
+
* "unixVer": "x"
|
|
3876
|
+
* },
|
|
3877
|
+
* "lark": {
|
|
3878
|
+
* "hostVer": "√",
|
|
3879
|
+
* "uniVer": "√",
|
|
3880
|
+
* "unixVer": "x"
|
|
3881
|
+
* },
|
|
3882
|
+
* "qq": {
|
|
3883
|
+
* "hostVer": "√",
|
|
3884
|
+
* "uniVer": "√",
|
|
3885
|
+
* "unixVer": "x"
|
|
3886
|
+
* },
|
|
3887
|
+
* "kuaishou": {
|
|
3888
|
+
* "hostVer": "√",
|
|
3889
|
+
* "uniVer": "√",
|
|
3890
|
+
* "unixVer": "x"
|
|
3891
|
+
* },
|
|
3892
|
+
* "jd": {
|
|
3893
|
+
* "hostVer": "√",
|
|
3894
|
+
* "uniVer": "√",
|
|
3895
|
+
* "unixVer": "x"
|
|
3896
|
+
* }
|
|
3897
|
+
* },
|
|
1644
3898
|
* "web": {
|
|
1645
3899
|
* "uniVer": "x",
|
|
1646
3900
|
* "unixVer": "x"
|
|
@@ -1663,6 +3917,48 @@ export interface FileSystemManager {
|
|
|
1663
3917
|
* "unixVer": "x"
|
|
1664
3918
|
* }
|
|
1665
3919
|
* },
|
|
3920
|
+
* "mp": {
|
|
3921
|
+
* "weixin": {
|
|
3922
|
+
* "hostVer": "√",
|
|
3923
|
+
* "uniVer": "√",
|
|
3924
|
+
* "unixVer": "4.35"
|
|
3925
|
+
* },
|
|
3926
|
+
* "alipay": {
|
|
3927
|
+
* "hostVer": "√",
|
|
3928
|
+
* "uniVer": "√",
|
|
3929
|
+
* "unixVer": "x"
|
|
3930
|
+
* },
|
|
3931
|
+
* "baidu": {
|
|
3932
|
+
* "hostVer": "√",
|
|
3933
|
+
* "uniVer": "√",
|
|
3934
|
+
* "unixVer": "x"
|
|
3935
|
+
* },
|
|
3936
|
+
* "toutiao": {
|
|
3937
|
+
* "hostVer": "√",
|
|
3938
|
+
* "uniVer": "√",
|
|
3939
|
+
* "unixVer": "x"
|
|
3940
|
+
* },
|
|
3941
|
+
* "lark": {
|
|
3942
|
+
* "hostVer": "√",
|
|
3943
|
+
* "uniVer": "√",
|
|
3944
|
+
* "unixVer": "x"
|
|
3945
|
+
* },
|
|
3946
|
+
* "qq": {
|
|
3947
|
+
* "hostVer": "√",
|
|
3948
|
+
* "uniVer": "√",
|
|
3949
|
+
* "unixVer": "x"
|
|
3950
|
+
* },
|
|
3951
|
+
* "kuaishou": {
|
|
3952
|
+
* "hostVer": "√",
|
|
3953
|
+
* "uniVer": "√",
|
|
3954
|
+
* "unixVer": "x"
|
|
3955
|
+
* },
|
|
3956
|
+
* "jd": {
|
|
3957
|
+
* "hostVer": "√",
|
|
3958
|
+
* "uniVer": "√",
|
|
3959
|
+
* "unixVer": "x"
|
|
3960
|
+
* }
|
|
3961
|
+
* },
|
|
1666
3962
|
* "web": {
|
|
1667
3963
|
* "uniVer": "x",
|
|
1668
3964
|
* "unixVer": "x"
|
|
@@ -1685,6 +3981,48 @@ export interface FileSystemManager {
|
|
|
1685
3981
|
* "unixVer": "x"
|
|
1686
3982
|
* }
|
|
1687
3983
|
* },
|
|
3984
|
+
* "mp": {
|
|
3985
|
+
* "weixin": {
|
|
3986
|
+
* "hostVer": "√",
|
|
3987
|
+
* "uniVer": "√",
|
|
3988
|
+
* "unixVer": "4.35"
|
|
3989
|
+
* },
|
|
3990
|
+
* "alipay": {
|
|
3991
|
+
* "hostVer": "√",
|
|
3992
|
+
* "uniVer": "√",
|
|
3993
|
+
* "unixVer": "x"
|
|
3994
|
+
* },
|
|
3995
|
+
* "baidu": {
|
|
3996
|
+
* "hostVer": "√",
|
|
3997
|
+
* "uniVer": "√",
|
|
3998
|
+
* "unixVer": "x"
|
|
3999
|
+
* },
|
|
4000
|
+
* "toutiao": {
|
|
4001
|
+
* "hostVer": "√",
|
|
4002
|
+
* "uniVer": "√",
|
|
4003
|
+
* "unixVer": "x"
|
|
4004
|
+
* },
|
|
4005
|
+
* "lark": {
|
|
4006
|
+
* "hostVer": "√",
|
|
4007
|
+
* "uniVer": "√",
|
|
4008
|
+
* "unixVer": "x"
|
|
4009
|
+
* },
|
|
4010
|
+
* "qq": {
|
|
4011
|
+
* "hostVer": "√",
|
|
4012
|
+
* "uniVer": "√",
|
|
4013
|
+
* "unixVer": "x"
|
|
4014
|
+
* },
|
|
4015
|
+
* "kuaishou": {
|
|
4016
|
+
* "hostVer": "√",
|
|
4017
|
+
* "uniVer": "√",
|
|
4018
|
+
* "unixVer": "x"
|
|
4019
|
+
* },
|
|
4020
|
+
* "jd": {
|
|
4021
|
+
* "hostVer": "√",
|
|
4022
|
+
* "uniVer": "√",
|
|
4023
|
+
* "unixVer": "x"
|
|
4024
|
+
* }
|
|
4025
|
+
* },
|
|
1688
4026
|
* "web": {
|
|
1689
4027
|
* "uniVer": "x",
|
|
1690
4028
|
* "unixVer": "x"
|
|
@@ -1707,6 +4045,48 @@ export interface FileSystemManager {
|
|
|
1707
4045
|
* "unixVer": "x"
|
|
1708
4046
|
* }
|
|
1709
4047
|
* },
|
|
4048
|
+
* "mp": {
|
|
4049
|
+
* "weixin": {
|
|
4050
|
+
* "hostVer": "√",
|
|
4051
|
+
* "uniVer": "√",
|
|
4052
|
+
* "unixVer": "4.35"
|
|
4053
|
+
* },
|
|
4054
|
+
* "alipay": {
|
|
4055
|
+
* "hostVer": "√",
|
|
4056
|
+
* "uniVer": "√",
|
|
4057
|
+
* "unixVer": "x"
|
|
4058
|
+
* },
|
|
4059
|
+
* "baidu": {
|
|
4060
|
+
* "hostVer": "√",
|
|
4061
|
+
* "uniVer": "√",
|
|
4062
|
+
* "unixVer": "x"
|
|
4063
|
+
* },
|
|
4064
|
+
* "toutiao": {
|
|
4065
|
+
* "hostVer": "√",
|
|
4066
|
+
* "uniVer": "√",
|
|
4067
|
+
* "unixVer": "x"
|
|
4068
|
+
* },
|
|
4069
|
+
* "lark": {
|
|
4070
|
+
* "hostVer": "√",
|
|
4071
|
+
* "uniVer": "√",
|
|
4072
|
+
* "unixVer": "x"
|
|
4073
|
+
* },
|
|
4074
|
+
* "qq": {
|
|
4075
|
+
* "hostVer": "√",
|
|
4076
|
+
* "uniVer": "√",
|
|
4077
|
+
* "unixVer": "x"
|
|
4078
|
+
* },
|
|
4079
|
+
* "kuaishou": {
|
|
4080
|
+
* "hostVer": "√",
|
|
4081
|
+
* "uniVer": "√",
|
|
4082
|
+
* "unixVer": "x"
|
|
4083
|
+
* },
|
|
4084
|
+
* "jd": {
|
|
4085
|
+
* "hostVer": "√",
|
|
4086
|
+
* "uniVer": "√",
|
|
4087
|
+
* "unixVer": "x"
|
|
4088
|
+
* }
|
|
4089
|
+
* },
|
|
1710
4090
|
* "web": {
|
|
1711
4091
|
* "uniVer": "x",
|
|
1712
4092
|
* "unixVer": "x"
|
|
@@ -1751,6 +4131,48 @@ export interface FileSystemManager {
|
|
|
1751
4131
|
* "unixVer": "x"
|
|
1752
4132
|
* }
|
|
1753
4133
|
* },
|
|
4134
|
+
* "mp": {
|
|
4135
|
+
* "weixin": {
|
|
4136
|
+
* "hostVer": "√",
|
|
4137
|
+
* "uniVer": "√",
|
|
4138
|
+
* "unixVer": "4.35"
|
|
4139
|
+
* },
|
|
4140
|
+
* "alipay": {
|
|
4141
|
+
* "hostVer": "√",
|
|
4142
|
+
* "uniVer": "√",
|
|
4143
|
+
* "unixVer": "x"
|
|
4144
|
+
* },
|
|
4145
|
+
* "baidu": {
|
|
4146
|
+
* "hostVer": "√",
|
|
4147
|
+
* "uniVer": "√",
|
|
4148
|
+
* "unixVer": "x"
|
|
4149
|
+
* },
|
|
4150
|
+
* "toutiao": {
|
|
4151
|
+
* "hostVer": "√",
|
|
4152
|
+
* "uniVer": "√",
|
|
4153
|
+
* "unixVer": "x"
|
|
4154
|
+
* },
|
|
4155
|
+
* "lark": {
|
|
4156
|
+
* "hostVer": "√",
|
|
4157
|
+
* "uniVer": "√",
|
|
4158
|
+
* "unixVer": "x"
|
|
4159
|
+
* },
|
|
4160
|
+
* "qq": {
|
|
4161
|
+
* "hostVer": "√",
|
|
4162
|
+
* "uniVer": "√",
|
|
4163
|
+
* "unixVer": "x"
|
|
4164
|
+
* },
|
|
4165
|
+
* "kuaishou": {
|
|
4166
|
+
* "hostVer": "√",
|
|
4167
|
+
* "uniVer": "√",
|
|
4168
|
+
* "unixVer": "x"
|
|
4169
|
+
* },
|
|
4170
|
+
* "jd": {
|
|
4171
|
+
* "hostVer": "√",
|
|
4172
|
+
* "uniVer": "√",
|
|
4173
|
+
* "unixVer": "x"
|
|
4174
|
+
* }
|
|
4175
|
+
* },
|
|
1754
4176
|
* "web": {
|
|
1755
4177
|
* "uniVer": "x",
|
|
1756
4178
|
* "unixVer": "x"
|
|
@@ -1773,6 +4195,48 @@ export interface FileSystemManager {
|
|
|
1773
4195
|
* "unixVer": "x"
|
|
1774
4196
|
* }
|
|
1775
4197
|
* },
|
|
4198
|
+
* "mp": {
|
|
4199
|
+
* "weixin": {
|
|
4200
|
+
* "hostVer": "√",
|
|
4201
|
+
* "uniVer": "√",
|
|
4202
|
+
* "unixVer": "4.35"
|
|
4203
|
+
* },
|
|
4204
|
+
* "alipay": {
|
|
4205
|
+
* "hostVer": "√",
|
|
4206
|
+
* "uniVer": "√",
|
|
4207
|
+
* "unixVer": "x"
|
|
4208
|
+
* },
|
|
4209
|
+
* "baidu": {
|
|
4210
|
+
* "hostVer": "√",
|
|
4211
|
+
* "uniVer": "√",
|
|
4212
|
+
* "unixVer": "x"
|
|
4213
|
+
* },
|
|
4214
|
+
* "toutiao": {
|
|
4215
|
+
* "hostVer": "√",
|
|
4216
|
+
* "uniVer": "√",
|
|
4217
|
+
* "unixVer": "x"
|
|
4218
|
+
* },
|
|
4219
|
+
* "lark": {
|
|
4220
|
+
* "hostVer": "√",
|
|
4221
|
+
* "uniVer": "√",
|
|
4222
|
+
* "unixVer": "x"
|
|
4223
|
+
* },
|
|
4224
|
+
* "qq": {
|
|
4225
|
+
* "hostVer": "√",
|
|
4226
|
+
* "uniVer": "√",
|
|
4227
|
+
* "unixVer": "x"
|
|
4228
|
+
* },
|
|
4229
|
+
* "kuaishou": {
|
|
4230
|
+
* "hostVer": "√",
|
|
4231
|
+
* "uniVer": "√",
|
|
4232
|
+
* "unixVer": "x"
|
|
4233
|
+
* },
|
|
4234
|
+
* "jd": {
|
|
4235
|
+
* "hostVer": "√",
|
|
4236
|
+
* "uniVer": "√",
|
|
4237
|
+
* "unixVer": "x"
|
|
4238
|
+
* }
|
|
4239
|
+
* },
|
|
1776
4240
|
* "web": {
|
|
1777
4241
|
* "uniVer": "x",
|
|
1778
4242
|
* "unixVer": "x"
|
|
@@ -1795,6 +4259,48 @@ export interface FileSystemManager {
|
|
|
1795
4259
|
* "unixVer": "x"
|
|
1796
4260
|
* }
|
|
1797
4261
|
* },
|
|
4262
|
+
* "mp": {
|
|
4263
|
+
* "weixin": {
|
|
4264
|
+
* "hostVer": "√",
|
|
4265
|
+
* "uniVer": "√",
|
|
4266
|
+
* "unixVer": "4.35"
|
|
4267
|
+
* },
|
|
4268
|
+
* "alipay": {
|
|
4269
|
+
* "hostVer": "√",
|
|
4270
|
+
* "uniVer": "√",
|
|
4271
|
+
* "unixVer": "x"
|
|
4272
|
+
* },
|
|
4273
|
+
* "baidu": {
|
|
4274
|
+
* "hostVer": "√",
|
|
4275
|
+
* "uniVer": "√",
|
|
4276
|
+
* "unixVer": "x"
|
|
4277
|
+
* },
|
|
4278
|
+
* "toutiao": {
|
|
4279
|
+
* "hostVer": "√",
|
|
4280
|
+
* "uniVer": "√",
|
|
4281
|
+
* "unixVer": "x"
|
|
4282
|
+
* },
|
|
4283
|
+
* "lark": {
|
|
4284
|
+
* "hostVer": "√",
|
|
4285
|
+
* "uniVer": "√",
|
|
4286
|
+
* "unixVer": "x"
|
|
4287
|
+
* },
|
|
4288
|
+
* "qq": {
|
|
4289
|
+
* "hostVer": "√",
|
|
4290
|
+
* "uniVer": "√",
|
|
4291
|
+
* "unixVer": "x"
|
|
4292
|
+
* },
|
|
4293
|
+
* "kuaishou": {
|
|
4294
|
+
* "hostVer": "√",
|
|
4295
|
+
* "uniVer": "√",
|
|
4296
|
+
* "unixVer": "x"
|
|
4297
|
+
* },
|
|
4298
|
+
* "jd": {
|
|
4299
|
+
* "hostVer": "√",
|
|
4300
|
+
* "uniVer": "√",
|
|
4301
|
+
* "unixVer": "x"
|
|
4302
|
+
* }
|
|
4303
|
+
* },
|
|
1798
4304
|
* "web": {
|
|
1799
4305
|
* "uniVer": "x",
|
|
1800
4306
|
* "unixVer": "x"
|
|
@@ -1817,6 +4323,48 @@ export interface FileSystemManager {
|
|
|
1817
4323
|
* "unixVer": "x"
|
|
1818
4324
|
* }
|
|
1819
4325
|
* },
|
|
4326
|
+
* "mp": {
|
|
4327
|
+
* "weixin": {
|
|
4328
|
+
* "hostVer": "√",
|
|
4329
|
+
* "uniVer": "√",
|
|
4330
|
+
* "unixVer": "4.35"
|
|
4331
|
+
* },
|
|
4332
|
+
* "alipay": {
|
|
4333
|
+
* "hostVer": "√",
|
|
4334
|
+
* "uniVer": "√",
|
|
4335
|
+
* "unixVer": "x"
|
|
4336
|
+
* },
|
|
4337
|
+
* "baidu": {
|
|
4338
|
+
* "hostVer": "√",
|
|
4339
|
+
* "uniVer": "√",
|
|
4340
|
+
* "unixVer": "x"
|
|
4341
|
+
* },
|
|
4342
|
+
* "toutiao": {
|
|
4343
|
+
* "hostVer": "√",
|
|
4344
|
+
* "uniVer": "√",
|
|
4345
|
+
* "unixVer": "x"
|
|
4346
|
+
* },
|
|
4347
|
+
* "lark": {
|
|
4348
|
+
* "hostVer": "√",
|
|
4349
|
+
* "uniVer": "√",
|
|
4350
|
+
* "unixVer": "x"
|
|
4351
|
+
* },
|
|
4352
|
+
* "qq": {
|
|
4353
|
+
* "hostVer": "√",
|
|
4354
|
+
* "uniVer": "√",
|
|
4355
|
+
* "unixVer": "x"
|
|
4356
|
+
* },
|
|
4357
|
+
* "kuaishou": {
|
|
4358
|
+
* "hostVer": "√",
|
|
4359
|
+
* "uniVer": "√",
|
|
4360
|
+
* "unixVer": "x"
|
|
4361
|
+
* },
|
|
4362
|
+
* "jd": {
|
|
4363
|
+
* "hostVer": "√",
|
|
4364
|
+
* "uniVer": "√",
|
|
4365
|
+
* "unixVer": "x"
|
|
4366
|
+
* }
|
|
4367
|
+
* },
|
|
1820
4368
|
* "web": {
|
|
1821
4369
|
* "uniVer": "x",
|
|
1822
4370
|
* "unixVer": "x"
|
|
@@ -1861,6 +4409,48 @@ export interface FileSystemManager {
|
|
|
1861
4409
|
* "unixVer": "x"
|
|
1862
4410
|
* }
|
|
1863
4411
|
* },
|
|
4412
|
+
* "mp": {
|
|
4413
|
+
* "weixin": {
|
|
4414
|
+
* "hostVer": "√",
|
|
4415
|
+
* "uniVer": "√",
|
|
4416
|
+
* "unixVer": "4.35"
|
|
4417
|
+
* },
|
|
4418
|
+
* "alipay": {
|
|
4419
|
+
* "hostVer": "√",
|
|
4420
|
+
* "uniVer": "√",
|
|
4421
|
+
* "unixVer": "x"
|
|
4422
|
+
* },
|
|
4423
|
+
* "baidu": {
|
|
4424
|
+
* "hostVer": "√",
|
|
4425
|
+
* "uniVer": "√",
|
|
4426
|
+
* "unixVer": "x"
|
|
4427
|
+
* },
|
|
4428
|
+
* "toutiao": {
|
|
4429
|
+
* "hostVer": "√",
|
|
4430
|
+
* "uniVer": "√",
|
|
4431
|
+
* "unixVer": "x"
|
|
4432
|
+
* },
|
|
4433
|
+
* "lark": {
|
|
4434
|
+
* "hostVer": "√",
|
|
4435
|
+
* "uniVer": "√",
|
|
4436
|
+
* "unixVer": "x"
|
|
4437
|
+
* },
|
|
4438
|
+
* "qq": {
|
|
4439
|
+
* "hostVer": "√",
|
|
4440
|
+
* "uniVer": "√",
|
|
4441
|
+
* "unixVer": "x"
|
|
4442
|
+
* },
|
|
4443
|
+
* "kuaishou": {
|
|
4444
|
+
* "hostVer": "√",
|
|
4445
|
+
* "uniVer": "√",
|
|
4446
|
+
* "unixVer": "x"
|
|
4447
|
+
* },
|
|
4448
|
+
* "jd": {
|
|
4449
|
+
* "hostVer": "√",
|
|
4450
|
+
* "uniVer": "√",
|
|
4451
|
+
* "unixVer": "x"
|
|
4452
|
+
* }
|
|
4453
|
+
* },
|
|
1864
4454
|
* "web": {
|
|
1865
4455
|
* "uniVer": "x",
|
|
1866
4456
|
* "unixVer": "x"
|
|
@@ -1883,6 +4473,48 @@ export interface FileSystemManager {
|
|
|
1883
4473
|
* "unixVer": "x"
|
|
1884
4474
|
* }
|
|
1885
4475
|
* },
|
|
4476
|
+
* "mp": {
|
|
4477
|
+
* "weixin": {
|
|
4478
|
+
* "hostVer": "√",
|
|
4479
|
+
* "uniVer": "√",
|
|
4480
|
+
* "unixVer": "4.35"
|
|
4481
|
+
* },
|
|
4482
|
+
* "alipay": {
|
|
4483
|
+
* "hostVer": "√",
|
|
4484
|
+
* "uniVer": "√",
|
|
4485
|
+
* "unixVer": "x"
|
|
4486
|
+
* },
|
|
4487
|
+
* "baidu": {
|
|
4488
|
+
* "hostVer": "√",
|
|
4489
|
+
* "uniVer": "√",
|
|
4490
|
+
* "unixVer": "x"
|
|
4491
|
+
* },
|
|
4492
|
+
* "toutiao": {
|
|
4493
|
+
* "hostVer": "√",
|
|
4494
|
+
* "uniVer": "√",
|
|
4495
|
+
* "unixVer": "x"
|
|
4496
|
+
* },
|
|
4497
|
+
* "lark": {
|
|
4498
|
+
* "hostVer": "√",
|
|
4499
|
+
* "uniVer": "√",
|
|
4500
|
+
* "unixVer": "x"
|
|
4501
|
+
* },
|
|
4502
|
+
* "qq": {
|
|
4503
|
+
* "hostVer": "√",
|
|
4504
|
+
* "uniVer": "√",
|
|
4505
|
+
* "unixVer": "x"
|
|
4506
|
+
* },
|
|
4507
|
+
* "kuaishou": {
|
|
4508
|
+
* "hostVer": "√",
|
|
4509
|
+
* "uniVer": "√",
|
|
4510
|
+
* "unixVer": "x"
|
|
4511
|
+
* },
|
|
4512
|
+
* "jd": {
|
|
4513
|
+
* "hostVer": "√",
|
|
4514
|
+
* "uniVer": "√",
|
|
4515
|
+
* "unixVer": "x"
|
|
4516
|
+
* }
|
|
4517
|
+
* },
|
|
1886
4518
|
* "web": {
|
|
1887
4519
|
* "uniVer": "x",
|
|
1888
4520
|
* "unixVer": "x"
|
|
@@ -1919,6 +4551,48 @@ export interface Uni {
|
|
|
1919
4551
|
* "unixVer": "x"
|
|
1920
4552
|
* }
|
|
1921
4553
|
* },
|
|
4554
|
+
* "mp": {
|
|
4555
|
+
* "weixin": {
|
|
4556
|
+
* "hostVer": "√",
|
|
4557
|
+
* "uniVer": "√",
|
|
4558
|
+
* "unixVer": "4.35"
|
|
4559
|
+
* },
|
|
4560
|
+
* "alipay": {
|
|
4561
|
+
* "hostVer": "√",
|
|
4562
|
+
* "uniVer": "√",
|
|
4563
|
+
* "unixVer": "x"
|
|
4564
|
+
* },
|
|
4565
|
+
* "baidu": {
|
|
4566
|
+
* "hostVer": "√",
|
|
4567
|
+
* "uniVer": "√",
|
|
4568
|
+
* "unixVer": "x"
|
|
4569
|
+
* },
|
|
4570
|
+
* "toutiao": {
|
|
4571
|
+
* "hostVer": "√",
|
|
4572
|
+
* "uniVer": "√",
|
|
4573
|
+
* "unixVer": "x"
|
|
4574
|
+
* },
|
|
4575
|
+
* "lark": {
|
|
4576
|
+
* "hostVer": "√",
|
|
4577
|
+
* "uniVer": "√",
|
|
4578
|
+
* "unixVer": "x"
|
|
4579
|
+
* },
|
|
4580
|
+
* "qq": {
|
|
4581
|
+
* "hostVer": "√",
|
|
4582
|
+
* "uniVer": "√",
|
|
4583
|
+
* "unixVer": "x"
|
|
4584
|
+
* },
|
|
4585
|
+
* "kuaishou": {
|
|
4586
|
+
* "hostVer": "√",
|
|
4587
|
+
* "uniVer": "√",
|
|
4588
|
+
* "unixVer": "x"
|
|
4589
|
+
* },
|
|
4590
|
+
* "jd": {
|
|
4591
|
+
* "hostVer": "√",
|
|
4592
|
+
* "uniVer": "√",
|
|
4593
|
+
* "unixVer": "x"
|
|
4594
|
+
* }
|
|
4595
|
+
* },
|
|
1922
4596
|
* "web": {
|
|
1923
4597
|
* "uniVer": "x",
|
|
1924
4598
|
* "unixVer": "x"
|