From c6a3e68b4f8e1ec59f5c99585ff58ae36737c306 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 12 Sep 2025 16:03:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor(src):=20=E4=BF=AE=E6=94=B9=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/message.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/message.ts b/src/types/message.ts index b10a012..4dbadde 100644 --- a/src/types/message.ts +++ b/src/types/message.ts @@ -1,7 +1,7 @@ declare global { namespace MESSAGE { - type RUN_TASK_STATUS = 'RunStarted' | 'RunResponseContent' | 'RunCompleted'; - type TEAM_RUN_TASK_STATUS = 'TeamRunStarted' | 'TeamRunResponseContent' | 'TeamRunCompleted'; + type RUN_TASK_STATUS = 'L2Started' | 'L2RunContent' | 'L2Completed'; + type TEAM_RUN_TASK_STATUS = 'TaskRunStarted' | 'TeamRunResponseContent' | 'TaskRunCompleted'; interface Answer { message?: string;