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