diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 36a57096be43d5c75d45b530dd3dc7202e6bd8bd..25bfbc1d8eafbab4587d1b766811259813cb4eb4 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -75,7 +75,7 @@ uni 统计配置项 |属性|类型|说明| |:-|:-|:-| |minUserAgentVersion|String|最小webview版本,例如:95.0.4638.75| -|x5|Object|参见下面的说明| +|x5|Object|此属性需要勾选 Android X5 Webview 模块,详细参见下面的说明| x5 属性说明 diff --git a/docs/tutorial/app-manifest.md b/docs/tutorial/app-manifest.md index 8863feddebeab16b6a70bcedd5174a93d44302ee..67fd9583e195ab5fd20d39981500a08a1efcb6f1 100644 --- a/docs/tutorial/app-manifest.md +++ b/docs/tutorial/app-manifest.md @@ -102,7 +102,7 @@ }, "webView": { // 3.5.0 + 当系统webview低于指定版本时,会弹出提示。或者下载x5内核后继续启动,仅Android支持 "minUserAgentVersion": "95.0.4638.75", // 最小webview版本 - "x5": { + "x5": { // 此属性需要勾选 Android X5 Webview 模块,详细参见下面的说明 "timeOut": 3000, // 超时时间 "showTipsWithoutWifi": true, // 是否在非WiFi网络环境时,显示用户确认下载x5内核的弹窗。 "allowDownloadWithoutWiFi": false // 是否允许用户在非WiFi网络时进行x5内核的下载。(如果为true,就不会显示用户确认的弹窗。)