From 280c04e753e7b9ec69dfcdc6632007e99d88ce80 Mon Sep 17 00:00:00 2001 From: Chingfeng Li Date: Mon, 20 Oct 2025 15:54:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49ddeb2e..af990638 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,4 @@ updates: - package-ecosystem: pip directory: /main/xiaozhi-server schedule: - interval: monthly - day: 7 + interval: weekly \ No newline at end of file From 434fba55f7156b001e66f3d7c443b15699fc4f57 Mon Sep 17 00:00:00 2001 From: FAN-yeB <1442100690@qq.com> Date: Mon, 20 Oct 2025 18:21:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=8D=95=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=B8=8B=E5=8F=91=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/core/api/ota_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/core/api/ota_handler.py b/main/xiaozhi-server/core/api/ota_handler.py index d3d37348..b6c88dff 100644 --- a/main/xiaozhi-server/core/api/ota_handler.py +++ b/main/xiaozhi-server/core/api/ota_handler.py @@ -140,7 +140,7 @@ class OTAHandler(BaseHandler): self.logger.bind(tag=TAG).warning("缺少MQTT签名密钥,密码留空") # 构建MQTT配置(直接使用 mqtt_gateway 字符串) - return_json["mqtt_gateway"] = { + return_json["mqtt"] = { "endpoint": mqtt_gateway_endpoint, "client_id": mqtt_client_id, "username": username,