stt fixes

This commit is contained in:
techartdev
2026-02-20 21:46:24 +02:00
parent 9f226c2ea9
commit e5510cd6ab
6 changed files with 209 additions and 30 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.32";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.34";
console.info("OpenClaw loader importing", src);
await import(src);
}