From cb1a7dc94f52b25924e3ccd70f45ca3ee6a21d00 Mon Sep 17 00:00:00 2001 From: anne-lxm <1076217653@qq.com> Date: Sun, 8 Aug 2021 18:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BF=AB=E6=89=8B=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=85=BC=E5=AE=B9=E6=80=A7=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/key.md | 24 +++++++-------- docs/api/ui/adapt.md | 28 ++++++++--------- docs/api/ui/animation.md | 6 ++-- docs/api/ui/bgcolor.md | 12 ++++---- docs/api/ui/navigationbar.md | 24 +++++++-------- docs/api/ui/tabbar.md | 54 ++++++++++++++++----------------- docs/component/vue-component.md | 36 +++++++++++----------- docs/component/web-view.md | 8 ++--- 8 files changed, 96 insertions(+), 96 deletions(-) diff --git a/docs/api/key.md b/docs/api/key.md index 471b81bbf..3f2c07808 100644 --- a/docs/api/key.md +++ b/docs/api/key.md @@ -6,9 +6,9 @@ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|x|√|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|x|√|√|√| #### uni.onKeyboardHeightChange(CALLBACK) @@ -17,9 +17,9 @@ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|HBuilderX 2.2.3+|x|基础库2.7+|x|x|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|HBuilderX 2.2.3+|x|基础库2.7+|x|x|x|√|√| **CALLBACK 返回参数** @@ -41,9 +41,9 @@ uni.onKeyboardHeightChange(res => { **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|HBuilderX 3.1.0+|x|基础库2.9.2+|x|x|x|x| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|HBuilderX 3.1.0+|x|基础库2.9.2+|x|x|x|x|x| **示例代码** @@ -57,9 +57,9 @@ uni.offKeyboardHeightChange(callback) **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|HBuilderX 2.8.12+|HBuilderX 2.8.12+|基础库 2.7.0+|x|x|x|x| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|HBuilderX 2.8.12+|HBuilderX 2.8.12+|基础库 2.7.0+|x|x|x|x|√| **OBJECT 参数说明:** diff --git a/docs/api/ui/adapt.md b/docs/api/ui/adapt.md index 083bff6b8..8ccd7955a 100644 --- a/docs/api/ui/adapt.md +++ b/docs/api/ui/adapt.md @@ -11,9 +11,9 @@ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|√|x|x|x|x|x| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|√|x|x|x|x|x|x| **代码示例** @@ -29,9 +29,9 @@ uni.getTopWindowStyle() **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|√|x|x|x|x|x| +|x|√|x|x|x|x|x|x| **代码示例** @@ -47,9 +47,9 @@ uni.getLeftWindowStyle() **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|√|x|x|x|x|x| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|√|x|x|x|x|x|x| **代码示例** @@ -86,9 +86,9 @@ uni.setTopWindowStyle({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|√|x|x|x|x|x| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|√|x|x|x|x|x|x| **OBJECT 参数说明** @@ -113,9 +113,9 @@ uni.setLeftWindowStyle({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|√|x|x|x|x|x| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|√|x|x|x|x|x|x| **OBJECT 参数说明** diff --git a/docs/api/ui/animation.md b/docs/api/ui/animation.md index abf461c64..9341c4259 100644 --- a/docs/api/ui/animation.md +++ b/docs/api/ui/animation.md @@ -4,9 +4,9 @@ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|HBuilderX 2.0.4+|√|√|√|√|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|HBuilderX 2.0.4+|√|√|√|√|√|x| **注意:** - export 方法每次调用后会清掉之前的动画操作 diff --git a/docs/api/ui/bgcolor.md b/docs/api/ui/bgcolor.md index c8427cf67..d1099f9cd 100644 --- a/docs/api/ui/bgcolor.md +++ b/docs/api/ui/bgcolor.md @@ -4,9 +4,9 @@ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|x|√|x|√|x|√|√| **参数说明** @@ -35,9 +35,9 @@ uni.setBackgroundColor({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|x|√|x|√|x|√|√| **参数说明** diff --git a/docs/api/ui/navigationbar.md b/docs/api/ui/navigationbar.md index d660e0265..5e7810285 100644 --- a/docs/api/ui/navigationbar.md +++ b/docs/api/ui/navigationbar.md @@ -30,9 +30,9 @@ uni.setNavigationBarTitle({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|√|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|√|√|√| **OBJECT参数说明** @@ -90,9 +90,9 @@ uni.setNavigationBarColor({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|√|√|√|√|x|√|√| App平台调用此API时会在屏幕中间悬浮显示loading @@ -116,9 +116,9 @@ uni.showNavigationBarLoading() **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|√|√|√|√|x|√|√| App平台调用此API时会关闭屏幕中间悬浮显示的loading @@ -143,9 +143,9 @@ uni.hideNavigationBarLoading() **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|x|1.48.0+|1.10.0+| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|x|√|x|x|1.48.0+|1.10.0+|x| **OBJECT参数说明** diff --git a/docs/api/ui/tabbar.md b/docs/api/ui/tabbar.md index 1bb25538f..ed55f4c7e 100644 --- a/docs/api/ui/tabbar.md +++ b/docs/api/ui/tabbar.md @@ -4,9 +4,9 @@ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√(钉钉小程序不支持)|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√(钉钉小程序不支持)|√|x|√|√| **OBJECT参数说明:** @@ -38,9 +38,9 @@ uni.setTabBarItem({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√|√| **OBJECT参数说明:** @@ -88,9 +88,9 @@ uni.setTabBarStyle({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√|√| **OBJECT参数说明:** @@ -107,9 +107,9 @@ uni.setTabBarStyle({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√|√| **OBJECT参数说明:** @@ -125,9 +125,9 @@ uni.setTabBarStyle({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√|√| **OBJECT参数说明:** @@ -153,9 +153,9 @@ uni.setTabBarBadge({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√|√| **OBJECT参数说明:** @@ -171,9 +171,9 @@ uni.setTabBarBadge({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√|√| **OBJECT参数说明:** @@ -189,9 +189,9 @@ uni.setTabBarBadge({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|√| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√|√| **OBJECT参数说明:** @@ -207,9 +207,9 @@ uni.setTabBarBadge({ **平台差异说明** -|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√(HBuilderX 2.3.4+)|x|x|x|x|x|x| +|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快手小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√(HBuilderX 2.3.4+)|x|x|x|x|x|x|x| **Tip** diff --git a/docs/component/vue-component.md b/docs/component/vue-component.md index 08b0041c5..1bbb84337 100644 --- a/docs/component/vue-component.md +++ b/docs/component/vue-component.md @@ -6,9 +6,9 @@ **平台差异说明** -|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 | -|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: | -|√ |√ |x |x |x |x |x |x |x | +|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 |快手小程序| +|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: | +|√ |√ |x |x |x |x |x |x |x |x | @@ -25,9 +25,9 @@ **平台差异说明** -|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 | -|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: | -|√ |√ |√ |√ |√ |√ |√ |√ |√ | +|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 |快手小程序| +|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: | +|√ |√ |√ |√ |√ |√ |√ |√ |√ |√ | **代码示例** @@ -76,9 +76,9 @@ **平台差异说明** -|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 | -|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: | -|x |√ |x |x |x |x |x |x |x | +|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 |快手小程序| +|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: | +|x |√ |x |x |x |x |x |x |x |x | @@ -91,9 +91,9 @@ **平台差异说明** -|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 | -|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: | -|x |√ |x |x |x |x |x |x |x | +|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 |快手小程序| +|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: | +|x |√ |x |x |x |x |x |x |x |x | @@ -105,9 +105,9 @@ **平台差异说明** -|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 | -|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: | -|x |√ |x |x |x |x |x |x |x | +|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 |快手小程序| +|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: | +|x |√ |x |x |x |x |x |x |x |x | @@ -120,7 +120,7 @@ **平台差异说明** -|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 | -|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: | -|√ |√ |√ |√ |√ |√ |√ |√ |√ | +|App|H5 |微信小程序 |支付宝小程序 |百度小程序 |字节跳动小程序 |QQ小程序 |快应用 |360小程序 |快手小程序| +|:-:|:-:|:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: | +|√ |√ |√ |√ |√ |√ |√ |√ |√ |√ | diff --git a/docs/component/web-view.md b/docs/component/web-view.md index 67f67c4ad..ce00a2474 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -17,10 +17,10 @@ **src** -|来源|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序| -|:-|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|网络|√|√|√|√|√|√|√|√|√| -|本地|√|√|x|x|x|x|x|x|x| +|来源|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序|快手小程序| +|:-|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|网络|√|√|√|√|√|√|√|√|√|√| +|本地|√|√|x|x|x|x|x|x|x|x| **webview-styles** -- GitLab