+
= ({ children }) => {
{title?.map((item, index) => (
- {item}
+
+
+
+ {item}
+
+
+
))}
diff --git a/napcat.webui/src/pages/dashboard/debug/http/index.tsx b/napcat.webui/src/pages/dashboard/debug/http/index.tsx
index a9bcbaa7..e47faa84 100644
--- a/napcat.webui/src/pages/dashboard/debug/http/index.tsx
+++ b/napcat.webui/src/pages/dashboard/debug/http/index.tsx
@@ -27,41 +27,36 @@ export default function HttpDebug() {
return (
<>
HTTP调试 - NapCat WebUI
-
-
-
+
+
- setOpenSideBar(!openSideBar)}
>
-
-
-
-
+
+
+
+
>
)
diff --git a/napcat.webui/src/pages/dashboard/debug/websocket/index.tsx b/napcat.webui/src/pages/dashboard/debug/websocket/index.tsx
index 6bd4da5e..d68b1a32 100644
--- a/napcat.webui/src/pages/dashboard/debug/websocket/index.tsx
+++ b/napcat.webui/src/pages/dashboard/debug/websocket/index.tsx
@@ -7,7 +7,6 @@ import toast from 'react-hot-toast'
import key from '@/const/key'
-import ChatInputModal from '@/components/chat_input/modal'
import OneBotMessageList from '@/components/onebot/message_list'
import OneBotSendModal from '@/components/onebot/send_modal'
import WSStatus from '@/components/onebot/ws_status'
@@ -82,7 +81,6 @@ export default function WSDebug() {
{FilterMessagesType}