File tree Expand file tree Collapse file tree
assets/resource/base/pipeline/WitchDivination Expand file tree Collapse file tree Original file line number Diff line number Diff line change 117117 "target" : true // 先移动鼠标到匹配位置,避免直接点击触发滑动
118118 }
119119 },
120- "post_delay" : 1000 ,
120+ "post_delay" : 500 ,
121121 "next" : [
122122 " WitchDivinationClickWitchHouse"
123123 ],
127127 },
128128 "WitchDivinationClickWitchHouse" : {
129129 "desc" : " 在「魔女之家」位置执行点击" ,
130- "recognition" : {
131- "type" : " OCR" ,
130+ // "recognition": {
131+ // "type": "OCR",
132+ // "param": {
133+ // "roi": [
134+ // 893,
135+ // 120,
136+ // 367,
137+ // 533
138+ // ],
139+ // "expected": [
140+ // "魔女之家"
141+ // ]
142+ // }
143+ // },
144+ "action" : {
145+ "type" : " TouchDown" ,
132146 "param" : {
133- "roi" : [
134- 893 ,
135- 120 ,
136- 367 ,
137- 533
138- ],
139- "expected" : [
140- " 魔女之家"
141- ]
147+ "target" : " WitchDivinationMoveToWitchHouse" // 鼠标已在目标位置,直接点击
142148 }
143149 },
150+ "post_wait_freezes" : 500 , // 点击后等待全屏稳定
151+ "next" : [
152+ " WitchDivinationClickWitchHouse2" ,
153+ " WitchDivinationCheckTodayGuide"
154+ ]
155+ },
156+ "WitchDivinationClickWitchHouse2" : {
157+ "desc" : " 在「魔女之家」位置执行点击" ,
144158 "action" : {
145- "type" : " Click " ,
159+ "type" : " TouchUp " ,
146160 "param" : {
147161 "target" : " WitchDivinationMoveToWitchHouse" // 鼠标已在目标位置,直接点击
148162 }
You can’t perform that action at this time.
0 commit comments