From 9c6f7b5cf5e8ed33cead1009dcdd0c2c00287048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Mon, 17 Jun 2024 16:55:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0clientInfo=E5=86=85?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E7=9A=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cf-functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cf-functions.md b/docs/cf-functions.md index c3e8d8b..5cf310b 100644 --- a/docs/cf-functions.md +++ b/docs/cf-functions.md @@ -676,10 +676,10 @@ clientInfos = [{ > HBuilderX 4.21版本客户端上传clientInfo信息时不会将所有信息都传到云端。具体字段白名单如下:`'appId', 'appLanguage', 'appName', 'appVersion', 'appVersionCode', 'appWgtVersion', 'browserName', 'browserVersion', 'deviceBrand', 'deviceId', 'deviceModel', 'deviceType', - 'osAndroidAPILevel', 'osLanguage', 'osName', 'osTheme', 'osVersion', + 'osName', 'osVersion', 'romName', 'romVersion', 'ua', - 'hostName', 'hostVersion', 'hostLanguage', 'hostTheme', 'hostPackageName', 'hostSDKVersion', - 'uniCompileVersion', 'uniPlatform', 'uniRuntimeVersion', 'uniRuntimeVersionCode', 'uniCompilerVersion', 'uniCompilerVersionCode'` + 'hostName', 'hostVersion', + 'uniPlatform', 'uniRuntimeVersion', 'uniRuntimeVersionCode', 'uniCompilerVersion', 'uniCompilerVersionCode'` getClientInfos返回的信息,是在客户端的[uni.getSystemInfo](https://uniapp.dcloud.net.cn/api/system/info#getsysteminfo)的基础之上,增加了一些额外的信息。 -- GitLab