no speech fixes

This commit is contained in:
techartdev
2026-02-20 20:47:44 +02:00
parent 0227a68001
commit 58df9f352f
5 changed files with 19 additions and 5 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.29";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.30";
console.info("OpenClaw loader importing", src);
await import(src);
}