From 11f1c1fba7bab13141f00a715e52d9fcd3ad753a Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:59:32 +0100 Subject: [PATCH] rft(warnings): fixed task json schema warnings [skip changelog] --- resource/tasks.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 55e10f55ae..42a0346780 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -12747,6 +12747,7 @@ "Roguelike@StageTraderInvest-Count": { "doc": "商店投资界面的余额显示,99 >> 100", "algorithm": "OcrDetect", + "text": [], "isAscii": true, "roi": [ 570, @@ -15677,7 +15678,9 @@ "Reclamation2DeleteArchive" ], "Doc": "现在是纯tasks实现的,先一直跑着", - "next": "#self" + "next": [ + "#self" + ] }, "Reclamation2Begin": { "algorithm": "OcrDetect", @@ -15985,7 +15988,7 @@ ] }, "Reclamation2SkipDays": { - "algorithm": "justReturn", + "algorithm": "JustReturn", "action": "DoNothing", "postDelay": 1000, "next": [ @@ -16053,7 +16056,7 @@ ] }, "Reclamation2SkipDaysAward": { - "algorithm": "justReturn", + "algorithm": "JustReturn", "action": "DoNothing", "postDelay": 5000, "next": [ @@ -16062,7 +16065,7 @@ ] }, "Reclamation2SkipDaysAward1": { - "algorithm": "justReturn", + "algorithm": "JustReturn", "action": "DoNothing", "Doc": "会自己消失", "preDelay": 3000 @@ -17221,4 +17224,4 @@ "Stop" ] } -} \ No newline at end of file +}