Update version to 0.1.46 and enhance TTS resilience with automatic voice fallback and error reporting

This commit is contained in:
techartdev
2026-02-21 01:23:57 +02:00
parent 14c5d946a5
commit 6d37734cf9
5 changed files with 176 additions and 22 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.45";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.46";
console.info("OpenClaw loader importing", src);
await import(src);
}