mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 修复肉鸽种子模式引起的异常卡死 (#11552)
* fix: 优化种子存钱流程,避免卡死 * fix: Update tasks.json * chore: 完善 task 注释 * fix: 加回不该乱删的字符(心虚 * perf: 命名、doc * perf: Update tasks.json --------- Co-authored-by: 晓丶梦丶仁 <74444214+Daydreamer114@users.noreply.github.com>
This commit is contained in:
@@ -6649,7 +6649,12 @@
|
||||
"action": "ClickSelf",
|
||||
"roi": [720, 413, 249, 168],
|
||||
"postDelay": 1000,
|
||||
"next": ["Roguelike@MissionFailedFlag2", "Roguelike@StartExplore", "Roguelike@StartExploreCD"]
|
||||
"next": [
|
||||
"Roguelike@MissionFailedFlag2",
|
||||
"Roguelike@StartExploreWithSeed",
|
||||
"Roguelike@StartExplore",
|
||||
"Roguelike@StartExploreCD"
|
||||
]
|
||||
},
|
||||
"Roguelike@Begin": {
|
||||
"algorithm": "JustReturn",
|
||||
@@ -7759,12 +7764,17 @@
|
||||
"text": ["等待重返城堡入口", "等待重返陆地", "等待科考队重建", "正在清理思绪"],
|
||||
"roi": [1026, 470, 254, 248],
|
||||
"postDelay": 1000,
|
||||
"next": ["Roguelike@StartExplore", "Roguelike@StartExploreCD"]
|
||||
"next": ["Roguelike@StartExploreWithSeed", "Roguelike@StartExplore", "Roguelike@StartExploreCD"]
|
||||
},
|
||||
"Roguelike@StartExploreWithSeed": {
|
||||
"Doc": "萨卡兹点刺刷钱,由 cpp 内启用",
|
||||
"Doc": "模板任务,萨卡兹点刺刷钱,由 cpp 内启用",
|
||||
"maxTimes": 0,
|
||||
"exceededNext": ["Roguelike@StartExplore"],
|
||||
"template": "empty.png",
|
||||
"roi": [1026, 470, 254, 248],
|
||||
"next": ["Roguelike@StartExploreWithSeed-EnableSeed"]
|
||||
},
|
||||
"Roguelike@StartExploreWithSeed-EnableSeed": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"text": ["启用参数"],
|
||||
@@ -11034,6 +11044,9 @@
|
||||
"Sarkaz@Roguelike@StartExplore": {
|
||||
"roi": [1014, 481, 266, 219]
|
||||
},
|
||||
"Sarkaz@Roguelike@StartExploreWithSeed": {
|
||||
"template": "Sarkaz@Roguelike@StartExplore.png"
|
||||
},
|
||||
"Sarkaz@Roguelike@StartExplore-EnterCheck": {
|
||||
"template": "Sarkaz@Roguelike@StartExplore.png",
|
||||
"roi": [1014, 481, 266, 219]
|
||||
|
||||
Reference in New Issue
Block a user