Skip to content

Commit

Permalink
perf: 小细节
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 11, 2024
1 parent b2b2a57 commit 80b3f2f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,8 @@
642,
20,
20
]
],
"post_wait_freezes": 500
},
"SOD_Main": {
"recognition": "TemplateMatch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
1080
],
"action": "Click",
"next": "ODR_Event_Select_SkipText_First",
"next": "ODR_Event_Select_SkipText",
"interrupt": "ODR_Move"
},
"ODR_SelectShop": {
Expand Down Expand Up @@ -558,7 +558,10 @@
]
},
"next": "ODR_MainLoop",
"interrupt": "ODR_Levelup"
"interrupt": [
"ODR_Levelup",
"SOD_Acquire_NoNext"
]
},
"ODR_ItemSelect_Confirm_NoNext": {
"recognition": "OCR",
Expand Down Expand Up @@ -1145,10 +1148,10 @@
"recognition": "TemplateMatch",
"template": "OutsideDeductionRapid/Event.png",
"roi": [
760,
70,
520,
640
694,
84,
586,
596
],
"order_by": "Vertical",
"index": 1,
Expand All @@ -1166,7 +1169,13 @@
},
"ODR_Event_Windows&Doors_Completed": {
"recognition": "TemplateMatch",
"template": "./OutsideDeductionRapid/WindowsCompleted.png"
"template": "./OutsideDeductionRapid/WindowsCompleted.png",
"roi": [
441,
418,
150,
172
]
},
"ODR_Windows&Doors_ChangeRound": {
"doc": "换一批",
Expand Down Expand Up @@ -1238,7 +1247,7 @@
69
],
"post_wait_freezes": {
"time": 700,
"time": 200,
"target": [
33,
430,
Expand Down

0 comments on commit 80b3f2f

Please sign in to comment.