This commit is contained in:
2025-09-06 17:25:13 +08:00
parent b9de5438ec
commit 074c4b9384
9 changed files with 350 additions and 84 deletions

View File

@@ -83,4 +83,9 @@ document.addEventListener('DOMContentLoaded', function() {
// 初始化轮播
initCarousel();
});
});
// 修复前可能存在字段名不匹配问题
$(".accuracy-score").text(response.evaluation.accuracy_score.toFixed(4));
$(".fluency-score").text(response.evaluation.fluency_score.toFixed(4));
$(".total-score").text(response.evaluation.total_score.toFixed(4));