fix: ui & hide history list (#5510)

* fix: hidden history list

* fix: ui
This commit is contained in:
伍闲犬
2025-08-20 21:35:48 +08:00
committed by GitHub
parent ff9c6c9b81
commit c7fd9308a3
9 changed files with 39 additions and 34 deletions

View File

@@ -130,8 +130,6 @@ const AppChatWindow = ({ myApps }: Props) => {
</SideBar>
) : (
<ChatSliderMobileDrawer
showHeader
showFooter
banner={chatSettings?.wideLogoUrl}
menuConfirmButtonText={t('common:core.chat.Confirm to clear history')}
/>