chore: rebuild release package

This commit is contained in:
shiyue
2026-07-24 08:00:31 +08:00
parent e5059e97c4
commit 4ab02ae33b
15 changed files with 778 additions and 73 deletions

View File

@@ -5899,6 +5899,38 @@ html[data-theme='coolvibe'] .settings-back:hover {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.collab-agent-item-plan {
display: flex;
min-width: 0;
align-items: center;
color: var(--text-muted);
}
.collab-agent-item-plan .plan-progress {
min-width: 0;
}
.collab-agent-item-plan .plan-progress-dots {
gap: 4px;
}
.collab-agent-item-plan .plan-progress-dot {
flex: 0 0 8px;
width: 8px;
height: 8px;
margin-left: 0;
background-size: contain;
}
.collab-agent-item-plan .plan-progress-count {
font-size: 10px;
font-weight: 700;
}
.collab-agent-item-plan-current {
min-width: 0;
overflow: hidden;
color: var(--text-muted);
font-size: 11px;
line-height: 1.25;
text-overflow: ellipsis;
white-space: nowrap;
}
.collab-agent-item-footer {
font-size: 11px;
color: var(--text-muted);