feat: 智能体历史改为显示每次对话记录而非合并统计

This commit is contained in:
2026-04-27 00:26:51 +08:00
parent 0303ccabc0
commit 213b11c707
3 changed files with 61 additions and 99 deletions

View File

@@ -301,6 +301,14 @@ body {
color: var(--primary);
}
.recent-agent-agent-name {
font-size: 12px;
color: var(--primary);
background: rgba(102, 126, 234, 0.1);
padding: 2px 8px;
border-radius: 4px;
}
/* 智能体历史页面 */
.agent-history-page {
display: flex;
@@ -370,6 +378,14 @@ body {
color: var(--primary);
}
.agent-history-agent {
font-size: 12px;
color: var(--primary);
background: rgba(102, 126, 234, 0.1);
padding: 2px 8px;
border-radius: 4px;
}
/* ==================== 我的页面 ==================== */
.profile-page {