mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05: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}
|
{/if}
|
||||||
|
|
||||||
|
<!-- AI friend 屏蔽提问提示 -->
|
||||||
|
{#if false}
|
||||||
{#if (isLastMessage || ($settings?.keepFollowUpPrompts ?? false)) && message.done && !readOnly && (message?.followUps ?? []).length > 0}
|
{#if (isLastMessage || ($settings?.keepFollowUpPrompts ?? false)) && message.done && !readOnly && (message?.followUps ?? []).length > 0}
|
||||||
<div class="mt-2.5" in:fade={{ duration: 100 }}>
|
<div class="mt-2.5" in:fade={{ duration: 100 }}>
|
||||||
<FollowUps
|
<FollowUps
|
||||||
|
|
@ -1505,6 +1507,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue