From 039e9c7e89d00109f5b6403cf22f4da025ce0518 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 23 Sep 2019 11:48:32 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E5=A4=B4=E6=9D=A1?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8FAPI=E6=94=AF=E6=8C=81=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/file/file.md | 2 +- docs/api/location/location.md | 2 +- docs/api/media/background-audio-manager.md | 2 +- docs/api/system/capture-screen.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/file/file.md b/docs/api/file/file.md index 9e44219f4..55e9cfdc2 100644 --- a/docs/api/file/file.md +++ b/docs/api/file/file.md @@ -189,7 +189,7 @@ uni.getSavedFileList({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|√|√|x|√| +|√|x|√|√|√|√|√| **OBJECT 参数说明:** diff --git a/docs/api/location/location.md b/docs/api/location/location.md index dfd789d71..29029f8d4 100644 --- a/docs/api/location/location.md +++ b/docs/api/location/location.md @@ -70,7 +70,7 @@ uni.getLocation({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x|x| +|√|√|√|√|√|√|x| **OBJECT 参数说明** diff --git a/docs/api/media/background-audio-manager.md b/docs/api/media/background-audio-manager.md index 637a2f690..f92e0bddc 100644 --- a/docs/api/media/background-audio-manager.md +++ b/docs/api/media/background-audio-manager.md @@ -5,7 +5,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|x|√|x|√| +|√|x|√|x|√|√|√| **backgroundAudioManager 对象的属性列表** diff --git a/docs/api/system/capture-screen.md b/docs/api/system/capture-screen.md index 99acedbfe..17bdd4d6f 100644 --- a/docs/api/system/capture-screen.md +++ b/docs/api/system/capture-screen.md @@ -6,7 +6,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|√|√|x|√| +|x|x|√|√|√|√|√| **CALLBACK返回参数:** -- GitLab