feat(app-eval-web): 评测台 UI/UX 重构(侧栏导航、分页、数据集与实验能力)

- 采用 hash 路由与会话式壳层(Playground / Datasets / Experiments / Versions / Memoir)
- 抽取 api、types、hooks(轮询、通知、实验 SSE)与 NoticeContext
- Playground:基线/实际生成双栏、重放、流式自动评分与 ScoreCard
- Datasets:回归集与用例列表、Markdown/JSON 导入、会话快照
- Experiments:创建实验、提交运行、SSE 进度、DiffTable 与门禁展示
- 样式与无障碍:DM Sans + JetBrains Mono、侧栏响应式、? 快捷键帮助
This commit is contained in:
Kevin
2026-04-07 11:06:16 +08:00
parent 5972b0e721
commit a50b72e7b5
27 changed files with 3662 additions and 1643 deletions

View File

@@ -1,15 +1 @@
:root {
font-family: system-ui, sans-serif;
line-height: 1.5;
color: #e6edf3;
background: #0f1419;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
}
a {
color: #06c;
}
@import "./eval.css";