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