feat(frontend): 统一「采用」动词族——替换整章/加到章末/替换这段,弃「回填」(UX P1-2)
This commit is contained in:
@@ -208,7 +208,7 @@ export function RefinePanel({
|
||||
<div className="flex items-center justify-between gap-3">
|
||||
<SectionHeader
|
||||
title="润色 / 再沟通"
|
||||
description="对选中段回炉;不满意可追加意见让 AI 再改一版,满意后接受回填。"
|
||||
description="对选中段回炉;不满意可追加意见让 AI 再改一版,满意后采用替换这段。"
|
||||
/>
|
||||
<Button onClick={onClose} variant="ghost" size="icon" aria-label="关闭润色">
|
||||
<X className="h-4 w-4" aria-hidden="true" />
|
||||
@@ -307,7 +307,7 @@ export function RefinePanel({
|
||||
size="sm"
|
||||
>
|
||||
<Check className="h-4 w-4" aria-hidden="true" />
|
||||
接受回填
|
||||
采用(替换这段)
|
||||
</Button>
|
||||
{busy || clarifying ? (
|
||||
<ThinkingIndicator
|
||||
|
||||
Reference in New Issue
Block a user