From 0395a1824f7740962c121868540e7000e87d189d Mon Sep 17 00:00:00 2001 From: anne-lxm <1076217653@qq.com> Date: Mon, 6 Jun 2022 15:56:18 +0800 Subject: [PATCH] update uni.getSystemInfo --- docs/api/system/info.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api/system/info.md b/docs/api/system/info.md index 0760bef5d..44fe46b8f 100644 --- a/docs/api/system/info.md +++ b/docs/api/system/info.md @@ -65,8 +65,8 @@ uni-app提供了同步(`uni.getSystemInfo`)和异步(`uni.getSystemInfoSync`)的 | |windowTop |可使用窗口的顶部位置 ||||| | | |windowBottom |可使用窗口的底部位置 ||||| | | |statusBarHeight |手机状态栏的高度|||||| -| |safeArea |在竖屏正方向下的安全区域。[详见](#safearea)|||微信、百度、字节跳动、快手小程序||| -| |safeAreaInsets |在竖屏正方向下的安全区域插入位置。[详见](#safearea)|||微信||uni-app 2.5.3+| +| |safeArea |在竖屏正方向下的安全区域。[详见](#safearea)|||微信、百度(开发者工具暂不支持,真机有效)、字节跳动、飞书、快手小程序、华为快应用||| +| |safeAreaInsets |在竖屏正方向下的安全区域插入位置。[详见](#safearea)|||微信、百度(开发者工具暂不支持,真机有效)、字节跳动、飞书、快手小程序、华为快应用||uni-app 2.5.3+| #### 某些小程序特殊的返回参数 @@ -248,6 +248,7 @@ app下需要广告追踪的场景,在iOS上可以使用[idfa](https://ask.dclo - [QQ小程序](https://q.qq.com/wiki/develop/game/API/basic/system.html#qq-getsysteminfo) - [快手小程序](https://mp.kuaishou.com/docs/develop/api-next/basic/system/ks.getSystemInfoSync.html#systeminfo) - [京东小程序](https://mp-docs.jd.com/api/equipment/system.html) +- [华为快应用](https://developer.huawei.com/consumer/cn/doc/development/quickApp-References/webview-api-systeminfo-0000001126227753) #### 示例 @getsysteminfo-new-fields -- GitLab