This commit is contained in:
archer
2023-07-17 10:20:30 +08:00
parent 98a5796592
commit 246283ee1c
46 changed files with 1747 additions and 780 deletions

View File

@@ -288,7 +288,7 @@ const Chat = () => {
{/* header */}
<ChatHeader
appAvatar={chatData.app.avatar}
title={chatData.app.name}
appName={chatData.app.name}
history={chatData.history}
onOpenSlider={onOpenSlider}
/>