From 2fa93f5fc148335e02738a355c7db6eb2716c1fc Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Fri, 10 Jan 2025 17:39:09 +0800 Subject: [PATCH] chore: update config --- electron/config/config.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/config/config.default.js b/electron/config/config.default.js index de7e0db..70b4719 100644 --- a/electron/config/config.default.js +++ b/electron/config/config.default.js @@ -49,7 +49,7 @@ module.exports = () => { cors: { origin: true, }, - channel: 'c1' + channel: 'socket-channel' }, httpServer: { enable: false,