feat(frontend): 统一「采用」动词族——替换整章/加到章末/替换这段,弃「回填」(UX P1-2)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user