From 752b5dbc56f8ae43e71f4faf0317548e8d677cf3 Mon Sep 17 00:00:00 2001 From: redjie Date: Wed, 22 Feb 2023 19:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E4=B8=AD=E5=BF=83=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=E7=81=B0=E8=89=B2=E6=B8=B2=E6=9F=93=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=EF=BC=8C=E9=80=9A=E7=9F=A5=E6=A0=8F=E9=87=8D=E6=96=B0=E6=8B=A6?= =?UTF-8?q?=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: redjie Change-Id: I2f243c8f6c093eac3bb9980a08c624ce2d68626e --- screenshot32/resource/app_capture_screen_test_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot32/resource/app_capture_screen_test_config.json b/screenshot32/resource/app_capture_screen_test_config.json index dcaaa10..4761803 100644 --- a/screenshot32/resource/app_capture_screen_test_config.json +++ b/screenshot32/resource/app_capture_screen_test_config.json @@ -35,7 +35,7 @@ "pull_down_cmd":["uinput -T -m 500 0 550 30"], "swipe_up_cmd":["uinput -T -m 500 500 550 300"], "all_actions": [ - [2, "pull_down_cmd"], [2, "pull_down_cmd"], [2, "shot_cmd"], [1, "swipe_up_cmd"], [1, "swipe_up_cmd"] + [2, "pull_down_cmd"], [2, "pull_down_cmd"], [2, "shot_cmd"], [2, "cmp_cmd-level"], [1, "swipe_up_cmd"], [1, "swipe_up_cmd"] ] }, { -- Gitee