MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / dxSystemInfo

Function dxSystemInfo

wxapp/longfor.js:194–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192}
193
194function 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
215async function dxCollect(options = {}) {
216 const start = Date.now();

Callers 1

dxCollectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected