Update index.html

This commit is contained in:
公明 2025-04-10 18:05:37 +08:00 committed by GitHub
parent 5500565a72
commit 434ed65d3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,6 +245,7 @@
<th>RespBodyB</th>
<th>Result</th>
<th>Reason</th>
<th>Confidence</th>
</tr>
</thead>
<tbody id="dataTable">
@ -290,6 +291,7 @@
<td>${item.respBodyB}</td>
<td>${item.result}</td>
<td>${item.reason}</td>
<td>${item.confidence}</td>
`;
tableBody.appendChild(row);
});