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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user