feat(chat): log websocket traffic

This commit is contained in:
2026-06-24 10:48:36 +08:00
parent a571867620
commit f80b5215a9
6 changed files with 101 additions and 16 deletions
@@ -4,6 +4,7 @@
max-width: 220px;
max-height: 220px;
border-radius: var(--radius-lg, 12px);
border-top-left-radius: 0;
overflow: hidden;
cursor: pointer;
background: var(--color-bubble-background, #fff);