mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
feat: 屏蔽对话followup
This commit is contained in:
parent
e3222752dc
commit
29374c0204
1 changed files with 4 additions and 1 deletions
|
|
@ -1489,6 +1489,8 @@
|
|||
/>
|
||||
{/if}
|
||||
|
||||
<!-- AI friend 屏蔽提问提示 -->
|
||||
{#if false}
|
||||
{#if (isLastMessage || ($settings?.keepFollowUpPrompts ?? false)) && message.done && !readOnly && (message?.followUps ?? []).length > 0}
|
||||
<div class="mt-2.5" in:fade={{ duration: 100 }}>
|
||||
<FollowUps
|
||||
|
|
@ -1506,6 +1508,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue