Skip to content

Commit

Permalink
1.库街区更新与活动页面识别 2.适配崩铁签到活动
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn01234 committed Jan 24, 2025
1 parent 432333e commit fb16451
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
Binary file added assets/resource/base/image/closeKJQEvents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions assets/resource/base/pipeline/KJQ.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"KJQ": {
"next": [
"IgnoreKJQTeenageMode",
"IgnoreKJQUpdates",
"IgnoreKJQEvents",
"EnterKJQSignInPage",
"Sub_StartKJQ"
]
Expand All @@ -24,6 +26,40 @@
0
],
"action": "Click",
"next": [
"IgnoreKJQUpdates",
"IgnoreKJQEvents",
"EnterKJQSignInPage"
]
},
"IgnoreKJQUpdates": {
"recognition": "OCR",
"expected": [
"暂不更新"
],
"roi": [
0,
0,
0,
0
],
"action": "Click",
"next": [
"IgnoreKJQEvents",
"EnterKJQSignInPage"
]
},
"IgnoreKJQEvents": {
"recognition": "TemplateMatch",
"green_mask": true,
"template": "closeKJQEvents.png",
"roi": [
0,
0,
0,
0
],
"action": "Click",
"next": [
"EnterKJQSignInPage"
]
Expand Down
4 changes: 2 additions & 2 deletions assets/resource/base/pipeline/my_task.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@
"template": "EnterSignInBenefitsPage_1.png",
"roi": [
0,
561,
400,
720,
473
650
],
"action": "Click",
"next": [
Expand Down

0 comments on commit fb16451

Please sign in to comment.