From 815e9320bf805423dc8504a109a865c2c7578cad Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 12 十一月 2024 14:27:33 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 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