readme update, brave browser workaround for voice

This commit is contained in:
techartdev
2026-02-20 19:33:55 +02:00
parent f94a62ef7b
commit ab76d093e1
6 changed files with 205 additions and 58 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.23";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.24";
console.info("OpenClaw loader importing", src);
await import(src);
}