Skip to content

Commit

Permalink
增加两处掉线重连判断
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo98 committed Aug 25, 2024
1 parent b7ce6d3 commit 23cc8b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/resource/base/pipeline/my_task.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,23 @@
"游戏登录",
"启动APP",
"月卡",
"重新登录",
"界面检测"
],
"post_delay": 1000
},
"重新登录": {
"recognition": "OCR",
"roi": [
471,
412,
117,
39
],
"expected": "[重新登录]{3,}",
"action": "Click",
"next": "界面检测"
},
"启动APP": {
"recognition": "TemplateMatch",
"template": "Desk_APPICON__176_514_45_49__126_464_145_149.png",
Expand Down Expand Up @@ -498,6 +511,7 @@
"战斗结算等待": {
"next": [
"战斗结算",
"重新登录",
"战斗结算等待"
],
"post_delay": 1000
Expand Down

0 comments on commit 23cc8b0

Please sign in to comment.