Skip to content

Commit

Permalink
fix: 修复肉鸽速刷有概率卡在第一个节点的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Jan 22, 2025
1 parent a06be65 commit c58195c
Showing 1 changed file with 15 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,21 @@
"green_mask": true,
"threshold": 0.85,
"index": -1,
"roi": "ODR_QueryChessLocation",
"roi_offset": [
10,
-1080,
1920,
1080
"roi": [
303,
196,
392,
307
],
"post_wait_freezes": {
"time": 500,
"target": [
1019,
590,
106,
91
]
},
"action": "Click"
},
"ODR_SelectDiscovery": {
Expand Down Expand Up @@ -1525,4 +1533,4 @@
85
]
}
}
}

0 comments on commit c58195c

Please sign in to comment.