diff --git a/src/components/xt-chat/chat-view/useChatHandler.tsx b/src/components/xt-chat/chat-view/useChatHandler.tsx index 4dca3cb..2051d94 100644 --- a/src/components/xt-chat/chat-view/useChatHandler.tsx +++ b/src/components/xt-chat/chat-view/useChatHandler.tsx @@ -96,7 +96,7 @@ export default function useChatHandler(options: UseChatHandlerOptions): UseChatH shape: 'round', style: ROLE_STYLE, messageRender: (message: string) => { - return
+ return
{message}
; }, @@ -106,7 +106,7 @@ export default function useChatHandler(options: UseChatHandlerOptions): UseChatH variant: 'borderless', style: ROLE_STYLE, messageRender: (message: string) => { - return
; + return
; }, footer: (params) => { const { content, item } = params as { content: string; item: MESSAGE.Answer }; diff --git a/src/views/home/components/history-conversation-drawer/index.vue b/src/views/home/components/history-conversation-drawer/index.vue index 46c2f97..5365374 100644 --- a/src/views/home/components/history-conversation-drawer/index.vue +++ b/src/views/home/components/history-conversation-drawer/index.vue @@ -94,7 +94,7 @@ export default { }); return () => ( - +
历史对话