voice fixes when conversation is stopped

This commit is contained in:
techartdev
2026-02-20 20:36:25 +02:00
parent d1b3fb1d57
commit e29bbdb128
6 changed files with 48 additions and 6 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.26";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.28";
console.info("OpenClaw loader importing", src);
await import(src);
}