feat(web): en update

This commit is contained in:
zhaoying
2026-01-16 12:11:02 +08:00
parent fcf9a92f11
commit 339f6280e1
7 changed files with 82 additions and 75 deletions

View File

@@ -151,7 +151,7 @@ const MemoryConversation: FC = () => {
>
<Chat
empty={
<Empty url={ConversationEmptyIcon} className="rb:h-full" size={[140, 100]} title={t('memoryConversation.conversationContentEmpty')} />
<Empty url={ConversationEmptyIcon} className="rb:h-full" size={[140, 100]} title={t('memoryConversation.conversationContentEmpty')} isNeedSubTitle={false} />
}
contentClassName='rb:h-[calc(100vh-362px)]'
data={chatData}