去掉大模型

This commit is contained in:
dekun
2026-05-26 10:20:45 +08:00
parent 1845018151
commit b91721d315
13 changed files with 39 additions and 962 deletions
-116
View File
@@ -357,127 +357,11 @@ button:hover {
overflow: hidden;
}
.llm-panel {
margin-top: 1rem;
}
.llm-model {
font-size: 0.75rem;
color: var(--accent);
font-weight: normal;
}
.llm-list {
display: grid;
gap: 0.75rem;
max-height: 420px;
overflow-y: auto;
}
.llm-card {
background: #121a26;
border: 1px solid var(--border);
border-radius: 8px;
padding: 0.75rem 1rem;
}
.llm-card h4 {
margin: 0 0 0.5rem;
font-size: 0.95rem;
}
.llm-card h4 small {
color: var(--muted);
font-weight: normal;
}
.llm-text {
font-size: 0.88rem;
line-height: 1.55;
color: var(--text);
white-space: pre-wrap;
}
.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-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 {
color: var(--muted);
}