mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix.修复收完信用后关闭的流程
This commit is contained in:
@@ -329,12 +329,18 @@
|
||||
"template": "CollectCredit.png",
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"ColseCollectCredit"
|
||||
"CloseCollectCredit"
|
||||
]
|
||||
},
|
||||
"ColseCollectCredit": {
|
||||
"CloseCollectCredit": {
|
||||
"algorithm": "justReturn",
|
||||
"action": "clickRand",
|
||||
"action": "clickRect",
|
||||
"specificArea": [
|
||||
1100,
|
||||
700,
|
||||
150,
|
||||
30
|
||||
],
|
||||
"next": [
|
||||
"Stop"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user