@dcloudio/uni-app-x 0.7.39 → 0.7.40
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 +9 -7
- package/types/UniPage.d.ts +168 -22
- package/types/app.d.ts +31 -31
- package/types/native/CSSStyleDeclaration.d.ts +16 -2
- package/types/native/DOMRect.d.ts +430 -10
- package/types/native/DrawableContext.d.ts +1137 -45
- package/types/native/IUniElement.d.ts +1875 -93
- package/types/native/UniNativePage.d.ts +94 -0
- package/types/native/UniResizeObserver.d.ts +215 -5
- package/types/native/UniSafeArea.d.ts +185 -0
- package/types/native/UniVideoElement.d.ts +432 -0
- package/types/native/global.d.ts +7 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-map.d.ts +12 -8
- package/types/uni/uts-plugin-api/global.d.ts +62 -61
- package/types/uni/uts-plugin-api/index.d.ts +62 -61
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +22 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1150 -186
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +550 -550
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +69 -72
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1508 -77
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +2 -9
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +57 -57
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +312 -110
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +472 -72
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +126 -78
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +110 -66
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +595 -177
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +45 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1387 -182
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +67 -67
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +162 -63
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +241 -64
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +4089 -659
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +460 -252
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2345 -213
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1205 -149
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +328 -63
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +120 -71
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2157 -437
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +467 -315
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1608 -630
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2492 -504
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +176 -130
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +704 -58
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1230 -454
- package/types/uni/uts-plugin-biz/global.d.ts +6 -5
- package/types/uni/uts-plugin-biz/index.d.ts +6 -5
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -123
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +60 -47
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +71 -71
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -38
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -19
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +502 -255
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +48 -48
- package/types/uni/uts-plugin-extend/global.d.ts +0 -4
- package/types/uni/uts-plugin-extend/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4399 -339
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- 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 +1495 -384
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
- package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
|
@@ -32,87 +32,87 @@ export interface CanvasContext {
|
|
|
32
32
|
* "unixVer": "4.25"
|
|
33
33
|
* },
|
|
34
34
|
* "mp":{
|
|
35
|
-
* weixin: {
|
|
36
|
-
* hostVer:
|
|
37
|
-
* uniVer:
|
|
38
|
-
* unixVer:
|
|
39
|
-
* },
|
|
40
|
-
* alipay: {
|
|
41
|
-
* hostVer:
|
|
42
|
-
* uniVer:
|
|
43
|
-
* unixVer:
|
|
44
|
-
* },
|
|
45
|
-
* baidu: {
|
|
46
|
-
* hostVer:
|
|
47
|
-
* uniVer:
|
|
48
|
-
* unixVer:
|
|
49
|
-
* },
|
|
50
|
-
* toutiao: {
|
|
51
|
-
* hostVer:
|
|
52
|
-
* uniVer:
|
|
53
|
-
* unixVer:
|
|
54
|
-
* },
|
|
55
|
-
* lark: {
|
|
56
|
-
* hostVer:
|
|
57
|
-
* uniVer:
|
|
58
|
-
* unixVer:
|
|
59
|
-
* },
|
|
60
|
-
* qq: {
|
|
61
|
-
* hostVer:
|
|
62
|
-
* uniVer:
|
|
63
|
-
* unixVer:
|
|
64
|
-
* },
|
|
65
|
-
* kuaishou: {
|
|
66
|
-
* hostVer:
|
|
67
|
-
* uniVer:
|
|
68
|
-
* unixVer:
|
|
69
|
-
* },
|
|
70
|
-
* jd: {
|
|
71
|
-
* hostVer:
|
|
72
|
-
* uniVer:
|
|
73
|
-
* unixVer:
|
|
35
|
+
* "weixin": {
|
|
36
|
+
* "hostVer": "√",
|
|
37
|
+
* "uniVer": "√",
|
|
38
|
+
* "unixVer": "4.41"
|
|
39
|
+
* },
|
|
40
|
+
* "alipay": {
|
|
41
|
+
* "hostVer": "x",
|
|
42
|
+
* "uniVer": "x",
|
|
43
|
+
* "unixVer": "x"
|
|
44
|
+
* },
|
|
45
|
+
* "baidu": {
|
|
46
|
+
* "hostVer": "x",
|
|
47
|
+
* "uniVer": "x",
|
|
48
|
+
* "unixVer": "x"
|
|
49
|
+
* },
|
|
50
|
+
* "toutiao": {
|
|
51
|
+
* "hostVer": "x",
|
|
52
|
+
* "uniVer": "x",
|
|
53
|
+
* "unixVer": "x"
|
|
54
|
+
* },
|
|
55
|
+
* "lark": {
|
|
56
|
+
* "hostVer": "x",
|
|
57
|
+
* "uniVer": "x",
|
|
58
|
+
* "unixVer": "x"
|
|
59
|
+
* },
|
|
60
|
+
* "qq": {
|
|
61
|
+
* "hostVer": "x",
|
|
62
|
+
* "uniVer": "x",
|
|
63
|
+
* "unixVer": "x"
|
|
64
|
+
* },
|
|
65
|
+
* "kuaishou": {
|
|
66
|
+
* "hostVer": "x",
|
|
67
|
+
* "uniVer": "x",
|
|
68
|
+
* "unixVer": "x"
|
|
69
|
+
* },
|
|
70
|
+
* "jd": {
|
|
71
|
+
* "hostVer": "x",
|
|
72
|
+
* "uniVer": "x",
|
|
73
|
+
* "unixVer": "x"
|
|
74
74
|
* }
|
|
75
75
|
* },
|
|
76
76
|
* "mp":{
|
|
77
|
-
* weixin: {
|
|
78
|
-
* hostVer:
|
|
79
|
-
* uniVer:
|
|
80
|
-
* unixVer:
|
|
81
|
-
* },
|
|
82
|
-
* alipay: {
|
|
83
|
-
* hostVer:
|
|
84
|
-
* uniVer:
|
|
85
|
-
* unixVer:
|
|
86
|
-
* },
|
|
87
|
-
* baidu: {
|
|
88
|
-
* hostVer:
|
|
89
|
-
* uniVer:
|
|
90
|
-
* unixVer:
|
|
91
|
-
* },
|
|
92
|
-
* toutiao: {
|
|
93
|
-
* hostVer:
|
|
94
|
-
* uniVer:
|
|
95
|
-
* unixVer:
|
|
96
|
-
* },
|
|
97
|
-
* lark: {
|
|
98
|
-
* hostVer:
|
|
99
|
-
* uniVer:
|
|
100
|
-
* unixVer:
|
|
101
|
-
* },
|
|
102
|
-
* qq: {
|
|
103
|
-
* hostVer:
|
|
104
|
-
* uniVer:
|
|
105
|
-
* unixVer:
|
|
106
|
-
* },
|
|
107
|
-
* kuaishou: {
|
|
108
|
-
* hostVer:
|
|
109
|
-
* uniVer:
|
|
110
|
-
* unixVer:
|
|
111
|
-
* },
|
|
112
|
-
* jd: {
|
|
113
|
-
* hostVer:
|
|
114
|
-
* uniVer:
|
|
115
|
-
* unixVer:
|
|
77
|
+
* "weixin": {
|
|
78
|
+
* "hostVer": "√",
|
|
79
|
+
* "uniVer": "√",
|
|
80
|
+
* "unixVer": "4.41"
|
|
81
|
+
* },
|
|
82
|
+
* "alipay": {
|
|
83
|
+
* "hostVer": "x",
|
|
84
|
+
* "uniVer": "x",
|
|
85
|
+
* "unixVer": "x"
|
|
86
|
+
* },
|
|
87
|
+
* "baidu": {
|
|
88
|
+
* "hostVer": "x",
|
|
89
|
+
* "uniVer": "x",
|
|
90
|
+
* "unixVer": "x"
|
|
91
|
+
* },
|
|
92
|
+
* "toutiao": {
|
|
93
|
+
* "hostVer": "x",
|
|
94
|
+
* "uniVer": "x",
|
|
95
|
+
* "unixVer": "x"
|
|
96
|
+
* },
|
|
97
|
+
* "lark": {
|
|
98
|
+
* "hostVer": "x",
|
|
99
|
+
* "uniVer": "x",
|
|
100
|
+
* "unixVer": "x"
|
|
101
|
+
* },
|
|
102
|
+
* "qq": {
|
|
103
|
+
* "hostVer": "x",
|
|
104
|
+
* "uniVer": "x",
|
|
105
|
+
* "unixVer": "x"
|
|
106
|
+
* },
|
|
107
|
+
* "kuaishou": {
|
|
108
|
+
* "hostVer": "x",
|
|
109
|
+
* "uniVer": "x",
|
|
110
|
+
* "unixVer": "x"
|
|
111
|
+
* },
|
|
112
|
+
* "jd": {
|
|
113
|
+
* "hostVer": "x",
|
|
114
|
+
* "uniVer": "x",
|
|
115
|
+
* "unixVer": "x"
|
|
116
116
|
* }
|
|
117
117
|
* }
|
|
118
118
|
* }
|
|
@@ -139,45 +139,45 @@ export interface CanvasContext {
|
|
|
139
139
|
* "unixVer": "4.25"
|
|
140
140
|
* },
|
|
141
141
|
* "mp":{
|
|
142
|
-
* weixin: {
|
|
143
|
-
* hostVer:
|
|
144
|
-
* uniVer:
|
|
145
|
-
* unixVer:
|
|
146
|
-
* },
|
|
147
|
-
* alipay: {
|
|
148
|
-
* hostVer:
|
|
149
|
-
* uniVer:
|
|
150
|
-
* unixVer:
|
|
151
|
-
* },
|
|
152
|
-
* baidu: {
|
|
153
|
-
* hostVer:
|
|
154
|
-
* uniVer:
|
|
155
|
-
* unixVer:
|
|
156
|
-
* },
|
|
157
|
-
* toutiao: {
|
|
158
|
-
* hostVer:
|
|
159
|
-
* uniVer:
|
|
160
|
-
* unixVer:
|
|
161
|
-
* },
|
|
162
|
-
* lark: {
|
|
163
|
-
* hostVer:
|
|
164
|
-
* uniVer:
|
|
165
|
-
* unixVer:
|
|
166
|
-
* },
|
|
167
|
-
* qq: {
|
|
168
|
-
* hostVer:
|
|
169
|
-
* uniVer:
|
|
170
|
-
* unixVer:
|
|
171
|
-
* },
|
|
172
|
-
* kuaishou: {
|
|
173
|
-
* hostVer:
|
|
174
|
-
* uniVer:
|
|
175
|
-
* unixVer:
|
|
176
|
-
* },
|
|
177
|
-
* jd: {
|
|
178
|
-
* hostVer:
|
|
179
|
-
* uniVer:
|
|
180
|
-
* unixVer:
|
|
142
|
+
* "weixin": {
|
|
143
|
+
* "hostVer": "√",
|
|
144
|
+
* "uniVer": "√",
|
|
145
|
+
* "unixVer": "4.41"
|
|
146
|
+
* },
|
|
147
|
+
* "alipay": {
|
|
148
|
+
* "hostVer": "x",
|
|
149
|
+
* "uniVer": "x",
|
|
150
|
+
* "unixVer": "x"
|
|
151
|
+
* },
|
|
152
|
+
* "baidu": {
|
|
153
|
+
* "hostVer": "x",
|
|
154
|
+
* "uniVer": "x",
|
|
155
|
+
* "unixVer": "x"
|
|
156
|
+
* },
|
|
157
|
+
* "toutiao": {
|
|
158
|
+
* "hostVer": "x",
|
|
159
|
+
* "uniVer": "x",
|
|
160
|
+
* "unixVer": "x"
|
|
161
|
+
* },
|
|
162
|
+
* "lark": {
|
|
163
|
+
* "hostVer": "x",
|
|
164
|
+
* "uniVer": "x",
|
|
165
|
+
* "unixVer": "x"
|
|
166
|
+
* },
|
|
167
|
+
* "qq": {
|
|
168
|
+
* "hostVer": "x",
|
|
169
|
+
* "uniVer": "x",
|
|
170
|
+
* "unixVer": "x"
|
|
171
|
+
* },
|
|
172
|
+
* "kuaishou": {
|
|
173
|
+
* "hostVer": "x",
|
|
174
|
+
* "uniVer": "x",
|
|
175
|
+
* "unixVer": "x"
|
|
176
|
+
* },
|
|
177
|
+
* "jd": {
|
|
178
|
+
* "hostVer": "x",
|
|
179
|
+
* "uniVer": "x",
|
|
180
|
+
* "unixVer": "x"
|
|
181
181
|
* }
|
|
182
182
|
* }
|
|
183
183
|
* }
|
|
@@ -203,45 +203,45 @@ export interface CanvasContext {
|
|
|
203
203
|
* "unixVer": "4.25"
|
|
204
204
|
* },
|
|
205
205
|
* "mp":{
|
|
206
|
-
* weixin: {
|
|
207
|
-
* hostVer:
|
|
208
|
-
* uniVer:
|
|
209
|
-
* unixVer:
|
|
210
|
-
* },
|
|
211
|
-
* alipay: {
|
|
212
|
-
* hostVer:
|
|
213
|
-
* uniVer:
|
|
214
|
-
* unixVer:
|
|
215
|
-
* },
|
|
216
|
-
* baidu: {
|
|
217
|
-
* hostVer:
|
|
218
|
-
* uniVer:
|
|
219
|
-
* unixVer:
|
|
220
|
-
* },
|
|
221
|
-
* toutiao: {
|
|
222
|
-
* hostVer:
|
|
223
|
-
* uniVer:
|
|
224
|
-
* unixVer:
|
|
225
|
-
* },
|
|
226
|
-
* lark: {
|
|
227
|
-
* hostVer:
|
|
228
|
-
* uniVer:
|
|
229
|
-
* unixVer:
|
|
230
|
-
* },
|
|
231
|
-
* qq: {
|
|
232
|
-
* hostVer:
|
|
233
|
-
* uniVer:
|
|
234
|
-
* unixVer:
|
|
235
|
-
* },
|
|
236
|
-
* kuaishou: {
|
|
237
|
-
* hostVer:
|
|
238
|
-
* uniVer:
|
|
239
|
-
* unixVer:
|
|
240
|
-
* },
|
|
241
|
-
* jd: {
|
|
242
|
-
* hostVer:
|
|
243
|
-
* uniVer:
|
|
244
|
-
* unixVer:
|
|
206
|
+
* "weixin": {
|
|
207
|
+
* "hostVer": "√",
|
|
208
|
+
* "uniVer": "√",
|
|
209
|
+
* "unixVer": "4.41"
|
|
210
|
+
* },
|
|
211
|
+
* "alipay": {
|
|
212
|
+
* "hostVer": "x",
|
|
213
|
+
* "uniVer": "x",
|
|
214
|
+
* "unixVer": "x"
|
|
215
|
+
* },
|
|
216
|
+
* "baidu": {
|
|
217
|
+
* "hostVer": "x",
|
|
218
|
+
* "uniVer": "x",
|
|
219
|
+
* "unixVer": "x"
|
|
220
|
+
* },
|
|
221
|
+
* "toutiao": {
|
|
222
|
+
* "hostVer": "x",
|
|
223
|
+
* "uniVer": "x",
|
|
224
|
+
* "unixVer": "x"
|
|
225
|
+
* },
|
|
226
|
+
* "lark": {
|
|
227
|
+
* "hostVer": "x",
|
|
228
|
+
* "uniVer": "x",
|
|
229
|
+
* "unixVer": "x"
|
|
230
|
+
* },
|
|
231
|
+
* "qq": {
|
|
232
|
+
* "hostVer": "x",
|
|
233
|
+
* "uniVer": "x",
|
|
234
|
+
* "unixVer": "x"
|
|
235
|
+
* },
|
|
236
|
+
* "kuaishou": {
|
|
237
|
+
* "hostVer": "x",
|
|
238
|
+
* "uniVer": "x",
|
|
239
|
+
* "unixVer": "x"
|
|
240
|
+
* },
|
|
241
|
+
* "jd": {
|
|
242
|
+
* "hostVer": "x",
|
|
243
|
+
* "uniVer": "x",
|
|
244
|
+
* "unixVer": "x"
|
|
245
245
|
* }
|
|
246
246
|
* }
|
|
247
247
|
* }
|
|
@@ -267,45 +267,45 @@ export interface CanvasContext {
|
|
|
267
267
|
* "unixVer": "4.25"
|
|
268
268
|
* },
|
|
269
269
|
* "mp":{
|
|
270
|
-
* weixin: {
|
|
271
|
-
* hostVer:
|
|
272
|
-
* uniVer:
|
|
273
|
-
* unixVer:
|
|
274
|
-
* },
|
|
275
|
-
* alipay: {
|
|
276
|
-
* hostVer:
|
|
277
|
-
* uniVer:
|
|
278
|
-
* unixVer:
|
|
279
|
-
* },
|
|
280
|
-
* baidu: {
|
|
281
|
-
* hostVer:
|
|
282
|
-
* uniVer:
|
|
283
|
-
* unixVer:
|
|
284
|
-
* },
|
|
285
|
-
* toutiao: {
|
|
286
|
-
* hostVer:
|
|
287
|
-
* uniVer:
|
|
288
|
-
* unixVer:
|
|
289
|
-
* },
|
|
290
|
-
* lark: {
|
|
291
|
-
* hostVer:
|
|
292
|
-
* uniVer:
|
|
293
|
-
* unixVer:
|
|
294
|
-
* },
|
|
295
|
-
* qq: {
|
|
296
|
-
* hostVer:
|
|
297
|
-
* uniVer:
|
|
298
|
-
* unixVer:
|
|
299
|
-
* },
|
|
300
|
-
* kuaishou: {
|
|
301
|
-
* hostVer:
|
|
302
|
-
* uniVer:
|
|
303
|
-
* unixVer:
|
|
304
|
-
* },
|
|
305
|
-
* jd: {
|
|
306
|
-
* hostVer:
|
|
307
|
-
* uniVer:
|
|
308
|
-
* unixVer:
|
|
270
|
+
* "weixin": {
|
|
271
|
+
* "hostVer": "√",
|
|
272
|
+
* "uniVer": "√",
|
|
273
|
+
* "unixVer": "4.41"
|
|
274
|
+
* },
|
|
275
|
+
* "alipay": {
|
|
276
|
+
* "hostVer": "x",
|
|
277
|
+
* "uniVer": "x",
|
|
278
|
+
* "unixVer": "x"
|
|
279
|
+
* },
|
|
280
|
+
* "baidu": {
|
|
281
|
+
* "hostVer": "x",
|
|
282
|
+
* "uniVer": "x",
|
|
283
|
+
* "unixVer": "x"
|
|
284
|
+
* },
|
|
285
|
+
* "toutiao": {
|
|
286
|
+
* "hostVer": "x",
|
|
287
|
+
* "uniVer": "x",
|
|
288
|
+
* "unixVer": "x"
|
|
289
|
+
* },
|
|
290
|
+
* "lark": {
|
|
291
|
+
* "hostVer": "x",
|
|
292
|
+
* "uniVer": "x",
|
|
293
|
+
* "unixVer": "x"
|
|
294
|
+
* },
|
|
295
|
+
* "qq": {
|
|
296
|
+
* "hostVer": "x",
|
|
297
|
+
* "uniVer": "x",
|
|
298
|
+
* "unixVer": "x"
|
|
299
|
+
* },
|
|
300
|
+
* "kuaishou": {
|
|
301
|
+
* "hostVer": "x",
|
|
302
|
+
* "uniVer": "x",
|
|
303
|
+
* "unixVer": "x"
|
|
304
|
+
* },
|
|
305
|
+
* "jd": {
|
|
306
|
+
* "hostVer": "x",
|
|
307
|
+
* "uniVer": "x",
|
|
308
|
+
* "unixVer": "x"
|
|
309
309
|
* }
|
|
310
310
|
* }
|
|
311
311
|
* }
|
|
@@ -331,45 +331,45 @@ export interface CanvasContext {
|
|
|
331
331
|
* "unixVer": "4.25"
|
|
332
332
|
* },
|
|
333
333
|
* "mp":{
|
|
334
|
-
* weixin: {
|
|
335
|
-
* hostVer:
|
|
336
|
-
* uniVer:
|
|
337
|
-
* unixVer:
|
|
338
|
-
* },
|
|
339
|
-
* alipay: {
|
|
340
|
-
* hostVer:
|
|
341
|
-
* uniVer:
|
|
342
|
-
* unixVer:
|
|
343
|
-
* },
|
|
344
|
-
* baidu: {
|
|
345
|
-
* hostVer:
|
|
346
|
-
* uniVer:
|
|
347
|
-
* unixVer:
|
|
348
|
-
* },
|
|
349
|
-
* toutiao: {
|
|
350
|
-
* hostVer:
|
|
351
|
-
* uniVer:
|
|
352
|
-
* unixVer:
|
|
353
|
-
* },
|
|
354
|
-
* lark: {
|
|
355
|
-
* hostVer:
|
|
356
|
-
* uniVer:
|
|
357
|
-
* unixVer:
|
|
358
|
-
* },
|
|
359
|
-
* qq: {
|
|
360
|
-
* hostVer:
|
|
361
|
-
* uniVer:
|
|
362
|
-
* unixVer:
|
|
363
|
-
* },
|
|
364
|
-
* kuaishou: {
|
|
365
|
-
* hostVer:
|
|
366
|
-
* uniVer:
|
|
367
|
-
* unixVer:
|
|
368
|
-
* },
|
|
369
|
-
* jd: {
|
|
370
|
-
* hostVer:
|
|
371
|
-
* uniVer:
|
|
372
|
-
* unixVer:
|
|
334
|
+
* "weixin": {
|
|
335
|
+
* "hostVer": "√",
|
|
336
|
+
* "uniVer": "√",
|
|
337
|
+
* "unixVer": "4.41"
|
|
338
|
+
* },
|
|
339
|
+
* "alipay": {
|
|
340
|
+
* "hostVer": "x",
|
|
341
|
+
* "uniVer": "x",
|
|
342
|
+
* "unixVer": "x"
|
|
343
|
+
* },
|
|
344
|
+
* "baidu": {
|
|
345
|
+
* "hostVer": "x",
|
|
346
|
+
* "uniVer": "x",
|
|
347
|
+
* "unixVer": "x"
|
|
348
|
+
* },
|
|
349
|
+
* "toutiao": {
|
|
350
|
+
* "hostVer": "x",
|
|
351
|
+
* "uniVer": "x",
|
|
352
|
+
* "unixVer": "x"
|
|
353
|
+
* },
|
|
354
|
+
* "lark": {
|
|
355
|
+
* "hostVer": "x",
|
|
356
|
+
* "uniVer": "x",
|
|
357
|
+
* "unixVer": "x"
|
|
358
|
+
* },
|
|
359
|
+
* "qq": {
|
|
360
|
+
* "hostVer": "x",
|
|
361
|
+
* "uniVer": "x",
|
|
362
|
+
* "unixVer": "x"
|
|
363
|
+
* },
|
|
364
|
+
* "kuaishou": {
|
|
365
|
+
* "hostVer": "x",
|
|
366
|
+
* "uniVer": "x",
|
|
367
|
+
* "unixVer": "x"
|
|
368
|
+
* },
|
|
369
|
+
* "jd": {
|
|
370
|
+
* "hostVer": "x",
|
|
371
|
+
* "uniVer": "x",
|
|
372
|
+
* "unixVer": "x"
|
|
373
373
|
* }
|
|
374
374
|
* }
|
|
375
375
|
* }
|
|
@@ -395,45 +395,45 @@ export interface CanvasContext {
|
|
|
395
395
|
* "unixVer": "4.25"
|
|
396
396
|
* },
|
|
397
397
|
* "mp":{
|
|
398
|
-
* weixin: {
|
|
399
|
-
* hostVer:
|
|
400
|
-
* uniVer:
|
|
401
|
-
* unixVer:
|
|
402
|
-
* },
|
|
403
|
-
* alipay: {
|
|
404
|
-
* hostVer:
|
|
405
|
-
* uniVer:
|
|
406
|
-
* unixVer:
|
|
407
|
-
* },
|
|
408
|
-
* baidu: {
|
|
409
|
-
* hostVer:
|
|
410
|
-
* uniVer:
|
|
411
|
-
* unixVer:
|
|
412
|
-
* },
|
|
413
|
-
* toutiao: {
|
|
414
|
-
* hostVer:
|
|
415
|
-
* uniVer:
|
|
416
|
-
* unixVer:
|
|
417
|
-
* },
|
|
418
|
-
* lark: {
|
|
419
|
-
* hostVer:
|
|
420
|
-
* uniVer:
|
|
421
|
-
* unixVer:
|
|
422
|
-
* },
|
|
423
|
-
* qq: {
|
|
424
|
-
* hostVer:
|
|
425
|
-
* uniVer:
|
|
426
|
-
* unixVer:
|
|
427
|
-
* },
|
|
428
|
-
* kuaishou: {
|
|
429
|
-
* hostVer:
|
|
430
|
-
* uniVer:
|
|
431
|
-
* unixVer:
|
|
432
|
-
* },
|
|
433
|
-
* jd: {
|
|
434
|
-
* hostVer:
|
|
435
|
-
* uniVer:
|
|
436
|
-
* unixVer:
|
|
398
|
+
* "weixin": {
|
|
399
|
+
* "hostVer": "√",
|
|
400
|
+
* "uniVer": "√",
|
|
401
|
+
* "unixVer": "4.41"
|
|
402
|
+
* },
|
|
403
|
+
* "alipay": {
|
|
404
|
+
* "hostVer": "x",
|
|
405
|
+
* "uniVer": "x",
|
|
406
|
+
* "unixVer": "x"
|
|
407
|
+
* },
|
|
408
|
+
* "baidu": {
|
|
409
|
+
* "hostVer": "x",
|
|
410
|
+
* "uniVer": "x",
|
|
411
|
+
* "unixVer": "x"
|
|
412
|
+
* },
|
|
413
|
+
* "toutiao": {
|
|
414
|
+
* "hostVer": "x",
|
|
415
|
+
* "uniVer": "x",
|
|
416
|
+
* "unixVer": "x"
|
|
417
|
+
* },
|
|
418
|
+
* "lark": {
|
|
419
|
+
* "hostVer": "x",
|
|
420
|
+
* "uniVer": "x",
|
|
421
|
+
* "unixVer": "x"
|
|
422
|
+
* },
|
|
423
|
+
* "qq": {
|
|
424
|
+
* "hostVer": "x",
|
|
425
|
+
* "uniVer": "x",
|
|
426
|
+
* "unixVer": "x"
|
|
427
|
+
* },
|
|
428
|
+
* "kuaishou": {
|
|
429
|
+
* "hostVer": "x",
|
|
430
|
+
* "uniVer": "x",
|
|
431
|
+
* "unixVer": "x"
|
|
432
|
+
* },
|
|
433
|
+
* "jd": {
|
|
434
|
+
* "hostVer": "x",
|
|
435
|
+
* "uniVer": "x",
|
|
436
|
+
* "unixVer": "x"
|
|
437
437
|
* }
|
|
438
438
|
* }
|
|
439
439
|
* }
|
|
@@ -459,45 +459,45 @@ export interface CanvasContext {
|
|
|
459
459
|
* "unixVer": "4.25"
|
|
460
460
|
* },
|
|
461
461
|
* "mp":{
|
|
462
|
-
* weixin: {
|
|
463
|
-
* hostVer:
|
|
464
|
-
* uniVer:
|
|
465
|
-
* unixVer:
|
|
466
|
-
* },
|
|
467
|
-
* alipay: {
|
|
468
|
-
* hostVer:
|
|
469
|
-
* uniVer:
|
|
470
|
-
* unixVer:
|
|
471
|
-
* },
|
|
472
|
-
* baidu: {
|
|
473
|
-
* hostVer:
|
|
474
|
-
* uniVer:
|
|
475
|
-
* unixVer:
|
|
476
|
-
* },
|
|
477
|
-
* toutiao: {
|
|
478
|
-
* hostVer:
|
|
479
|
-
* uniVer:
|
|
480
|
-
* unixVer:
|
|
481
|
-
* },
|
|
482
|
-
* lark: {
|
|
483
|
-
* hostVer:
|
|
484
|
-
* uniVer:
|
|
485
|
-
* unixVer:
|
|
486
|
-
* },
|
|
487
|
-
* qq: {
|
|
488
|
-
* hostVer:
|
|
489
|
-
* uniVer:
|
|
490
|
-
* unixVer:
|
|
491
|
-
* },
|
|
492
|
-
* kuaishou: {
|
|
493
|
-
* hostVer:
|
|
494
|
-
* uniVer:
|
|
495
|
-
* unixVer:
|
|
496
|
-
* },
|
|
497
|
-
* jd: {
|
|
498
|
-
* hostVer:
|
|
499
|
-
* uniVer:
|
|
500
|
-
* unixVer:
|
|
462
|
+
* "weixin": {
|
|
463
|
+
* "hostVer": "√",
|
|
464
|
+
* "uniVer": "√",
|
|
465
|
+
* "unixVer": "4.41"
|
|
466
|
+
* },
|
|
467
|
+
* "alipay": {
|
|
468
|
+
* "hostVer": "x",
|
|
469
|
+
* "uniVer": "x",
|
|
470
|
+
* "unixVer": "x"
|
|
471
|
+
* },
|
|
472
|
+
* "baidu": {
|
|
473
|
+
* "hostVer": "x",
|
|
474
|
+
* "uniVer": "x",
|
|
475
|
+
* "unixVer": "x"
|
|
476
|
+
* },
|
|
477
|
+
* "toutiao": {
|
|
478
|
+
* "hostVer": "x",
|
|
479
|
+
* "uniVer": "x",
|
|
480
|
+
* "unixVer": "x"
|
|
481
|
+
* },
|
|
482
|
+
* "lark": {
|
|
483
|
+
* "hostVer": "x",
|
|
484
|
+
* "uniVer": "x",
|
|
485
|
+
* "unixVer": "x"
|
|
486
|
+
* },
|
|
487
|
+
* "qq": {
|
|
488
|
+
* "hostVer": "x",
|
|
489
|
+
* "uniVer": "x",
|
|
490
|
+
* "unixVer": "x"
|
|
491
|
+
* },
|
|
492
|
+
* "kuaishou": {
|
|
493
|
+
* "hostVer": "x",
|
|
494
|
+
* "uniVer": "x",
|
|
495
|
+
* "unixVer": "x"
|
|
496
|
+
* },
|
|
497
|
+
* "jd": {
|
|
498
|
+
* "hostVer": "x",
|
|
499
|
+
* "uniVer": "x",
|
|
500
|
+
* "unixVer": "x"
|
|
501
501
|
* }
|
|
502
502
|
* }
|
|
503
503
|
* }
|
|
@@ -523,45 +523,45 @@ export interface CanvasContext {
|
|
|
523
523
|
* "unixVer": "4.25"
|
|
524
524
|
* },
|
|
525
525
|
* "mp":{
|
|
526
|
-
* weixin: {
|
|
527
|
-
* hostVer:
|
|
528
|
-
* uniVer:
|
|
529
|
-
* unixVer:
|
|
530
|
-
* },
|
|
531
|
-
* alipay: {
|
|
532
|
-
* hostVer:
|
|
533
|
-
* uniVer:
|
|
534
|
-
* unixVer:
|
|
535
|
-
* },
|
|
536
|
-
* baidu: {
|
|
537
|
-
* hostVer:
|
|
538
|
-
* uniVer:
|
|
539
|
-
* unixVer:
|
|
540
|
-
* },
|
|
541
|
-
* toutiao: {
|
|
542
|
-
* hostVer:
|
|
543
|
-
* uniVer:
|
|
544
|
-
* unixVer:
|
|
545
|
-
* },
|
|
546
|
-
* lark: {
|
|
547
|
-
* hostVer:
|
|
548
|
-
* uniVer:
|
|
549
|
-
* unixVer:
|
|
550
|
-
* },
|
|
551
|
-
* qq: {
|
|
552
|
-
* hostVer:
|
|
553
|
-
* uniVer:
|
|
554
|
-
* unixVer:
|
|
555
|
-
* },
|
|
556
|
-
* kuaishou: {
|
|
557
|
-
* hostVer:
|
|
558
|
-
* uniVer:
|
|
559
|
-
* unixVer:
|
|
560
|
-
* },
|
|
561
|
-
* jd: {
|
|
562
|
-
* hostVer:
|
|
563
|
-
* uniVer:
|
|
564
|
-
* unixVer:
|
|
526
|
+
* "weixin": {
|
|
527
|
+
* "hostVer": "√",
|
|
528
|
+
* "uniVer": "√",
|
|
529
|
+
* "unixVer": "4.41"
|
|
530
|
+
* },
|
|
531
|
+
* "alipay": {
|
|
532
|
+
* "hostVer": "x",
|
|
533
|
+
* "uniVer": "x",
|
|
534
|
+
* "unixVer": "x"
|
|
535
|
+
* },
|
|
536
|
+
* "baidu": {
|
|
537
|
+
* "hostVer": "x",
|
|
538
|
+
* "uniVer": "x",
|
|
539
|
+
* "unixVer": "x"
|
|
540
|
+
* },
|
|
541
|
+
* "toutiao": {
|
|
542
|
+
* "hostVer": "x",
|
|
543
|
+
* "uniVer": "x",
|
|
544
|
+
* "unixVer": "x"
|
|
545
|
+
* },
|
|
546
|
+
* "lark": {
|
|
547
|
+
* "hostVer": "x",
|
|
548
|
+
* "uniVer": "x",
|
|
549
|
+
* "unixVer": "x"
|
|
550
|
+
* },
|
|
551
|
+
* "qq": {
|
|
552
|
+
* "hostVer": "x",
|
|
553
|
+
* "uniVer": "x",
|
|
554
|
+
* "unixVer": "x"
|
|
555
|
+
* },
|
|
556
|
+
* "kuaishou": {
|
|
557
|
+
* "hostVer": "x",
|
|
558
|
+
* "uniVer": "x",
|
|
559
|
+
* "unixVer": "x"
|
|
560
|
+
* },
|
|
561
|
+
* "jd": {
|
|
562
|
+
* "hostVer": "x",
|
|
563
|
+
* "uniVer": "x",
|
|
564
|
+
* "unixVer": "x"
|
|
565
565
|
* }
|
|
566
566
|
* }
|
|
567
567
|
* }
|
|
@@ -591,52 +591,52 @@ export type CreateCanvasContextAsyncOptions = {
|
|
|
591
591
|
*
|
|
592
592
|
},
|
|
593
593
|
* "mp": {
|
|
594
|
-
* weixin: {
|
|
595
|
-
* hostVer:
|
|
596
|
-
* uniVer:
|
|
597
|
-
* unixVer:
|
|
594
|
+
* "weixin": {
|
|
595
|
+
* "hostVer": "√",
|
|
596
|
+
* "uniVer": "√",
|
|
597
|
+
* "unixVer": "4.41"
|
|
598
598
|
*
|
|
599
599
|
},
|
|
600
|
-
* alipay: {
|
|
601
|
-
* hostVer:
|
|
602
|
-
* uniVer:
|
|
603
|
-
* unixVer:
|
|
600
|
+
* "alipay": {
|
|
601
|
+
* "hostVer": "x",
|
|
602
|
+
* "uniVer": "x",
|
|
603
|
+
* "unixVer": "x"
|
|
604
604
|
*
|
|
605
605
|
},
|
|
606
|
-
* baidu: {
|
|
607
|
-
* hostVer:
|
|
608
|
-
* uniVer:
|
|
609
|
-
* unixVer:
|
|
606
|
+
* "baidu": {
|
|
607
|
+
* "hostVer": "x",
|
|
608
|
+
* "uniVer": "x",
|
|
609
|
+
* "unixVer": "x"
|
|
610
610
|
*
|
|
611
611
|
},
|
|
612
|
-
* toutiao: {
|
|
613
|
-
* hostVer:
|
|
614
|
-
* uniVer:
|
|
615
|
-
* unixVer:
|
|
612
|
+
* "toutiao": {
|
|
613
|
+
* "hostVer": "x",
|
|
614
|
+
* "uniVer": "x",
|
|
615
|
+
* "unixVer": "x"
|
|
616
616
|
*
|
|
617
617
|
},
|
|
618
|
-
* lark: {
|
|
619
|
-
* hostVer:
|
|
620
|
-
* uniVer:
|
|
621
|
-
* unixVer:
|
|
618
|
+
* "lark": {
|
|
619
|
+
* "hostVer": "x",
|
|
620
|
+
* "uniVer": "x",
|
|
621
|
+
* "unixVer": "x"
|
|
622
622
|
*
|
|
623
623
|
},
|
|
624
|
-
* qq: {
|
|
625
|
-
* hostVer:
|
|
626
|
-
* uniVer:
|
|
627
|
-
* unixVer:
|
|
624
|
+
* "qq": {
|
|
625
|
+
* "hostVer": "x",
|
|
626
|
+
* "uniVer": "x",
|
|
627
|
+
* "unixVer": "x"
|
|
628
628
|
*
|
|
629
629
|
},
|
|
630
|
-
* kuaishou: {
|
|
631
|
-
* hostVer:
|
|
632
|
-
* uniVer:
|
|
633
|
-
* unixVer:
|
|
630
|
+
* "kuaishou": {
|
|
631
|
+
* "hostVer": "x",
|
|
632
|
+
* "uniVer": "x",
|
|
633
|
+
* "unixVer": "x"
|
|
634
634
|
*
|
|
635
635
|
},
|
|
636
|
-
* jd: {
|
|
637
|
-
* hostVer:
|
|
638
|
-
* uniVer:
|
|
639
|
-
* unixVer:
|
|
636
|
+
* "jd": {
|
|
637
|
+
* "hostVer": "x",
|
|
638
|
+
* "uniVer": "x",
|
|
639
|
+
* "unixVer": "x"
|
|
640
640
|
*
|
|
641
641
|
}
|
|
642
642
|
*
|
|
@@ -664,45 +664,45 @@ export type CreateCanvasContextAsyncOptions = {
|
|
|
664
664
|
* "unixVer": "4.25"
|
|
665
665
|
* },
|
|
666
666
|
* "mp":{
|
|
667
|
-
* weixin: {
|
|
668
|
-
* hostVer:
|
|
669
|
-
* uniVer:
|
|
670
|
-
* unixVer:
|
|
667
|
+
* "weixin": {
|
|
668
|
+
* "hostVer": "√",
|
|
669
|
+
* "uniVer": "√",
|
|
670
|
+
* "unixVer": "4.41"
|
|
671
671
|
* },
|
|
672
|
-
* alipay: {
|
|
673
|
-
* hostVer:
|
|
674
|
-
* uniVer:
|
|
675
|
-
* unixVer:
|
|
672
|
+
* "alipay": {
|
|
673
|
+
* "hostVer": "x",
|
|
674
|
+
* "uniVer": "x",
|
|
675
|
+
* "unixVer": "x"
|
|
676
676
|
* },
|
|
677
|
-
* baidu: {
|
|
678
|
-
* hostVer:
|
|
679
|
-
* uniVer:
|
|
680
|
-
* unixVer:
|
|
677
|
+
* "baidu": {
|
|
678
|
+
* "hostVer": "x",
|
|
679
|
+
* "uniVer": "x",
|
|
680
|
+
* "unixVer": "x"
|
|
681
681
|
* },
|
|
682
|
-
* toutiao: {
|
|
683
|
-
* hostVer:
|
|
684
|
-
* uniVer:
|
|
685
|
-
* unixVer:
|
|
682
|
+
* "toutiao": {
|
|
683
|
+
* "hostVer": "x",
|
|
684
|
+
* "uniVer": "x",
|
|
685
|
+
* "unixVer": "x"
|
|
686
686
|
* },
|
|
687
|
-
* lark: {
|
|
688
|
-
* hostVer:
|
|
689
|
-
* uniVer:
|
|
690
|
-
* unixVer:
|
|
687
|
+
* "lark": {
|
|
688
|
+
* "hostVer": "x",
|
|
689
|
+
* "uniVer": "x",
|
|
690
|
+
* "unixVer": "x"
|
|
691
691
|
* },
|
|
692
|
-
* qq: {
|
|
693
|
-
* hostVer:
|
|
694
|
-
* uniVer:
|
|
695
|
-
* unixVer:
|
|
692
|
+
* "qq": {
|
|
693
|
+
* "hostVer": "x",
|
|
694
|
+
* "uniVer": "x",
|
|
695
|
+
* "unixVer": "x"
|
|
696
696
|
* },
|
|
697
|
-
* kuaishou: {
|
|
698
|
-
* hostVer:
|
|
699
|
-
* uniVer:
|
|
700
|
-
* unixVer:
|
|
697
|
+
* "kuaishou": {
|
|
698
|
+
* "hostVer": "x",
|
|
699
|
+
* "uniVer": "x",
|
|
700
|
+
* "unixVer": "x"
|
|
701
701
|
* },
|
|
702
|
-
* jd: {
|
|
703
|
-
* hostVer:
|
|
704
|
-
* uniVer:
|
|
705
|
-
* unixVer:
|
|
702
|
+
* "jd": {
|
|
703
|
+
* "hostVer": "x",
|
|
704
|
+
* "uniVer": "x",
|
|
705
|
+
* "unixVer": "x"
|
|
706
706
|
* }
|
|
707
707
|
* }
|
|
708
708
|
* }
|
|
@@ -728,45 +728,45 @@ export type CreateCanvasContextAsyncOptions = {
|
|
|
728
728
|
* "unixVer": "4.25"
|
|
729
729
|
* },
|
|
730
730
|
* "mp":{
|
|
731
|
-
* weixin: {
|
|
732
|
-
* hostVer:
|
|
733
|
-
* uniVer:
|
|
734
|
-
* unixVer:
|
|
731
|
+
* "weixin": {
|
|
732
|
+
* "hostVer": "√",
|
|
733
|
+
* "uniVer": "√",
|
|
734
|
+
* "unixVer": "4.41"
|
|
735
735
|
* },
|
|
736
|
-
* alipay: {
|
|
737
|
-
* hostVer:
|
|
738
|
-
* uniVer:
|
|
739
|
-
* unixVer:
|
|
736
|
+
* "alipay": {
|
|
737
|
+
* "hostVer": "x",
|
|
738
|
+
* "uniVer": "x",
|
|
739
|
+
* "unixVer": "x"
|
|
740
740
|
* },
|
|
741
|
-
* baidu: {
|
|
742
|
-
* hostVer:
|
|
743
|
-
* uniVer:
|
|
744
|
-
* unixVer:
|
|
741
|
+
* "baidu": {
|
|
742
|
+
* "hostVer": "x",
|
|
743
|
+
* "uniVer": "x",
|
|
744
|
+
* "unixVer": "x"
|
|
745
745
|
* },
|
|
746
|
-
* toutiao: {
|
|
747
|
-
* hostVer:
|
|
748
|
-
* uniVer:
|
|
749
|
-
* unixVer:
|
|
746
|
+
* "toutiao": {
|
|
747
|
+
* "hostVer": "x",
|
|
748
|
+
* "uniVer": "x",
|
|
749
|
+
* "unixVer": "x"
|
|
750
750
|
* },
|
|
751
|
-
* lark: {
|
|
752
|
-
* hostVer:
|
|
753
|
-
* uniVer:
|
|
754
|
-
* unixVer:
|
|
751
|
+
* "lark": {
|
|
752
|
+
* "hostVer": "x",
|
|
753
|
+
* "uniVer": "x",
|
|
754
|
+
* "unixVer": "x"
|
|
755
755
|
* },
|
|
756
|
-
* qq: {
|
|
757
|
-
* hostVer:
|
|
758
|
-
* uniVer:
|
|
759
|
-
* unixVer:
|
|
756
|
+
* "qq": {
|
|
757
|
+
* "hostVer": "x",
|
|
758
|
+
* "uniVer": "x",
|
|
759
|
+
* "unixVer": "x"
|
|
760
760
|
* },
|
|
761
|
-
* kuaishou: {
|
|
762
|
-
* hostVer:
|
|
763
|
-
* uniVer:
|
|
764
|
-
* unixVer:
|
|
761
|
+
* "kuaishou": {
|
|
762
|
+
* "hostVer": "x",
|
|
763
|
+
* "uniVer": "x",
|
|
764
|
+
* "unixVer": "x"
|
|
765
765
|
* },
|
|
766
|
-
* jd: {
|
|
767
|
-
* hostVer:
|
|
768
|
-
* uniVer:
|
|
769
|
-
* unixVer:
|
|
766
|
+
* "jd": {
|
|
767
|
+
* "hostVer": "x",
|
|
768
|
+
* "uniVer": "x",
|
|
769
|
+
* "unixVer": "x"
|
|
770
770
|
* }
|
|
771
771
|
* }
|
|
772
772
|
* }
|
|
@@ -792,45 +792,45 @@ export type CreateCanvasContextAsyncOptions = {
|
|
|
792
792
|
* "unixVer": "4.25"
|
|
793
793
|
* },
|
|
794
794
|
* "mp":{
|
|
795
|
-
* weixin: {
|
|
796
|
-
* hostVer:
|
|
797
|
-
* uniVer:
|
|
798
|
-
* unixVer:
|
|
795
|
+
* "weixin": {
|
|
796
|
+
* "hostVer": "√",
|
|
797
|
+
* "uniVer": "√",
|
|
798
|
+
* "unixVer": "4.41"
|
|
799
799
|
* },
|
|
800
|
-
* alipay: {
|
|
801
|
-
* hostVer:
|
|
802
|
-
* uniVer:
|
|
803
|
-
* unixVer:
|
|
800
|
+
* "alipay": {
|
|
801
|
+
* "hostVer": "x",
|
|
802
|
+
* "uniVer": "x",
|
|
803
|
+
* "unixVer": "x"
|
|
804
804
|
* },
|
|
805
|
-
* baidu: {
|
|
806
|
-
* hostVer:
|
|
807
|
-
* uniVer:
|
|
808
|
-
* unixVer:
|
|
805
|
+
* "baidu": {
|
|
806
|
+
* "hostVer": "x",
|
|
807
|
+
* "uniVer": "x",
|
|
808
|
+
* "unixVer": "x"
|
|
809
809
|
* },
|
|
810
|
-
* toutiao: {
|
|
811
|
-
* hostVer:
|
|
812
|
-
* uniVer:
|
|
813
|
-
* unixVer:
|
|
810
|
+
* "toutiao": {
|
|
811
|
+
* "hostVer": "x",
|
|
812
|
+
* "uniVer": "x",
|
|
813
|
+
* "unixVer": "x"
|
|
814
814
|
* },
|
|
815
|
-
* lark: {
|
|
816
|
-
* hostVer:
|
|
817
|
-
* uniVer:
|
|
818
|
-
* unixVer:
|
|
815
|
+
* "lark": {
|
|
816
|
+
* "hostVer": "x",
|
|
817
|
+
* "uniVer": "x",
|
|
818
|
+
* "unixVer": "x"
|
|
819
819
|
* },
|
|
820
|
-
* qq: {
|
|
821
|
-
* hostVer:
|
|
822
|
-
* uniVer:
|
|
823
|
-
* unixVer:
|
|
820
|
+
* "qq": {
|
|
821
|
+
* "hostVer": "x",
|
|
822
|
+
* "uniVer": "x",
|
|
823
|
+
* "unixVer": "x"
|
|
824
824
|
* },
|
|
825
|
-
* kuaishou: {
|
|
826
|
-
* hostVer:
|
|
827
|
-
* uniVer:
|
|
828
|
-
* unixVer:
|
|
825
|
+
* "kuaishou": {
|
|
826
|
+
* "hostVer": "x",
|
|
827
|
+
* "uniVer": "x",
|
|
828
|
+
* "unixVer": "x"
|
|
829
829
|
* },
|
|
830
|
-
* jd: {
|
|
831
|
-
* hostVer:
|
|
832
|
-
* uniVer:
|
|
833
|
-
* unixVer:
|
|
830
|
+
* "jd": {
|
|
831
|
+
* "hostVer": "x",
|
|
832
|
+
* "uniVer": "x",
|
|
833
|
+
* "unixVer": "x"
|
|
834
834
|
* }
|
|
835
835
|
* }
|
|
836
836
|
* }
|
|
@@ -856,45 +856,45 @@ export type CreateCanvasContextAsyncOptions = {
|
|
|
856
856
|
* "unixVer": "4.25"
|
|
857
857
|
* },
|
|
858
858
|
* "mp":{
|
|
859
|
-
* weixin: {
|
|
860
|
-
* hostVer:
|
|
861
|
-
* uniVer:
|
|
862
|
-
* unixVer:
|
|
859
|
+
* "weixin": {
|
|
860
|
+
* "hostVer": "√",
|
|
861
|
+
* "uniVer": "√",
|
|
862
|
+
* "unixVer": "4.41"
|
|
863
863
|
* },
|
|
864
|
-
* alipay: {
|
|
865
|
-
* hostVer:
|
|
866
|
-
* uniVer:
|
|
867
|
-
* unixVer:
|
|
864
|
+
* "alipay": {
|
|
865
|
+
* "hostVer": "x",
|
|
866
|
+
* "uniVer": "x",
|
|
867
|
+
* "unixVer": "x"
|
|
868
868
|
* },
|
|
869
|
-
* baidu: {
|
|
870
|
-
* hostVer:
|
|
871
|
-
* uniVer:
|
|
872
|
-
* unixVer:
|
|
869
|
+
* "baidu": {
|
|
870
|
+
* "hostVer": "x",
|
|
871
|
+
* "uniVer": "x",
|
|
872
|
+
* "unixVer": "x"
|
|
873
873
|
* },
|
|
874
|
-
* toutiao: {
|
|
875
|
-
* hostVer:
|
|
876
|
-
* uniVer:
|
|
877
|
-
* unixVer:
|
|
874
|
+
* "toutiao": {
|
|
875
|
+
* "hostVer": "x",
|
|
876
|
+
* "uniVer": "x",
|
|
877
|
+
* "unixVer": "x"
|
|
878
878
|
* },
|
|
879
|
-
* lark: {
|
|
880
|
-
* hostVer:
|
|
881
|
-
* uniVer:
|
|
882
|
-
* unixVer:
|
|
879
|
+
* "lark": {
|
|
880
|
+
* "hostVer": "x",
|
|
881
|
+
* "uniVer": "x",
|
|
882
|
+
* "unixVer": "x"
|
|
883
883
|
* },
|
|
884
|
-
* qq: {
|
|
885
|
-
* hostVer:
|
|
886
|
-
* uniVer:
|
|
887
|
-
* unixVer:
|
|
884
|
+
* "qq": {
|
|
885
|
+
* "hostVer": "x",
|
|
886
|
+
* "uniVer": "x",
|
|
887
|
+
* "unixVer": "x"
|
|
888
888
|
* },
|
|
889
|
-
* kuaishou: {
|
|
890
|
-
* hostVer:
|
|
891
|
-
* uniVer:
|
|
892
|
-
* unixVer:
|
|
889
|
+
* "kuaishou": {
|
|
890
|
+
* "hostVer": "x",
|
|
891
|
+
* "uniVer": "x",
|
|
892
|
+
* "unixVer": "x"
|
|
893
893
|
* },
|
|
894
|
-
* jd: {
|
|
895
|
-
* hostVer:
|
|
896
|
-
* uniVer:
|
|
897
|
-
* unixVer:
|
|
894
|
+
* "jd": {
|
|
895
|
+
* "hostVer": "x",
|
|
896
|
+
* "uniVer": "x",
|
|
897
|
+
* "unixVer": "x"
|
|
898
898
|
* }
|
|
899
899
|
* }
|
|
900
900
|
* }
|
|
@@ -925,45 +925,45 @@ export interface Uni {
|
|
|
925
925
|
* "unixVer": "4.25"
|
|
926
926
|
* },
|
|
927
927
|
* "mp":{
|
|
928
|
-
* weixin: {
|
|
929
|
-
* hostVer:
|
|
930
|
-
* uniVer:
|
|
931
|
-
* unixVer:
|
|
932
|
-
* },
|
|
933
|
-
* alipay: {
|
|
934
|
-
* hostVer:
|
|
935
|
-
* uniVer:
|
|
936
|
-
* unixVer:
|
|
937
|
-
* },
|
|
938
|
-
* baidu: {
|
|
939
|
-
* hostVer:
|
|
940
|
-
* uniVer:
|
|
941
|
-
* unixVer:
|
|
942
|
-
* },
|
|
943
|
-
* toutiao: {
|
|
944
|
-
* hostVer:
|
|
945
|
-
* uniVer:
|
|
946
|
-
* unixVer:
|
|
947
|
-
* },
|
|
948
|
-
* lark: {
|
|
949
|
-
* hostVer:
|
|
950
|
-
* uniVer:
|
|
951
|
-
* unixVer:
|
|
952
|
-
* },
|
|
953
|
-
* qq: {
|
|
954
|
-
* hostVer:
|
|
955
|
-
* uniVer:
|
|
956
|
-
* unixVer:
|
|
957
|
-
* },
|
|
958
|
-
* kuaishou: {
|
|
959
|
-
* hostVer:
|
|
960
|
-
* uniVer:
|
|
961
|
-
* unixVer:
|
|
962
|
-
* },
|
|
963
|
-
* jd: {
|
|
964
|
-
* hostVer:
|
|
965
|
-
* uniVer:
|
|
966
|
-
* unixVer:
|
|
928
|
+
* "weixin": {
|
|
929
|
+
* "hostVer": "√",
|
|
930
|
+
* "uniVer": "√",
|
|
931
|
+
* "unixVer": "4.41"
|
|
932
|
+
* },
|
|
933
|
+
* "alipay": {
|
|
934
|
+
* "hostVer": "x",
|
|
935
|
+
* "uniVer": "x",
|
|
936
|
+
* "unixVer": "x"
|
|
937
|
+
* },
|
|
938
|
+
* "baidu": {
|
|
939
|
+
* "hostVer": "x",
|
|
940
|
+
* "uniVer": "x",
|
|
941
|
+
* "unixVer": "x"
|
|
942
|
+
* },
|
|
943
|
+
* "toutiao": {
|
|
944
|
+
* "hostVer": "x",
|
|
945
|
+
* "uniVer": "x",
|
|
946
|
+
* "unixVer": "x"
|
|
947
|
+
* },
|
|
948
|
+
* "lark": {
|
|
949
|
+
* "hostVer": "x",
|
|
950
|
+
* "uniVer": "x",
|
|
951
|
+
* "unixVer": "x"
|
|
952
|
+
* },
|
|
953
|
+
* "qq": {
|
|
954
|
+
* "hostVer": "x",
|
|
955
|
+
* "uniVer": "x",
|
|
956
|
+
* "unixVer": "x"
|
|
957
|
+
* },
|
|
958
|
+
* "kuaishou": {
|
|
959
|
+
* "hostVer": "x",
|
|
960
|
+
* "uniVer": "x",
|
|
961
|
+
* "unixVer": "x"
|
|
962
|
+
* },
|
|
963
|
+
* "jd": {
|
|
964
|
+
* "hostVer": "x",
|
|
965
|
+
* "uniVer": "x",
|
|
966
|
+
* "unixVer": "x"
|
|
967
967
|
* }
|
|
968
968
|
* }
|
|
969
969
|
* }
|