Skip to content

Commit

Permalink
fix:邮件识别失败;将访问好友作为单独选项
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb committed Jun 28, 2024
1 parent b99746a commit dabc0c6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"是否访问每个好友换抽"
]
},
{
"name": "仅好友换抽(不换班,只换抽,上面的开了这里就不用开了)",
"entry": "Infrastructures_Deal"
},
{
"name": "周本",
"entry": "WeekInstance",
Expand Down
6 changes: 3 additions & 3 deletions assets/resource/base/pipeline/awards.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"lower": [
230,
178,
66
60
],
"upper": [
255,
190,
72
210,
80
],
"count": 7,
"action": "Click",
Expand Down
39 changes: 39 additions & 0 deletions assets/resource/base/pipeline/infrastructures.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@
"Sub_StartUp"
]
},
"Infrastructures_Deal": {
"next": [
"Base_Deal",
"Infr_DealDefaltYes",
"Sub_StartUp"
]
},
"Base_Deal":{
"recognition": "OCR",
"text": [
"基地"
],
"roi": [
1020,
619,
167,
93
],
"action": "Click",
"next": [
"Infr_DealDefaltYes",
"Base_Deal"
]
},
"Base":{
"recognition": "OCR",
"text": [
Expand Down Expand Up @@ -510,6 +534,21 @@
"Infr_DealSelf"
]
},
"Infr_DealDefaltYes":{
"recognition": "TemplateMatch",
"template": "Infrastructures/Infr_Deal.png",
"roi": [
980,
225,
263,
235
],
"action": "Click",
"next": [
"Infr_DealDefaltYes",
"Infr_DealSelf"
]
},
"Infr_Deal1": {
"recognition": "TemplateMatch",
"template": "Infrastructures/Infr_Deal1.png",
Expand Down

0 comments on commit dabc0c6

Please sign in to comment.