mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix.修复会客室某种线索满了流程出错的问题
This commit is contained in:
@@ -2720,6 +2720,45 @@
|
||||
100
|
||||
]
|
||||
},
|
||||
"InfrastClueSelfMaybeFull": {
|
||||
"Doc": "有一种情况是,自己的线索满了,但是却没有new的标记",
|
||||
"roi": [
|
||||
1110,
|
||||
89,
|
||||
170,
|
||||
177
|
||||
],
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"InfrastClueSelfFull",
|
||||
"CloseCluePage"
|
||||
]
|
||||
},
|
||||
"InfrastClueSelfFull": {
|
||||
"roi": [
|
||||
286,
|
||||
550,
|
||||
366,
|
||||
130
|
||||
],
|
||||
"next": [
|
||||
"CloseCluePageThenSendClue"
|
||||
]
|
||||
},
|
||||
"CloseCluePageThenSendClue": {
|
||||
"template": "CloseCluePage.png",
|
||||
"action": "clickSelf",
|
||||
"roi": [
|
||||
930,
|
||||
50,
|
||||
120,
|
||||
120
|
||||
],
|
||||
"next": [
|
||||
"CloseCluePageThenSendClue",
|
||||
"SendClues"
|
||||
]
|
||||
},
|
||||
"InfrastClueSelfNew": {
|
||||
"template": "ClueNew.png",
|
||||
"action": "clickSelf",
|
||||
@@ -3061,7 +3100,9 @@
|
||||
41
|
||||
],
|
||||
"next": [
|
||||
"InfrastClueSelfNew"
|
||||
"InfrastClueSelfNew",
|
||||
"InfrastClueFriendNew",
|
||||
"ReceptionFlag"
|
||||
]
|
||||
},
|
||||
"ClueGiveToNextPage": {
|
||||
|
||||
BIN
resource/template/InfrastClueSelfFull.png
Normal file
BIN
resource/template/InfrastClueSelfFull.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
BIN
resource/template/InfrastClueSelfMaybeFull.png
Normal file
BIN
resource/template/InfrastClueSelfMaybeFull.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
@@ -44,7 +44,7 @@ bool asst::InfrastReceptionTask::close_end_of_clue_exchange()
|
||||
|
||||
bool asst::InfrastReceptionTask::get_clue()
|
||||
{
|
||||
ProcessTask task_temp(*this, { "InfrastClueSelfNew", "InfrastClueFriendNew", "ReceptionFlag" });
|
||||
ProcessTask task_temp(*this, { "InfrastClueSelfNew", "InfrastClueFriendNew", "InfrastClueSelfMaybeFull", "ReceptionFlag" });
|
||||
return task_temp.run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user