fix.修复收完信用后关闭的流程

This commit is contained in:
MistEO
2021-09-25 09:30:06 +08:00
parent a7d8015aff
commit f6b4b7b50d

View File

@@ -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"
]