Skip to content

Commit 453f428

Browse files
authored
feature : OfficialVerification v1.3
1 parent 05dca77 commit 453f428

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,17 +701,15 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
701701
});
702702
}
703703

704-
705-
// 显示测试结果
706704
// 显示测试结果
707705
function displayResults(results) {
708706
const resultsDiv = document.getElementById('results');
709707
let content = '<h2>测试结果</h2>' +
710708
'<div class="copy-buttons">' +
711709
'<div className="submit-container">' +
712710
'<button class="check-quota copy-btn" onclick="copyConsistentModels()">复制一致模型</button>' +
713-
'<button class="check-quota copy-btn" onclick="copyConsistentAndInconsistentModels()">复制可用模型</button>' +
714-
'<button class="check-quota copy-btn"onclick="copyConsistentAndInconsistentReturedModels()">复制可用用原始模型</button>' +
711+
'<button class="check-quota copy-btn" onclick="copyConsistentAndInconsistentModels()">复制所有可用模型</button>' +
712+
'<button class="check-quota copy-btn"onclick="copyConsistentAndInconsistentReturedModels()">复制可用原始模型</button>' +
715713
'</div>' +
716714
'</div>' +
717715
'<table>' +

0 commit comments

Comments
 (0)