-评测耗时: 0:00:01.489215
-
-进程已结束,退出代码为 0
\ No newline at end of file
diff --git a/dsLightRag/static/XunFei/audio_evaluation_cn.html b/dsLightRag/static/XunFei/audio_evaluation_cn.html
index ab37799e..5fd09a74 100644
--- a/dsLightRag/static/XunFei/audio_evaluation_cn.html
+++ b/dsLightRag/static/XunFei/audio_evaluation_cn.html
@@ -411,25 +411,7 @@
// 移除已删除的情感评分设置
this.evaluationContainer.classList.add('show');
-
- // // 移除已删除的句子评分相关代码
- // const sentencesContent = document.getElementById('sentencesContent');
- // if (evaluation.sentences && evaluation.sentences.length > 0) {
- // let sentencesHTML = '';
- // evaluation.sentences.forEach((sentence, index) => {
- // const score = sentence.total_score ? sentence.total_score.toFixed(1) : '--';
- // const color = score >= 90 ? '#5eead4' : score >= 80 ? '#a7f3d0' : '#fef3c7';
- // sentencesHTML += `
- //
- // ${index + 1}. ${sentence.content}
- // ${score}
- //
- // `;
- // });
- // sentencesContent.innerHTML = sentencesHTML;
- // } else {
- // sentencesContent.innerHTML = '无句子评分数据
';
- // }
+
}
simulateUploadProgress() {