From 112fd2708bfac1323b194db26073552a0cda1a10 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Thu, 16 Mar 2023 20:44:09 +0800 Subject: [PATCH] =?UTF-8?q?uni.setUserCaptureScreen=20=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/system/capture-screen.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/system/capture-screen.md b/docs/api/system/capture-screen.md index 7cfc8aa13..652166997 100644 --- a/docs/api/system/capture-screen.md +++ b/docs/api/system/capture-screen.md @@ -12,7 +12,9 @@ **CALLBACK返回参数:** -无 +| 属性 | 类型 | 说明 | +| -- | -- | -- | +| path | string | 截屏文件路径,仅App-Android平台支持 | **代码示例** -- GitLab