mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix.修复领取日常奖励的界面有时候关不掉的问题
This commit is contained in:
@@ -331,10 +331,24 @@
|
||||
"algorithm": "justReturn",
|
||||
"action": "clickRect",
|
||||
"specificRect": [
|
||||
1000,
|
||||
100,
|
||||
270,
|
||||
340
|
||||
600,
|
||||
600,
|
||||
60,
|
||||
60
|
||||
],
|
||||
"next": [
|
||||
"CloseTaskAwardDouble"
|
||||
]
|
||||
},
|
||||
"CloseTaskAwardDouble": {
|
||||
"Doc": "有时候奖励出的太慢了,所以这里多点一次",
|
||||
"algorithm": "justReturn",
|
||||
"action": "clickRect",
|
||||
"specificRect": [
|
||||
600,
|
||||
600,
|
||||
60,
|
||||
60
|
||||
],
|
||||
"next": [
|
||||
"WeeklyTask",
|
||||
|
||||
Reference in New Issue
Block a user