From da92f7f4fc96d1db98fdbcaf49434486a8c10f71 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Tue, 24 Feb 2026 13:24:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E2=80=9C=E6=8E=A5?= =?UTF-8?q?=E6=94=B6=E6=95=B0=E6=8D=AE=E2=80=9D=E6=97=A5=E5=BF=97=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.js b/assets/main.js index d8169d0..963e469 100644 --- a/assets/main.js +++ b/assets/main.js @@ -652,7 +652,7 @@ window.addEventListener('DOMContentLoaded', () => { // 处理接收到的数据 let data = decoder.decode(value); - console.debug('接收数据:', data); + console.debug('接收数据:', { decoded: data }); // 检测是否为 MSN 设备 if (data.length > 5) {