From 2a7a9f4701a0fbcda9b440d828fef17a835a450e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Sat, 23 Aug 2025 21:26:44 +0800 Subject: [PATCH] =?UTF-8?q?chatbox--=E5=AE=8C=E5=96=84=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=8E=A8=E9=80=81=20=E7=94=9F=E6=88=90=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SmartChatBox/LoadMoreButton.tsx | 2 +- components/SmartChatBox/MessageRenderer.tsx | 11 ++- components/SmartChatBox/SmartChatBox.tsx | 4 +- components/SmartChatBox/api.ts | 92 ++++++++++++++------- components/SmartChatBox/types.ts | 19 +++-- components/SmartChatBox/useMessages.ts | 50 ++++++++--- 6 files changed, 125 insertions(+), 53 deletions(-) diff --git a/components/SmartChatBox/LoadMoreButton.tsx b/components/SmartChatBox/LoadMoreButton.tsx index dfcf1ef..45884b7 100644 --- a/components/SmartChatBox/LoadMoreButton.tsx +++ b/components/SmartChatBox/LoadMoreButton.tsx @@ -11,7 +11,7 @@ export function LoadMoreButton({ onClick, loading = false }: LoadMoreButtonProps