chore:隐藏管理记忆的入口
This commit is contained in:
parent
41ac04f9f9
commit
d2d7d0fc99
@ -982,7 +982,7 @@ export function InputBox({
|
|||||||
<AddAttachmentsButton />
|
<AddAttachmentsButton />
|
||||||
</div>
|
</div>
|
||||||
{/* 记忆按钮 */}
|
{/* 记忆按钮 */}
|
||||||
<div className="shrink-0 h-full">
|
{/* <div className="shrink-0 h-full">
|
||||||
<DropdownMenu open={memoryPanelOpen} onOpenChange={setMemoryPanelOpen}>
|
<DropdownMenu open={memoryPanelOpen} onOpenChange={setMemoryPanelOpen}>
|
||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
<WorkspaceToolButton
|
<WorkspaceToolButton
|
||||||
@ -996,7 +996,7 @@ export function InputBox({
|
|||||||
<ThreadMemoryPanel threadId={threadIdFromProps} />
|
<ThreadMemoryPanel threadId={threadIdFromProps} />
|
||||||
</DropdownMenuContent>
|
</DropdownMenuContent>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</div>
|
</div> */}
|
||||||
<div className="min-w-0 grow basis-0 h-full">
|
<div className="min-w-0 grow basis-0 h-full">
|
||||||
<IframeSkillDialogButton
|
<IframeSkillDialogButton
|
||||||
skillButtonRef={skillButtonTourRef}
|
skillButtonRef={skillButtonTourRef}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user