From 0647fd26414fc8a3ab077d355f50da6e3e36ad63 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 15 一月 2025 17:40:57 +0800
Subject: [PATCH] 实现原本功能

---
 src/components/chat/chatComponents/common.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts
index 2a7183f..7cfb2bf 100644
--- a/src/components/chat/chatComponents/common.ts
+++ b/src/components/chat/chatComponents/common.ts
@@ -61,6 +61,12 @@
 	isTalking: {
 		type: Boolean,
 	},
+	reportIndex: {
+		type: Number,
+	},
+	historyId: {
+		type: String,
+	},
 } as const);
 export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>;
 

--
Gitblit v1.9.3