From 949bf38d3c162673d8d4e1985ccf9565139f669e Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 24 Oct 2025 15:30:53 +0800 Subject: [PATCH] fix: chat setup ui --- web/app/components/base/chat/chat/index.tsx | 4 ++-- .../base/chat/embedded-chatbot/inputs-form/index.tsx | 6 +++++- web/app/components/explore/try-app/app/chat.tsx | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/web/app/components/base/chat/chat/index.tsx b/web/app/components/base/chat/chat/index.tsx index df94d61d3d..27df7e558a 100644 --- a/web/app/components/base/chat/chat/index.tsx +++ b/web/app/components/base/chat/chat/index.tsx @@ -240,10 +240,10 @@ const Chat: FC = ({ disableFeedback={disableFeedback} onFeedback={onFeedback} > -
+
{chatNode}
{ const { t } = useTranslation() const { + appSourceType, isMobile, currentConversationId, themeBuilder, @@ -25,15 +27,17 @@ const InputsFormNode = ({ allInputsHidden, inputsForms, } = useEmbeddedChatbotContext() + const isTryApp = appSourceType === AppSourceType.tryApp if (allInputsHidden || inputsForms.length === 0) return null return ( -
+
= ({
{appDetail.name}
-
+
{!isHideTryNotice && ( )}