From a1f6795d440560bbbbf9a770ab8259eb2dcd7aca Mon Sep 17 00:00:00 2001 From: JianYu Zheng <2375294554@qq.com> Date: Tue, 12 Aug 2025 10:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=E5=88=A0=E9=99=A4test=5Fpag?= =?UTF-8?q?e.html=E6=97=A0=E7=94=A8=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/test/test_page.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/main/xiaozhi-server/test/test_page.html b/main/xiaozhi-server/test/test_page.html index cca6fc35..03898608 100644 --- a/main/xiaozhi-server/test/test_page.html +++ b/main/xiaozhi-server/test/test_page.html @@ -1865,19 +1865,6 @@ }; } - // 验证配置 - function validateConfig(config) { - if (!config.deviceMac) { - log('设备MAC地址不能为空', 'error'); - return false; - } - if (!config.clientId) { - log('客户端ID不能为空', 'error'); - return false; - } - return true; - } - initApp();