From 91fbe6ea41b0451a17aa1f6654faa9806b7f1817 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 12 十一月 2024 16:14:26 +0800 Subject: [PATCH] 猜你想问 --- src/components/chat/chatComponents/common.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts index 14cbd0f..95ed285 100644 --- a/src/components/chat/chatComponents/common.ts +++ b/src/components/chat/chatComponents/common.ts @@ -57,6 +57,9 @@ }, conclusion:{ type:Array as PropType<Array<any>> + }, + isTalking:{ + type:Boolean } } as const); export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>; -- Gitblit v1.9.3