From 844734e66a1d3db76e4d9bd7cee6df518c679755 Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Wed, 1 Nov 2023 18:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=91=BD=E4=BB=A4=E8=A1=8Csc?= =?UTF-8?q?reenshot=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 9e0e552dcf..e183ac4a0a 100644 --- a/README.en.md +++ b/README.en.md @@ -208,6 +208,7 @@ After the configuration is completed, the flutter sdk can complete the device co | build | Formal application build | flutter build hap --target-platform ohos-arm64 --release --local-engine=\ | | run | application run | flutter run --local-engine=\ | | attach | debug mode | flutter attach | +| screenshot | catch screen | flutter screenshot | ## common problem: diff --git a/README.md b/README.md index 47a8cde401..cbc7f9c617 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ HDC_SERVER_PORT=8710 | build | 正式应用构建 | flutter build hap --target-platform ohos-arm64 --release --local-engine=\<兼容ohos的release engine产物路径\> | | run | 应用运行 | flutter run --local-engine=\<兼容ohos的engine产物路径\> | | attach | 调试模式 | flutter attach | +| screenshot | 截屏 | flutter screenshot | ## 常见问题: -- Gitee