Skip to content

Commit

Permalink
修bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Sep 28, 2024
1 parent fd079aa commit 0e79de8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 26 deletions.
8 changes: 5 additions & 3 deletions assets/resource_picli/base/pipeline/11_(02)_snowscape.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@
]
},
"without_two": {
"recognition": "TemplateMatch",
"template": "Research/111.png",
"recognition": "OCR",
"expected": "中途退出",
"action": "Click",
"target": [
770,
Expand All @@ -297,7 +297,9 @@
],
"post_wait_freezes": 2000,
"next": [
"without_three"
"without_three",
"descending_four",
"upgrade_four"
]
},
"without_three": {
Expand Down
44 changes: 22 additions & 22 deletions assets/resource_picli/base/pipeline/3_(7)combine.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,34 @@
"combine-choose"
]
},
"combine-choose":{
"next":[
"combine-choose": {
"next": [
"combine-chair",
"combine-dynasty",
"combine-ship"
]
},
"combine-chair":{
"recognition":"OCR",
"expected":"",
"action":"Click",
"next":[
"combine-chair": {
"recognition": "OCR",
"expected": "",
"action": "Click",
"next": [
"combine-game"
]
},
"combine-dynasty":{
"recognition":"OCR",
"expected":"朝代",
"action":"Click",
"next":[
"combine-dynasty": {
"recognition": "OCR",
"expected": "朝代",
"action": "Click",
"next": [
"combine-game"
]
},
"combine-ship":{
"recognition":"OCR",
"expected":"",
"action":"Click",
"next":[
"combine-ship": {
"recognition": "OCR",
"expected": "",
"action": "Click",
"next": [
"combine-game"
]
},
Expand Down Expand Up @@ -181,11 +181,11 @@
"combine-challenge"
]
},
"combine-return":{
"recognition":"TemplateMatch",
"template":"Company/return.png",
"action":"Click",
"next":[
"combine-return": {
"recognition": "TemplateMatch",
"template": "Company/return.png",
"action": "Click",
"next": [
"combine-home"
]
},
Expand Down
3 changes: 2 additions & 1 deletion assets/resource_picli/base/pipeline/3_(8)blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
160
],
"next": [
"blueprint-Receive"
"blueprint-Receive",
"combine-home"
]
},
"blueprint-Receive": {
Expand Down

0 comments on commit 0e79de8

Please sign in to comment.