From 033161e1e91a39cc7bdf8ca4500cdfc6bf1b6093 Mon Sep 17 00:00:00 2001 From: youqii Date: Sun, 5 Nov 2023 13:36:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E4=B8=93=E7=B2=BEtask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resource/tasks.json b/resource/tasks.json index 778efb43ac..57876c3383 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -7615,7 +7615,12 @@ }, "InfrastTrainingCompleted": { "baseTask": "InfrastTrainingIdle", - "text": [ "训练完成" ] + "text": [ "训练完成" ], + "action": "ClickSelf", + "postDelay":1000, + "next": [ + "CloseTaskAward" + ] }, "InfrastTrainingOperatorAndSkill": { "algorithm": "OcrDetect",