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()) {