From dadbfd92d0d0d4313ca29c808e997c2f39d249b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=86=E5=B7=9D=E3=81=99=E3=81=BF=E3=82=8C?= Date: Thu, 11 Jul 2024 13:55:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BAInfrastEnteredFlag=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BB=B6=E8=BF=9F=E4=BB=A5=E9=81=BF=E5=85=8D=E4=BF=A1?= =?UTF-8?q?=E7=94=A8=E9=80=9A=E7=9F=A5=E5=AF=B9=E5=8F=B3=E4=B8=8A=E8=A7=92?= =?UTF-8?q?=E5=9F=BA=E5=BB=BA=E6=8F=90=E9=86=92=E7=9A=84=E9=81=AE=E6=8C=A1?= =?UTF-8?q?=20(#9597)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: add postdelay for InfrastEnteredFlag to avoid office notification conflication 为InfrastEnteredFlag添加延迟以避免信用通知对右上角基建提醒的遮挡 * fix: remove comma --- resource/tasks.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 90042c6193..532432ee2a 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -6818,7 +6818,8 @@ "next": [ "InfrastNotification", "Stop" - ] + ], + "postDelay": 5000 }, "InfrastNotification": { "roi": [ @@ -18759,4 +18760,4 @@ "Stop" ] } -} \ No newline at end of file +}