-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 新增2.1版本77号往事 fix: 增大活动推图关卡识别颜色范围
- Loading branch information
Showing
7 changed files
with
153 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"Route77": { | ||
"next": [ | ||
"Route77EnterTheShow", | ||
"Sub_StartUp" | ||
] | ||
}, | ||
"Route77EnterTheShow": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/Activity/Route77EnterTheShow.png", | ||
"roi": [ | ||
935, | ||
193, | ||
254, | ||
110 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": 1, | ||
"next": [ | ||
"Route77MainChapter", | ||
"Route77EnterTheShow" | ||
] | ||
}, | ||
"Route77MainChapter": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/Activity/Route77MainChapter.png", | ||
"roi": [ | ||
988, | ||
571, | ||
281, | ||
144 | ||
], | ||
"action": "Click", | ||
"next": "SwipeLeftAndFindStage" | ||
}, | ||
"Route77_StagePromotion": { | ||
"next": [ | ||
"Route77EnterTheShow_StagePromotion", | ||
"Sub_StartUp" | ||
] | ||
}, | ||
"Route77EnterTheShow_StagePromotion": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/Activity/Route77EnterTheShow.png", | ||
"roi": [ | ||
935, | ||
193, | ||
254, | ||
110 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": 1, | ||
"next": [ | ||
"Route77MainChapter_StagePromotion", | ||
"Route77EnterTheShow_StagePromotion" | ||
] | ||
}, | ||
"Route77MainChapter_StagePromotion": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/Activity/Route77MainChapter.png", | ||
"roi": [ | ||
988, | ||
571, | ||
281, | ||
144 | ||
], | ||
"action": "Click", | ||
"next": [ | ||
"ActivityStageModelSellect" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters