feat(xiaozhi): 新增小智 AI 一键运行 Docker 镜像

This commit is contained in:
Del Wang
2025-05-19 00:16:49 +08:00
parent 59c3280938
commit 58acbc29f4
39 changed files with 1729 additions and 1152 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class SpeakerManager implements ISpeaker {
silent: boolean;
}
) {
const { silent = false } = options ?? {};
const { silent = true } = options ?? {};
const command = awake
? silent
? `ubus call pnshelper event_notify '{"src":1,"event":0}'`