From e503912ebf5fc2ddb6a12f3dde1f9f463da9eba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Sun, 23 Mar 2025 10:57:39 +0800 Subject: [PATCH] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 857951a..aa85703 100644 --- a/index.html +++ b/index.html @@ -239,8 +239,8 @@ Method - Host - Path + URL + reqbody RespBodyA RespBodyB Result @@ -284,8 +284,8 @@ const row = document.createElement('tr'); row.innerHTML = ` ${item.method} - ${item.host} - ${item.path} + ${item.url} + ${item.reqbody} ${item.respBodyA} ${item.respBodyB} ${item.result}