增加大模型

This commit is contained in:
dekun
2026-05-26 09:38:23 +08:00
parent e0ec3f87a9
commit 27031ab676
14 changed files with 797 additions and 69 deletions
+74
View File
@@ -339,6 +339,80 @@ button:hover {
overflow: auto;
}
.chart-modal-inner:fullscreen {
width: 100vw;
height: 100vh;
max-width: none;
max-height: none;
border-radius: 0;
display: flex;
flex-direction: column;
}
.chart-modal-inner:fullscreen .chart-modal-canvas-wrap {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
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-inline summary {
cursor: pointer;
color: var(--accent);
font-size: 0.85rem;
}
.llm-col {
max-width: 280px;
font-size: 0.82rem;
}
.muted {
color: var(--muted);
}
.chart-modal-inner h3 {
margin: 0 0 0.25rem;
font-size: 1.15rem;