fix(frontend): 流式消息逐字显示动画 + 侧边栏会话切换修复

This commit is contained in:
2026-05-16 21:25:03 +08:00
parent 02a5067f8c
commit 15a22737a2
5 changed files with 176 additions and 29 deletions
+1 -9
View File
@@ -86,19 +86,11 @@
50% { opacity: 0; }
}
/* 流式消息容器:每个新 chunk 有微淡入效果 */
/* 流式消息容器:微淡入效果 */
.message-streaming {
animation: fadeInUp 0.3s ease-out;
}
/* 流式消息尾部闪烁光标 */
.message-streaming::after {
content: '▊';
animation: cursorBlink 1s step-end infinite;
color: #7c3aed;
margin-left: 2px;
}
/* 独立的闪烁光标工具类,可用于显式 span 元素 */
.animate-streaming-cursor {
display: inline;