From 59f3667aa288f616394bc7d0aa448ec8dbf07a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E7=95=99?= Date: Thu, 16 Jan 2025 02:10:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=82=89=E9=B8=BD?= =?UTF-8?q?=E7=A7=8D=E5=AD=90=E6=A8=A1=E5=BC=8F=E5=BC=95=E8=B5=B7=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=8D=A1=E6=AD=BB=20(#11552)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 优化种子存钱流程,避免卡死 * fix: Update tasks.json * chore: 完善 task 注释 * fix: 加回不该乱删的字符(心虚 * perf: 命名、doc * perf: Update tasks.json --------- Co-authored-by: 晓丶梦丶仁 <74444214+Daydreamer114@users.noreply.github.com> --- resource/tasks.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 0e69c08f2b..5a4659ab4c 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -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]