voice mode fix attempt 1000

This commit is contained in:
techartdev
2026-02-20 19:23:49 +02:00
parent 98fa3a7518
commit f94a62ef7b
5 changed files with 42 additions and 8 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.22";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.23";
console.info("OpenClaw loader importing", src);
await import(src);
}