From b9d28bd6af15026741099c25a6e72fe947ad3772 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 10 四月 2025 17:31:50 +0800 Subject: [PATCH] 修改数字人对话 --- src/components/chat/types.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/components/chat/types.ts b/src/components/chat/types.ts new file mode 100644 index 0000000..304a1a2 --- /dev/null +++ b/src/components/chat/types.ts @@ -0,0 +1,5 @@ +export type QuestionLifecycle = { + finish?: () => void; + receiveText?: (text: string) => void; +}; + -- Gitblit v1.9.3