()
| 192 | } |
| 193 | |
| 194 | function dxSystemInfo() { |
| 195 | return { |
| 196 | brand: "microsoft", |
| 197 | model: "Windows WeChat", |
| 198 | pixelRatio: 1, |
| 199 | screenWidth: 414, |
| 200 | screenHeight: 896, |
| 201 | windowWidth: 414, |
| 202 | windowHeight: 896, |
| 203 | statusBarHeight: 0, |
| 204 | language: "zh_CN", |
| 205 | version: "8.0.58", |
| 206 | system: "Windows 10 x64", |
| 207 | platform: "windows", |
| 208 | fontSizeSetting: 16, |
| 209 | SDKVersion: "3.9.12", |
| 210 | benchmarkLevel: 1, |
| 211 | batteryLevel: 100, |
| 212 | }; |
| 213 | } |
| 214 | |
| 215 | async function dxCollect(options = {}) { |
| 216 | const start = Date.now(); |