|
@@ -819,8 +819,8 @@
|
|
|
</div> -->
|
|
|
<!-- 步骤显示区域 -->
|
|
|
<div id="stepsContainer" v-show="showSteps" class="steps-container">
|
|
|
- <h3 class="steps-title">处理步骤</h3>
|
|
|
- <div id="stepsList"></div>
|
|
|
+ <h3 class="steps-title" style="margin-left:10px">处理步骤</h3>
|
|
|
+ <div id="stepsList" style="margin-left:25px"></div>
|
|
|
</div>
|
|
|
<!-- 结果显示区域 -->
|
|
|
<div id="resultContent" v-html="formatted_data"></div>
|
|
@@ -2184,6 +2184,7 @@ const summaryHtml=ref('')
|
|
|
messages.value.push(tempAiMessage);
|
|
|
|
|
|
try {
|
|
|
+ recommended.value=false
|
|
|
// 创建新的 AbortController
|
|
|
abortController.value = new AbortController();
|
|
|
if(!inferenceModel.value){
|