From c9e91a9b94e4f1d282e7f4d36937e5059629f2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 4 Feb 2025 19:49:56 +0800 Subject: [PATCH] fix: defalut config --- napcat.webui/src/components/network_edit/ws_server.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napcat.webui/src/components/network_edit/ws_server.tsx b/napcat.webui/src/components/network_edit/ws_server.tsx index c508c561..c95274f4 100644 --- a/napcat.webui/src/components/network_edit/ws_server.tsx +++ b/napcat.webui/src/components/network_edit/ws_server.tsx @@ -20,7 +20,7 @@ const WebsocketServerForm: React.FC = ({ enable: false, name: '', host: '0.0.0.0', - port: 3000, + port: 3001, reportSelfMessage: false, enableForcePushEvent: true, messagePostFormat: 'array',