mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: add delay after selecting clue
This commit is contained in:
@@ -3916,7 +3916,8 @@
|
||||
"InfrastClue": {
|
||||
"template": "Clue.png",
|
||||
"maskRange": [1, 255],
|
||||
"roi": [800, 0, 480, 720]
|
||||
"roi": [800, 0, 480, 720],
|
||||
"postDelay": 1000
|
||||
},
|
||||
"InfrastClueSelfMaybeFull": {
|
||||
"Doc": "有一种情况是,自己的线索满了,但是却没有new的标记",
|
||||
|
||||
@@ -128,6 +128,7 @@ bool asst::InfrastReceptionTask::proc_clue_vacancy()
|
||||
}
|
||||
sort_by_horizontal_(*clue_result_opt);
|
||||
ctrler()->click(clue_result_opt->back().rect);
|
||||
delay = Task.get("InfrastClue")->post_delay;
|
||||
sleep(delay);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user