Publish version 0.3.8

This commit is contained in:
pengfei.zhou
2020-03-14 10:57:04 +08:00
committed by osborn
parent 98c7d59a70
commit a2e3dea675
8 changed files with 18 additions and 6 deletions

View File

@@ -37,7 +37,13 @@ declare global {
screenWidth: number;
screenHeight: number;
statusBarHeight: number;
/**
* ex:Apple or Google
*/
deviceBrand: string;
/**
* ex: iPhone12,5 or pixel 3
*/
deviceModel: string;
[index: string]: number | string | boolean | object | undefined;
};