From 46a5e875efefb071a654bdf14da0e662347a986b Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期四, 31 十月 2024 15:23:41 +0800
Subject: [PATCH] 对话时间格式化处理

---
 src/components/chat/model/types.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts
index 02a53ce..5535b23 100644
--- a/src/components/chat/model/types.ts
+++ b/src/components/chat/model/types.ts
@@ -53,6 +53,8 @@
 	role: RoleEnum;
 	content?: ChatContent;
 	state?: null | '1' | '0';
+	sectionAId?:string,
+	createTime?:string
 }
 
 export const roleImageMap = {

--
Gitblit v1.9.3