From 6807a000a9306f2fb9df2eaa34f8e24992464d14 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Thu, 12 Feb 2026 14:24:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E6=8E=A5=E6=94=B6?= =?UTF-8?q?=E3=80=81=E5=8F=91=E9=80=81=E6=95=B0=E6=8D=AE=E7=9A=84=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/main.js b/assets/main.js index 2884b73..4d75b70 100644 --- a/assets/main.js +++ b/assets/main.js @@ -386,7 +386,7 @@ window.addEventListener('DOMContentLoaded', () => { // 处理接收到的数据 const data = decoder.decode(value); - console.log('接收到数据:', data); + console.debug('接收数据:', data); // 检测是否为 MSN 设备 if (data.length > 5) { @@ -426,7 +426,7 @@ window.addEventListener('DOMContentLoaded', () => { } await writer.write(data); - console.log('发送消息:', message); + console.debug('发送数据:', message); } catch (error) { console.error('发送消息时出错:', error); }