fix: 点击开始行动三秒未进入备战界面导致二次点击

fix #12324
This commit is contained in:
uye
2025-04-12 20:36:28 +08:00
parent 875a8dbe65
commit c64c80b7fc

View File

@@ -2895,13 +2895,14 @@
},
"StartButton1TryAgain": {
"baseTask": "StartButton1",
"action": "ClickRect",
"exceededNext": [],
"reduceOtherTimes": [],
"preDelay": 0,
"postDelay_Doc": "理智不足时弹出吃药界面约需两秒理智足够则不到一秒就能进入StartButton2",
"postDelay": 3000,
"rectMove_Doc": "点击“行动”避免第二次点击时点到StartButton2",
"rectMove": [38, 0, 35, 17]
"specificRect_Doc": "避免第二次点击时点到StartButton2",
"specificRect": [1260, 650, 1, 1]
},
"AnnihilationConfirm": {
"action": "ClickSelf",