Update index.html

This commit is contained in:
公明 2025-03-23 10:57:39 +08:00 committed by GitHub
parent ea92da2d65
commit e503912ebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,8 +239,8 @@
<thead class="thead-light"> <thead class="thead-light">
<tr> <tr>
<th>Method</th> <th>Method</th>
<th>Host</th> <th>URL</th>
<th>Path</th> <th>reqbody</th>
<th>RespBodyA</th> <th>RespBodyA</th>
<th>RespBodyB</th> <th>RespBodyB</th>
<th>Result</th> <th>Result</th>
@ -284,8 +284,8 @@
const row = document.createElement('tr'); const row = document.createElement('tr');
row.innerHTML = ` row.innerHTML = `
<td>${item.method}</td> <td>${item.method}</td>
<td class="ellipsis" data-full-text="${item.host}">${item.host}</td> <td class="ellipsis" data-full-text="${item.url}">${item.url}</td>
<td>${item.path}</td> <td>${item.reqbody}</td>
<td>${item.respBodyA}</td> <td>${item.respBodyA}</td>
<td>${item.respBodyB}</td> <td>${item.respBodyB}</td>
<td>${item.result}</td> <td>${item.result}</td>