Files
gaokao-volunteer-system/data
Hermes Agent 9d714e74ab
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
feat(crowd_db): Phase A - 一分一段表接入(湖南+黑龙江,2026官方数据)
A 阶段:31省真实录取位次/一分一段表接入

实现内容:
1. SCHEMA.md 扩展:新增 §2.1 score_distribution 字段定义
2. 湖南接入 2026 官方一分一段锚点:
   - 来源: 湖南省高考工作第二次新闻发布会
   - 物理类600分以上: 18876人
   - 历史类600分以上: 2139人
3. 黑龙江接入 2026 官方一分一段完整锚点:
   - 来源: 省招生考试院一分段统计表
   - 物理类: 700分17人, 600分6580人, 本科线340分累计82444人
   - 历史类: 670分15人, 600分857人, 本科线385分累计21417人
4. 新增 test_score_distribution.py 锁住契约

数据结构:
- score_distribution: 顶层可选字段
  - subjects: 物理/历史分类
  - benchmarks: 分数->累计位次锚点
  - score_line_at_600: 600分以上总人数
  - bachelor_score_line: 本科分数线

验证: pytest crowd_db 158 passed, 3 skipped
2026-06-25 20:23:01 +08:00
..
2026-06-13 14:49:58 +08:00