Commit 01508da3 by luoqi

fix(web): 深度过程步骤名精简(接地+安全自检→安全自检,按问题修订→问题修订)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
parent c482de02
......@@ -11,8 +11,8 @@ import type { DeepStep } from './use-script-stream';
const STEP_LABEL: Record<DeepStep['step'], string> = {
plan: '规划大纲',
write: '撰写话术',
verify: '接地 + 安全自检',
repair: '问题修订',
verify: '安全自检',
repair: '问题修订',
};
function stepHasDetail(s: DeepStep): boolean {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment