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" : 500 ,
120+ "post_delay" : 1000 ,
121121 "next" : [
122122 " WitchDivinationClickWitchHouse"
123123 ],
144144 "action" : {
145145 "type" : " Click" ,
146146 "param" : {
147- "target" : true // 鼠标已在目标位置,直接点击
147+ "target" : " WitchDivinationMoveToWitchHouse " // 鼠标已在目标位置,直接点击
148148 }
149149 },
150150 "post_wait_freezes" : 500 , // 点击后等待全屏稳定
Original file line number Diff line number Diff line change 256256 "next" : [
257257 " WitchDivinationCheckNoChancesXunBao" ,
258258 " [JumpBack]WitchDivinationEscThenBackToAnchor" ,
259- " WitchDivinationSelectXunBao "
259+ " WitchDivinationActionEnd1S "
260260 ]
261261 },
262262 "WitchDivinationCheckNoChancesXunBao" : {
300300 ]
301301 },
302302 "WitchDivinationActionEnd1S" : {
303- "desc" : " 占卜流程结束 — 等待1秒后按ESC退出 " ,
303+ "desc" : " 占卜流程结束 — 等待1秒后按ESC退出并停止任务 " ,
304304 "pre_delay" : 1000 ,
305305 "action" : {
306306 "type" : " ClickKey" ,
310310 ]
311311 }
312312 },
313- "next" : []
313+ "post_delay" : 500 ,
314+ "next" : [
315+ " StopNode"
316+ ]
314317 }
315318}
You can’t perform that action at this time.
0 commit comments