Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
liusuan233 authored Jul 13, 2024
1 parent 38287fa commit f7336cf
Showing 1 changed file with 57 additions and 56 deletions.
113 changes: 57 additions & 56 deletions assets/resource/base/pipeline/3_collectresource.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,58 @@
{
"pqgs": {
"recognition": "TemplateMatch",
"template": "Company/pqgs2.png",
"action": "Click",
"next": [
"sqzy"
]
},
"sqzy": {
"recognition": "TemplateMatch",
"template": "Company/sqzy.png",
"action": "Click",
"next": [
"djkb",
"zwzy"
]
},
"djkb": {
"recognition": "TemplateMatch",
"template": "Company/djkb.png",
"action": "Click",
"next": [
"hqgy",
"quit"
]
},
"hqgy": {
"recognition": "FeatureMatch",
"template": "Company/hqgy.png",
"action": "Click",
"next": [
"sqgydj"
]
},
"quit": {
"recognition": "TemplateMatch",
"template": "Company/quit.png",
"action": "Click",
"next": []
},
"sqgydj": {
"recognition": "TemplateMatch",
"template": "Company/sqgydj.png",
"action": "Click",
"next": [
"quit"
]
},
"zwzy": {
"recognition": "TemplateMatch",
"template": "Company/zwzy.png",
"next": [
"quit"
]
}
{
"pqgs": {
"recognition": "TemplateMatch",
"template": "Company/pqgs2.png",
"action": "Click",
"next": [
"sqzy"
]
},
"sqzy": {
"recognition": "TemplateMatch",
"template": "Company/sqzy.png",
"action": "Click",
"next": [
"djkb",
"zwzy"
]
},
"djkb": {
"recognition": "TemplateMatch",
"template": "Company/djkb.png",
"action": "Click",
"next": [
"hqgy",
"quit"
]
},
"hqgy": {
"recognition": "FeatureMatch",
"template": "Company/hqgy.png",
"action": "Click",
"next": [
"sqgydj",
"quit"
]
},
"quit": {
"recognition": "TemplateMatch",
"template": "Company/quit.png",
"action": "Click",
"next": []
},
"sqgydj": {
"recognition": "TemplateMatch",
"template": "Company/sqgydj.png",
"action": "Click",
"next": [
"quit"
]
},
"zwzy": {
"recognition": "TemplateMatch",
"template": "Company/zwzy.png",
"next": [
"quit"
]
}
}

0 comments on commit f7336cf

Please sign in to comment.