feat: 屏蔽对话followup

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

View file

@ -1488,7 +1488,9 @@
}}
/>
{/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
@ -1505,6 +1507,7 @@
/>
</div>
{/if}
{/if}
{/if}
</div>
</div>