'commit'
This commit is contained in:
@@ -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));
|
Reference in New Issue
Block a user