Skip to content

Commit 908ada3

Browse files
committed
feat(WitchDivination): 修复占卜不会结束的问题
1 parent ea53ab7 commit 908ada3

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

assets/resource/base/pipeline/WitchDivination/WitchDivination.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"target": true // 先移动鼠标到匹配位置,避免直接点击触发滑动
118118
}
119119
},
120-
"post_delay": 500,
120+
"post_delay": 1000,
121121
"next": [
122122
"WitchDivinationClickWitchHouse"
123123
],
@@ -144,7 +144,7 @@
144144
"action": {
145145
"type": "Click",
146146
"param": {
147-
"target": true // 鼠标已在目标位置,直接点击
147+
"target": "WitchDivinationMoveToWitchHouse" // 鼠标已在目标位置,直接点击
148148
}
149149
},
150150
"post_wait_freezes": 500, // 点击后等待全屏稳定

assets/resource/base/pipeline/WitchDivination/WitchDivinationAction.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"next": [
257257
"WitchDivinationCheckNoChancesXunBao",
258258
"[JumpBack]WitchDivinationEscThenBackToAnchor",
259-
"WitchDivinationSelectXunBao"
259+
"WitchDivinationActionEnd1S"
260260
]
261261
},
262262
"WitchDivinationCheckNoChancesXunBao": {
@@ -300,7 +300,7 @@
300300
]
301301
},
302302
"WitchDivinationActionEnd1S": {
303-
"desc": "占卜流程结束 — 等待1秒后按ESC退出",
303+
"desc": "占卜流程结束 — 等待1秒后按ESC退出并停止任务",
304304
"pre_delay": 1000,
305305
"action": {
306306
"type": "ClickKey",
@@ -310,6 +310,9 @@
310310
]
311311
}
312312
},
313-
"next": []
313+
"post_delay": 500,
314+
"next": [
315+
"StopNode"
316+
]
314317
}
315318
}

0 commit comments

Comments
 (0)