chore: update story summary and lint fixes

This commit is contained in:
2026-02-08 12:22:45 +08:00
parent 56e30bfe02
commit d3d818da6a
15 changed files with 2479 additions and 852 deletions

View File

@@ -2873,3 +2873,28 @@ h1 span {
padding: 6px 10px;
}
}
/* ═══════════════════════════════════════════════════════════════════════════
Metrics Log Styling
═══════════════════════════════════════════════════════════════════════════ */
#recall-log-content {
font-family: 'SF Mono', Monaco, Consolas, 'Courier New', monospace;
font-size: 11px;
line-height: 1.5;
white-space: pre;
overflow-x: auto;
tab-size: 4;
}
#recall-log-content .metric-warn {
color: #f59e0b;
}
#recall-log-content .metric-error {
color: #ef4444;
}
#recall-log-content .metric-good {
color: #22c55e;
}