feat: sse连接,处理流式渲染

This commit is contained in:
rd
2025-08-23 11:53:27 +08:00
parent 063ce3df5e
commit 75874d88dc
6 changed files with 179 additions and 91 deletions

View File

@ -6,4 +6,15 @@
font-weight: 400;
line-height: 22px;
}
:deep(.xt-bubble) {
.file-card {
border-radius: 12px;
border: 1px solid var(--Border-2, #e6e6e8);
background: linear-gradient(90deg, #f6f4ff 0%, #fff 100%);
padding: 13px 16px;
display: flex;
justify-content: center;
align-items: center;
}
}
}