mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 尝试修复生息演算任务识别并删除编队时卡住的问题 (#14290)
* fix: 尝试修复生息演算任务识别并删除编队时卡住的问题 * refactor: 改用 #self
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"doc": "模板任务: 清空当前编队",
|
||||
"roi": [1150, 12, 47, 46],
|
||||
"action": "ClickSelf",
|
||||
"next": ["Tales@RA@DialogConfirmRed"]
|
||||
"next": ["Tales@RA@DialogConfirmRed", "#self"]
|
||||
},
|
||||
"Tales@RA@ClickGatheringOfFeathers": {
|
||||
"doc": "模板任务: 点击 <捕猎区: 聚羽之地>",
|
||||
@@ -447,6 +447,7 @@
|
||||
"Step 4: 在行动结束界面点击左下角 <物资将送往仓库> 图标返回"
|
||||
],
|
||||
"baseTask": "Tales@RA@EnterNode",
|
||||
"postDelay": 800,
|
||||
"sub": ["Tales@RA@PNS-ClearSquadIfSizeGE7", "Tales@RA@PNS-ConfirmSquad"],
|
||||
"next": [
|
||||
"Tales@RA@PNS-LeaveNode",
|
||||
|
||||
Reference in New Issue
Block a user