From 9f62a4d180c82886d9574d91150f99f4230c7857 Mon Sep 17 00:00:00 2001 From: redjie Date: Mon, 20 Feb 2023 17:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=A0=8F=E9=AB=98=E6=A6=82?= =?UTF-8?q?=E7=8E=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: redjie Change-Id: I65e82434782256ce3bbba71d08a9102c9577f51b --- 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 4761803..dcaaa10 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"], [2, "cmp_cmd-level"], [1, "swipe_up_cmd"], [1, "swipe_up_cmd"] + [2, "pull_down_cmd"], [2, "pull_down_cmd"], [2, "shot_cmd"], [1, "swipe_up_cmd"], [1, "swipe_up_cmd"] ] }, { -- Gitee