Skip to content

Commit

Permalink
fix: 修复卡日历签到的问题 (#309)
Browse files Browse the repository at this point in the history
先修一下,有问题再改
  • Loading branch information
a16797 authored Jan 17, 2025
1 parent b3af382 commit aa13bc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Binary file added assets/resource/base/image/StartUp/Reward2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions assets/resource/base/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@
"recognition": "TemplateMatch",
"template": [
"StartUp/Reward.png",
"StartUp/Reward1.png"
"StartUp/Reward1.png",
"StartUp/Reward2.png"
],
"roi": [
419,
Expand Down Expand Up @@ -389,13 +390,20 @@
"StartUp/CloseRewardPage_2.4.png",
"StartUp/CloseItemDetail.png"
],
"threshold": 0.6,
"roi": [
1040,
60,
167,
250,
146
],
"action": "Click",
"post_delay": 1000
"post_delay": 1000,
"next": [
"CloseRewardPage"
],
"interrupt": [
"ReturnMain"
]
}
}

0 comments on commit aa13bc1

Please sign in to comment.