From a85cba463afc431acb4b963348e249ed7916bfd8 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期日, 19 一月 2025 11:52:46 +0800 Subject: [PATCH] chat_start message notification --- 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