Skip to content

Commit

Permalink
chore# 修正部分情况下可能会卡住的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hxdnshx committed Dec 31, 2023
1 parent c4d32a1 commit c832f05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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.
4 changes: 2 additions & 2 deletions assets/resource/pipeline/daily.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"WinRateAuto": {
"pre_wait_freezes": 1500,
"recognition": "TemplateMatch",
"template": "limbus_template/daily/WinRate2.png",
"template": ["limbus_template/daily/WinRate2.png", "limbus_template/daily/WinRate3.png"],
"roi": [
[852,482,171,125],
[892,482,171,125],
Expand All @@ -207,7 +207,7 @@
{
"pre_wait_freezes": 1500,
"recognition": "TemplateMatch",
"template": "limbus_template/daily/BStart2.png",
"template": ["limbus_template/daily/BStart2.png", "limbus_template/daily/BStart3.png"],
"roi": [
[775,491,137,131],
[815,491,137,131],
Expand Down

0 comments on commit c832f05

Please sign in to comment.