Add xfyun asr service

This commit is contained in:
Xin Wang
2026-05-21 15:42:49 +08:00
parent c83c172511
commit 404381c818
9 changed files with 462 additions and 8 deletions

View File

@@ -239,6 +239,10 @@ body {
border-bottom-right-radius: 4px;
}
.bubble--user.bubble--interim {
opacity: 0.75;
}
.bubble--assistant {
background: var(--assistant);
color: var(--text);