diff --git a/assets/resource/base/pipeline/3_collectresource.json b/assets/resource/base/pipeline/3_collectresource.json index 37e845b..7914388 100644 --- a/assets/resource/base/pipeline/3_collectresource.json +++ b/assets/resource/base/pipeline/3_collectresource.json @@ -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" + ] + } } \ No newline at end of file