From 68df4582c1edaf1952e6c21d769981e348fb3d04 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 20 二月 2025 18:00:29 +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