voice mode fixes

This commit is contained in:
techartdev
2026-02-21 00:58:59 +02:00
parent 4aba4bd18d
commit 14c5d946a5
5 changed files with 63 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(async () => {
try {
if (!customElements.get("openclaw-chat-card")) {
const src = "/openclaw/openclaw-chat-card.js?v=0.1.44";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.45";
console.info("OpenClaw loader importing", src);
await import(src);
}