From 55620a6b803df8939a691b3b117e9be63458b7e1 Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 24 Dec 2021 22:42:26 +0800 Subject: [PATCH] =?UTF-8?q?opt.=E4=BC=98=E5=8C=96=E4=BC=9A=E5=AE=A2?= =?UTF-8?q?=E5=AE=A4=E5=A4=84=E7=90=86=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 2 +- src/MeoAssistant/InfrastReceptionTask.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 30980b1486..2df0fba311 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -2654,6 +2654,6 @@ 400, 200 ], - "rearDelay": 1000 + "rearDelay": 3000 } } \ No newline at end of file diff --git a/src/MeoAssistant/InfrastReceptionTask.cpp b/src/MeoAssistant/InfrastReceptionTask.cpp index eae2c849a9..508c89d29b 100644 --- a/src/MeoAssistant/InfrastReceptionTask.cpp +++ b/src/MeoAssistant/InfrastReceptionTask.cpp @@ -140,7 +140,7 @@ bool asst::InfrastReceptionTask::proc_vacancy() sleep(delay); // 识别右边列表中的线索,然后用最底下的那个(一般都是剩余时间最短的) - swipe_to_the_bottom_of_clue_list_on_the_right(); + //swipe_to_the_bottom_of_clue_list_on_the_right(); image = Ctrler.get_image(); InfrastClueImageAnalyzer clue_analyzer(image); if (!clue_analyzer.analyze()) {