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 && ( )}