From 6fa8a6f1e38d9d28ce52de3fb13e42fbb44500b9 Mon Sep 17 00:00:00 2001 From: handongxun Date: Fri, 10 Apr 2020 17:19:21 +0800 Subject: [PATCH] docs: globalStyle add renderingMode --- docs/collocation/pages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index 08e160a48c..79300e729c 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -50,7 +50,8 @@ "usingComponents":{ "collapse-tree-item":"/components/collapse-tree-item" }, - "pageOrientation": "portrait"//横屏配置,全局屏幕旋转设置(仅 APP/微信/QQ小程序),支持 auto / portrait / landscape + "renderingMode": "seperated", // 仅微信小程序,webrtc 无法正常时尝试强制关闭同层渲染 + "pageOrientation": "portrait"//横屏配置,全局屏幕旋转设置(仅 APP/微信/QQ小程序),支持 auto / portrait / landscape }, "tabBar": { "color": "#7A7E83", @@ -120,6 +121,7 @@ |mp-toutiao|Object||设置编译到 mp-toutiao 平台的特定样式|字节跳动小程序| |mp-qq|Object||设置编译到 mp-qq 平台的特定样式|QQ小程序| |usingComponents|Object| |引用小程序组件,参考 [小程序组件](/frame?id=小程序组件支持)|| +|renderingMode|String| |同层渲染,webrtc 无法正常时尝试配置 seperated 强制关掉同层|微信小程序| **注意** -- GitLab