diff --git a/docs/api/system/capture-screen.md b/docs/api/system/capture-screen.md index 90d58b145b5f20e142295966bbded3253670b93b..99acedbfec55974b1eee47b6d756c3e52417787c 100644 --- a/docs/api/system/capture-screen.md +++ b/docs/api/system/capture-screen.md @@ -4,9 +4,9 @@ **平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|√|√|x| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|x|√|√|√|x|√| **CALLBACK返回参数:** @@ -18,4 +18,4 @@ uni.onUserCaptureScreen(function() { console.log('用户截屏了') }); -``` \ No newline at end of file +```