feat: ingest course summaries on vps

This commit is contained in:
yangdawei
2026-06-15 11:22:52 +08:00
parent b2913dbd8a
commit a39f01b1e3
12 changed files with 1226 additions and 13 deletions
+14
View File
@@ -379,6 +379,20 @@ textarea:focus {
line-height: 1.4;
}
.summary-body,
.log-detail {
max-width: 360px;
white-space: pre-wrap;
overflow-wrap: anywhere;
color: #344054;
font-size: 13px;
line-height: 1.45;
}
.muted {
color: var(--muted);
}
.correction-toolbar {
display: flex;
align-items: center;