feat(chat): smooth streaming output

This commit is contained in:
2026-06-10 21:12:53 +08:00
parent 7d2ae87e39
commit 224d53a04d
9 changed files with 915 additions and 85 deletions
@@ -115,3 +115,8 @@
color: var(--chat-md-quote-text);
border-radius: 6px;
}
.streamFade {
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}