From 046459acee359568d8e2867840f1127aed31af70 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Thu, 28 May 2026 14:05:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=A1=E7=94=A8=E6=94=B6=E6=94=AF?= =?UTF-8?q?=E5=8D=A1=E5=9C=A8=E5=95=86=E5=BA=97=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/tasks/tasks.json b/resource/tasks/tasks.json index 18c39d4fa2..aad315ef71 100644 --- a/resource/tasks/tasks.json +++ b/resource/tasks/tasks.json @@ -2192,7 +2192,7 @@ }, "MallBegin": { "algorithm": "JustReturn", - "next": ["Mall", "MallBegin@QuickSwitch@ToMall#next", "Mall@ReturnButtons#next", "Mall@CloseAnnos#next"] + "next": ["Mall", "Mall#next", "MallBegin@QuickSwitch@ToMall#next", "Mall@ReturnButtons#next", "Mall@CloseAnnos#next"] }, "Mall": { "action": "DoNothing",