From 47b44bb12454bdb8f580f6131f05b9ee980efd15 Mon Sep 17 00:00:00 2001 From: Chingfeng Li Date: Fri, 24 Oct 2025 16:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/test/test_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/test/test_page.html b/main/xiaozhi-server/test/test_page.html index b00bb9c2..a6672dbc 100644 --- a/main/xiaozhi-server/test/test_page.html +++ b/main/xiaozhi-server/test/test_page.html @@ -2133,7 +2133,7 @@ // 显示错误 function showMcpError(message) { const errorContainer = document.getElementById('mcpErrorContainer'); - errorContainer.innerHTML = `
${escapeHtml(message)}
`; + errorContainer.innerHTML = `
${message}
`; } // 编辑工具