Skip to content

Commit

Permalink
fix: 修复ODR选择选项时SkipText后有概率跳到主页面然后陷入死循环的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 23, 2024
1 parent 87d68bb commit 63c3ac4
Showing 1 changed file with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,8 @@
"action": "Click",
"next": [
"ODR_Event_Confirm",
"ODR_Event_Select"
"ODR_Event_Select",
"ODR_MainFlag"
],
"interrupt": "ODR_SkipText"
},
Expand All @@ -1287,7 +1288,8 @@
"action": "Click",
"next": [
"ODR_Event_Confirm",
"ODR_Event_Select_First"
"ODR_Event_Select_First",
"ODR_MainFlag"
],
"interrupt": "ODR_SkipText"
},
Expand All @@ -1306,7 +1308,8 @@
"action": "Click",
"next": [
"ODR_Event_Confirm",
"ODR_Event_Select_Second2Last"
"ODR_Event_Select_Second2Last",
"ODR_MainFlag"
],
"interrupt": "ODR_SkipText"
},
Expand All @@ -1325,7 +1328,8 @@
"action": "Click",
"next": [
"ODR_Event_Confirm",
"ODR_Event_Select_Second"
"ODR_Event_Select_Second",
"ODR_MainFlag"
],
"interrupt": "ODR_SkipText"
},
Expand Down Expand Up @@ -1526,5 +1530,15 @@
"SOD_Acquire_NoNext",
"ODR_SkipText"
]
},
"ODR_MainFlag": {
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Main.png",
"roi": [
33,
430,
82,
85
]
}
}

0 comments on commit 63c3ac4

Please sign in to comment.