feat: 屏蔽对话followup

This commit is contained in:
sylarchen1389 2025-11-22 15:19:04 +08:00
parent e3222752dc
commit 29374c0204

View file

@ -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>