feat: TeamRunCompleted状态处理

This commit is contained in:
rd
2025-08-27 17:41:10 +08:00
parent 1360717647
commit 0406dea56f
4 changed files with 52 additions and 99 deletions

View File

@ -13,6 +13,8 @@ declare global {
status?: RUN_TASK_STATUS | TEAM_RUN_TASK_STATUS;
runStatus?: RUN_TASK_STATUS;
teamRunStatus?: TEAM_RUN_TASK_STATUS;
fileInfo?: Record<string, any>;
customRender?: () => Node;
extra_data?: {
type: string;
data: Record<string, any>;