diff --git a/docSite/content/docs/installation/upgrading/46.md b/docSite/content/docs/installation/upgrading/46.md index 8012a33c6..36f7dd9b7 100644 --- a/docSite/content/docs/installation/upgrading/46.md +++ b/docSite/content/docs/installation/upgrading/46.md @@ -4,7 +4,7 @@ description: 'FastGPT V4.6 更新' icon: 'upgrade' draft: false toc: true -weight: 837 +weight: 836 --- 未正式发布。 diff --git a/projects/app/src/components/ChatBox/index.tsx b/projects/app/src/components/ChatBox/index.tsx index 71a087108..a47905f53 100644 --- a/projects/app/src/components/ChatBox/index.tsx +++ b/projects/app/src/components/ChatBox/index.tsx @@ -99,7 +99,7 @@ type Props = { appAvatar?: string; userAvatar?: string; userGuideModule?: ModuleItemType; - active?: boolean; + active?: boolean; // can use onUpdateVariable?: (e: Record) => void; onStartChat?: (e: StartChatFnProps) => Promise<{ responseText: string; @@ -602,12 +602,7 @@ const ChatBox = ( {/* chat history */} {chatHistory.map((item, index) => ( - + {item.obj === 'Human' && ( <> {/* control icon */}