Skip to content

Commit

Permalink
适配派遣公司的几个''否''选项
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Sep 17, 2024
1 parent bd5983b commit d302110
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 21 deletions.
43 changes: 33 additions & 10 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,17 @@
"next": "entry_dispath_one"
}
}
},
{
"name": "不领取",
"param": {
"entry_one": {
"next": [
"entry_back",
"entry_convened"
]
}
}
}
]
},
Expand Down Expand Up @@ -401,10 +412,13 @@
}
},
{
"name": "不领取(暂不推荐使用,会导致下面选项任务失效,甚至可能最终导致下面所有任务失败)",
"name": "不领取",
"param": {
"entry_dispath_three": {
"next": []
"next": [
"dispath_back",
"dispath_convened"
]
}
}
}
Expand Down Expand Up @@ -493,10 +507,13 @@
}
},
{
"name": "不制造(暂不推荐使用,会导致下面选项任务失效,甚至可能最终导致下面所有任务失败)",
"name": "不制造",
"param": {
"entry_dispath_four": {
"next": []
"next": [
"fabricate_back",
"fabricate_convened"
]
}
}
}
Expand All @@ -513,10 +530,13 @@
}
},
{
"name": "不喝茶(暂不推荐使用,会导致下面选项任务失效,甚至可能最终导致下面所有任务失败)",
"name": "不喝茶",
"param": {
"dispatch_company_all": {
"next": []
"tea": {
"next": [
"tea_back",
"tea_convened"
]
}
}
}
Expand All @@ -533,10 +553,13 @@
}
},
{
"name": "不领取【反正是派遣公司的最后一个任务(暂时),无所谓,这个可以用】",
"name": "不领取",
"param": {
"dispatch_company_all": {
"next": []
"vitality": {
"next": [
"vitality_back",
"vitality-convened"
]
}
}
}
Expand Down
22 changes: 22 additions & 0 deletions assets/resource_picli/base/pipeline/3-(2)_vending_machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,27 @@
"next": [
"vending_home"
]
},
"entry_back": {
"recognition": "TemplateMatch",
"template": "Collect/06.png",
"action": "Click",
"next": [
"dispath_company_collect"
]
},
"entry_convened": {
"recognition": "TemplateMatch",
"template": "Startup/11.png",
"roi": [
906,
340,
170,
205
],
"post_delay": 3000,
"next": [
"dispath_company_collect"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"dispath_resources",
"collect_induction",
"donshe",
"weapons"
"weapons",
"entry_back",
"entry_convened"
]
},
"entry_dispath_one": {
Expand Down
30 changes: 26 additions & 4 deletions assets/resource_picli/base/pipeline/3_(3)_dispatch_social.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dispatch_social_two",
"dispatch_social_three",
"dispatch_social_four",
"dc_back"
"dispath_back",
"dispath_convened"
]
},
"entry_dispath_three": {
Expand Down Expand Up @@ -186,9 +187,30 @@
"action": "Click",
"post_delay": 5000,
"next": [
"entry_dispath_four",
"tea",
"vitality"
"entry_dispath_four"
]
},
"dispath_back": {
"recognition": "TemplateMatch",
"template": "Collect/06.png",
"action": "Click",
"post_delay": 7000,
"next": [
"entry_dispath_four"
]
},
"dispath_convened": {
"recognition": "TemplateMatch",
"template": "Startup/11.png",
"roi": [
906,
340,
170,
205
],
"post_delay": 3000,
"next": [
"entry_dispath_four"
]
}
}
30 changes: 26 additions & 4 deletions assets/resource_picli/base/pipeline/3_(4)_fabricate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"fabricate_all_nine",
"fabricate_all_ten",
"entry_dispath_four",
"dc_back"
"fabricate_back",
"fabricate_convened"
]
},
"fabricate_all_one": {
Expand Down Expand Up @@ -504,9 +505,30 @@
"action": "Click",
"post_delay": 5000,
"next": [
"tea",
"vitality",
"fabricate_home"
"tea"
]
},
"fabricate_back": {
"recognition": "TemplateMatch",
"template": "Collect/06.png",
"action": "Click",
"post_delay": 7000,
"next": [
"tea"
]
},
"fabricate_convened": {
"recognition": "TemplateMatch",
"template": "Startup/11.png",
"roi": [
906,
340,
170,
205
],
"post_delay": 3000,
"next": [
"tea"
]
}
}
27 changes: 26 additions & 1 deletion assets/resource_picli/base/pipeline/3_(5)_tea.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"entry_dispath_five",
"tearoom",
"tea_two",
"Instrument"
"Instrument",
"tea_back",
"tea_convened"
]
},
"entry_dispath_five": {
Expand Down Expand Up @@ -276,5 +278,28 @@
"next": [
"vitality"
]
},
"tea_back": {
"recognition": "TemplateMatch",
"template": "Collect/06.png",
"action": "Click",
"post_delay": 7000,
"next": [
"vitality"
]
},
"tea_convened": {
"recognition": "TemplateMatch",
"template": "Startup/11.png",
"roi": [
906,
340,
170,
205
],
"post_delay": 3000,
"next": [
"vitality"
]
}
}
20 changes: 19 additions & 1 deletion assets/resource_picli/base/pipeline/3_(6)_vitality.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"vitality": {
"next": [
"entry_dispath_six",
"vitality_one"
"vitality_one",
"vitality_back",
"vitality-convened"
]
},
"entry_dispath_six": {
Expand Down Expand Up @@ -69,5 +71,21 @@
"recognition": "TemplateMatch",
"template": "Startup\\10.png",
"action": "Click"
},
"vitality_back": {
"recognition": "TemplateMatch",
"template": "Collect/06.png",
"action": "Click"
},
"vitality-convened": {
"recognition": "TemplateMatch",
"template": "Startup/11.png",
"roi": [
906,
340,
170,
205
],
"post_delay": 1000
}
}

0 comments on commit d302110

Please sign in to comment.