This commit is contained in:
2026-06-03 22:34:25 +08:00
parent f471905b33
commit 3ae2ffa098
14 changed files with 600 additions and 244 deletions
+10
View File
@@ -163,6 +163,16 @@ h3 {
background: #fff;
}
.chat-loading,
.chat-end {
padding: 10px 16px;
border-bottom: 1px solid #e2e8f0;
color: #64748b;
font-size: 13px;
text-align: center;
background: #f8fafc;
}
.chat-item {
display: grid;
gap: 6px;