Update version to 0.1.48 and improve chat-card gateway status detection

This commit is contained in:
techartdev
2026-02-21 01:47:43 +02:00
parent a5a1ed87c5
commit 2fe88a7170
5 changed files with 129 additions and 54 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.47";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.48";
console.info("OpenClaw loader importing", src);
await import(src);
}