feat(frontend): 统一「采用」动词族——替换整章/加到章末/替换这段,弃「回填」(UX P1-2)

This commit is contained in:
Yaojia Wang
2026-07-10 18:00:28 +02:00
parent ceae24740a
commit 59d7c75737
4 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ export function ContinuePanel({
<div className="flex items-center justify-between gap-3">
<SectionHeader
title="续写候选"
description="承接本章前文续写;点「再来一个」多生成几版,选中意的插入正文。"
description="承接本章前文续写;点「再来一个」多生成几版,选中意的加到章末。"
/>
<Button onClick={onClose} variant="ghost" size="icon" aria-label="关闭续写">
<X className="h-4 w-4" aria-hidden="true" />
@@ -104,7 +104,7 @@ export function ContinuePanel({
size="sm"
>
<Check className="h-4 w-4" aria-hidden="true" />
</Button>
</div>
<p className="whitespace-pre-wrap text-sm text-ink">{text}</p>