diff --git a/frontend/scripts/regression-data-process-wizard.mjs b/frontend/scripts/regression-data-process-wizard.mjs index f73ad83..ad58292 100644 --- a/frontend/scripts/regression-data-process-wizard.mjs +++ b/frontend/scripts/regression-data-process-wizard.mjs @@ -481,6 +481,16 @@ assert.match(generationControlSource, /maxlength="500"/, '默认提示语缺少 assert.match(generationControlSource, /aria-label="输出类型"/, '输出类型选项缺少可访问名称') assert.match(generationControlSource, /<think>推理过程<\/think>/, '思维链选项没有说明最终保存格式') assert.match(generationControlSource, /\.output-type-options[\s\S]*?min-height:\s*44px/, '输出类型选项的点击区域不足 44px') +assert.match( + generationControlSource, + /
-
- 生成结果将按 <think>推理过程</think> 加最终答案的格式保存。
-
- 仅保存最终答案,不包含推理过程。
-
+
+ 生成结果将按 <think>推理过程</think> 加最终答案的格式保存。
+
+ 仅保存最终答案,不包含推理过程。
+