From 9211c170da0910c6113a2d63c00c9e4fcb1f7ced Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 16 Aug 2019 13:38:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/media/video.md | 4 ++-- docs/api/other/setting.md | 4 ++-- docs/api/other/update.md | 2 +- docs/api/ui/intersection-observer.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/media/video.md b/docs/api/media/video.md index c7ece076b..28a1aeab8 100644 --- a/docs/api/media/video.md +++ b/docs/api/media/video.md @@ -5,7 +5,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|x|√|√| +|√|√|√|√|√|√| **OBJECT 参数说明** @@ -72,7 +72,7 @@ export default { |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|x|√|√| +|√|x|√|√|√|√| **OBJECT 参数说明** diff --git a/docs/api/other/setting.md b/docs/api/other/setting.md index 168c1ba24..f64d072f4 100644 --- a/docs/api/other/setting.md +++ b/docs/api/other/setting.md @@ -6,7 +6,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|√| +|x|x|√|√|√|√| |属性|类型|必填|说明| |---|---|---|---|---| @@ -37,7 +37,7 @@ uni.openSetting({ |5+App|H5|微信小程序|支付宝小程序|百度小程序| |:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√| +|x|x|√|√|√| |属性|类型|必填|说明| |---|---|---|---|---| diff --git a/docs/api/other/update.md b/docs/api/other/update.md index dbf50414f..71ae914fa 100644 --- a/docs/api/other/update.md +++ b/docs/api/other/update.md @@ -10,7 +10,7 @@ App的更新不使用本API,另见文档: |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|√| +|x|x|√|√|√|√| **updateManager 对象的方法列表:** diff --git a/docs/api/ui/intersection-observer.md b/docs/api/ui/intersection-observer.md index 18e309eac..c6e515d7b 100644 --- a/docs/api/ui/intersection-observer.md +++ b/docs/api/ui/intersection-observer.md @@ -7,7 +7,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|HBuilderX 2.0.4+|√|x|√|√| +|√|HBuilderX 2.0.4+|√|√|√|√| **options 的可选参数为:** -- GitLab