增加大模型

This commit is contained in:
dekun
2026-05-26 10:04:36 +08:00
parent 86aa804c21
commit 1845018151
5 changed files with 351 additions and 104 deletions
+72 -3
View File
@@ -398,15 +398,84 @@ button:hover {
white-space: pre-wrap;
}
.llm-inline summary {
.llm-status-line {
margin-top: 0.25rem;
}
.stats-table .stats-total-vol {
font-weight: 600;
white-space: nowrap;
}
.llm-col-head,
.llm-col {
min-width: 200px;
max-width: 360px;
font-size: 0.82rem;
vertical-align: top;
}
.llm-fold {
margin-top: 0.15rem;
border: 1px solid var(--border);
border-radius: 6px;
padding: 0.35rem 0.5rem;
background: #0f1520;
}
.llm-fold .llm-text {
margin-top: 0.5rem;
padding-top: 0.5rem;
border-top: 1px solid var(--border);
font-size: 0.84rem;
line-height: 1.55;
max-height: 220px;
overflow-y: auto;
}
.llm-summary {
cursor: pointer;
color: var(--accent);
font-size: 0.85rem;
list-style: none;
}
.llm-col {
max-width: 280px;
.llm-summary::-webkit-details-marker {
display: none;
}
.llm-summary.done::before {
content: "▸ ";
}
details[open] > .llm-summary.done::before {
content: "▾ ";
}
.llm-summary.failed {
color: #f6465d;
}
.llm-time {
color: var(--muted);
font-size: 0.75rem;
}
.llm-placeholder {
font-size: 0.82rem;
padding: 0.25rem 0;
}
.llm-placeholder.running {
color: var(--accent);
}
.llm-placeholder.pending {
color: var(--muted);
}
.llm-err {
color: #f6465d;
}
.muted {