UNPKG

@tb-app/web-view-api

Version:
23 lines (22 loc) 533 B
/** * 获取手机系统信息的同步接口 */ export default function getSystemInfoSync(): Promise<{ model: string; pixelRatio: number; windowWidth: number; windowHeight: number; language: string; version: string; storage: string; currentBattery: string; system: string; platform: string; titleBarHeight: number; statusBarHeight: number; screenWidth: number; screenHeight: number; brand: string; fontSizeSetting: number; app: string; }>;