fix: defalut config

This commit is contained in:
手瓜一十雪
2025-02-04 19:49:56 +08:00
parent 43fb62c5bd
commit c9e91a9b94

View File

@@ -20,7 +20,7 @@ const WebsocketServerForm: React.FC<WebsocketServerFormProps> = ({
enable: false,
name: '',
host: '0.0.0.0',
port: 3000,
port: 3001,
reportSelfMessage: false,
enableForcePushEvent: true,
messagePostFormat: 'array',