mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
feat: 屏蔽扩展菜单
This commit is contained in:
parent
87a44a2ecb
commit
853cba3e4f
1 changed files with 4 additions and 0 deletions
|
|
@ -1466,6 +1466,9 @@
|
|||
class="flex self-center w-[1px] h-4 mx-1 bg-gray-200/50 dark:bg-gray-800/50"
|
||||
/>
|
||||
|
||||
|
||||
<!-- AI-Friend 屏蔽扩展菜单-->
|
||||
{#if false}
|
||||
{#if showWebSearchButton || showImageGenerationButton || showCodeInterpreterButton || showToolsButton || (toggleFilters && toggleFilters.length > 0)}
|
||||
<IntegrationsMenu
|
||||
selectedModels={atSelectedModel ? [atSelectedModel.id] : selectedModels}
|
||||
|
|
@ -1502,6 +1505,7 @@
|
|||
</div>
|
||||
</IntegrationsMenu>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{#if showMemoryButton}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue