diff --git a/docs/page-config.mdx b/docs/page-config.mdx index 219c72d492e7..6eaf943ca3e0 100644 --- a/docs/page-config.mdx +++ b/docs/page-config.mdx @@ -103,23 +103,23 @@ export default function Index() {} ### 各端支持程度 -| 属性 | 微信小程序 | 百度小程序 | 抖音小程序 | 支付宝小程序 | H5 | RN | -| ---------------------------- | ---------------------------------- | -------------------------- | -------------- | ------------ | --- | --- | -| navigationBarBackgroundColor | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | -| navigationBarTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✔️ | ✔️ | -| navigationBarTitleText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | -| navigationStyle | ✔️(微信客户端 6.6.0) | ✔️(百度 App 版本 11.1.0) | ✔️ | ✘ | ✘ | ✔️ | -| transparentTitle | - | - | - | ✔️ | - | - | -| backgroundColor | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | -| backgroundTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | -| backgroundColorTop | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ | -| backgroundColorBottom | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ | -| enablePullDownRefresh | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ | -| onReachBottomDistance | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✘ | -| pageOrientation | ✔️2.4.0 (auto) / 2.5.0 (landscape) | ✘ | ✘ | ✘ | ✘ | ✘ | -| disableScroll | ✔️ | ✘ | ✘ | ✘ | ✘ | ✔️ | -| disableSwipeBack | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ | -| enableShareAppMessage | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ | -| enableShareTimeline | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ | -| usingComponents | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ | -| renderer | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ | +| 属性 | 微信小程序 | 百度小程序 | 抖音小程序 | 支付宝小程序 | H5 | RN | ASCF| +| ---------------------------- | ---------------------------------- | -------------------------- | -------------- | ------------ | --- | --- |--------- | +| navigationBarBackgroundColor | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | +| navigationBarTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✔️ | ✔️ | ✔️ | +| navigationBarTitleText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | +| navigationStyle | ✔️(微信客户端 6.6.0) | ✔️(百度 App 版本 11.1.0) | ✔️ | ✘ | ✘ | ✔️ | ✔️ | +| transparentTitle | - | - | - | ✔️ | - | - | ✘ | +| backgroundColor | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | ✔️ | +| backgroundTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | ✘ | +| backgroundColorTop | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ | ✘ | +| backgroundColorBottom | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ | ✘ | +| enablePullDownRefresh | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | +| onReachBottomDistance | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✘ | ✘ | +| pageOrientation | ✔️2.4.0 (auto) / 2.5.0 (landscape) | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | +| disableScroll | ✔️ | ✘ | ✘ | ✘ | ✘ | ✔️ | ✘ | +| disableSwipeBack | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | +| enableShareAppMessage | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ | ✘ | +| enableShareTimeline | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ | ✘ | +| usingComponents | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | +| renderer | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |