gaokao-pro 0.3.19 → 0.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/datasets/yifenyiduan-manifest.json +1403 -96
- package/data/yifenyiduan/_ocr-pipeline/ingest-anhui-2026-pdf.py +174 -0
- package/data/yifenyiduan/_ocr-pipeline/ingest-html.py +77 -7
- package/data/yifenyiduan/_ocr-pipeline/vision-ocr.swift +26 -0
- package/data/yifenyiduan/anhui-2026-history.json +1 -0
- package/data/yifenyiduan/anhui-2026-physics.json +1 -0
- package/data/yifenyiduan/beijing-2026-combined.json +1 -0
- package/data/yifenyiduan/fujian-2026-history.json +2283 -0
- package/data/yifenyiduan/fujian-2026-physics.json +2368 -0
- package/data/yifenyiduan/guangxi-2026-history.json +1 -0
- package/data/yifenyiduan/guangxi-2026-physics.json +1 -0
- package/data/yifenyiduan/guizhou-2026-history.json +1 -0
- package/data/yifenyiduan/guizhou-2026-physics.json +1 -0
- package/data/yifenyiduan/hainan-2026-combined.json +2748 -0
- package/data/yifenyiduan/hubei-2026-history.json +1 -0
- package/data/yifenyiduan/hubei-2026-physics.json +1 -0
- package/data/yifenyiduan/hunan-2026-history.json +1 -0
- package/data/yifenyiduan/hunan-2026-physics.json +1 -0
- package/data/yifenyiduan/jiangsu-2026-history.json +1 -0
- package/data/yifenyiduan/jiangsu-2026-physics.json +1 -0
- package/data/yifenyiduan/jiangxi-2026-history.json +1 -0
- package/data/yifenyiduan/jiangxi-2026-physics.json +1 -0
- package/data/yifenyiduan/jilin-2026-history.json +1 -0
- package/data/yifenyiduan/jilin-2026-physics.json +1 -0
- package/data/yifenyiduan/liaoning-2026-history.json +1 -0
- package/data/yifenyiduan/liaoning-2026-physics.json +1 -0
- package/data/yifenyiduan/ningxia-2026-history.json +1 -0
- package/data/yifenyiduan/ningxia-2026-physics.json +1 -0
- package/data/yifenyiduan/shaanxi-2026-history.json +1 -0
- package/data/yifenyiduan/shaanxi-2026-physics.json +1 -0
- package/data/yifenyiduan/shandong-2026-combined.json +1 -0
- package/data/yifenyiduan/shanxi-2026-history.json +1 -0
- package/data/yifenyiduan/shanxi-2026-physics.json +1 -0
- package/data/yifenyiduan/tianjin-2026-combined.json +1 -0
- package/dist/index.js +59 -16
- package/dist/rank-table.d.ts +19 -0
- package/dist/rank-table.js +41 -0
- package/package.json +1 -1
|
@@ -1,97 +1,1404 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
2
|
+
"_meta": {
|
|
3
|
+
"description": "31 省 × 2 年(2024 + 2025)高考一分一段表权威 URL 清单,含年份强校验来源(url/title/body/pdf_filename/unverified)。本清单只记录 URL + 验证元数据,不复制原始分段数据(PDF/图片占多数,需 OCR)。",
|
|
4
|
+
"verification_rules": {
|
|
5
|
+
"year_verified_from": "url|title|body|pdf_filename|unverified — 必须从源文档(不是搜索摘要)直接看到年份字样",
|
|
6
|
+
"source_priority": "1) 省考试院/招办官方 > 2) 中国教育在线 eol.cn / 掌上高考 gaokao.cn 转载 > 3) 其他权威转载",
|
|
7
|
+
"null_over_fabrication": "PDF/图片表只给 URL,不抄写分段数据;找不到的省份明确标注"
|
|
8
|
+
},
|
|
9
|
+
"reform_corrections": [
|
|
10
|
+
"新疆 2025 仍是老高考文/理科,3+1+2 首届为 2027 年(agent 校验过 xjzk.gov.cn 2025-05-27 公告)",
|
|
11
|
+
"西藏 2024/2025 均不发布一分一段表(A 类/B 类双线 + 文理),只发布最低控制分数线",
|
|
12
|
+
"云南/青海/宁夏 2025 是 3+1+2 首届(2024 仍老高考)",
|
|
13
|
+
"山西/内蒙古/四川/陕西 2025 是 3+1+2 首届(2024 仍老高考)",
|
|
14
|
+
"甘肃 2024 已是 3+1+2 首届(不是 2025)",
|
|
15
|
+
"河南 2025 是 3+1+2 首届(2024 是老高考末届)"
|
|
16
|
+
],
|
|
17
|
+
"batch_run": "2026-05-25, 62 agents (31 provinces × 2 years)",
|
|
18
|
+
"batch_run_2026_chufen": "2026-06-24 出分首日: 10 agents; 入库 5 省 9 表 (重庆/内蒙古/黑龙江/上海/河南), leads 5 省 (天津/福建/江苏/辽宁 图片表; 广东 分数段表未发布) 待 6/25 复跑",
|
|
19
|
+
"batch_run_2026_d2": "2026-06-25 复跑: +河北/青海 入库 (共 7 省 13 表); 新增 ingest --cols extractor (青海投档类型前缀 / 河北并排双轨). 安徽/北京/天津/福建/江苏/辽宁 仍图片表; 湖南等仅出分数线、一分一段待发",
|
|
20
|
+
"aggregators_2026": {
|
|
21
|
+
"chsi_sunshine": {
|
|
22
|
+
"url": "https://gaokao.chsi.com.cn/gkxx/ss/202606/20260624/2293845984.html",
|
|
23
|
+
"title": "2026年部分省市高考分数段统计汇总(一分一段)(陆续发布)",
|
|
24
|
+
"org": "教育部学信网 阳光高考平台 chsi.com.cn",
|
|
25
|
+
"note": "官方持续更新的总索引,各省发布后陆续加入;直链官方源/chsi 自托管页。复查首选。"
|
|
26
|
+
},
|
|
27
|
+
"eol_gkfsd": {
|
|
28
|
+
"url": "https://www.eol.cn/e_html/gk/gkfsd/index.shtml",
|
|
29
|
+
"title": "历年高考一分一段表(全国汇总)",
|
|
30
|
+
"org": "中国教育在线 eol.cn",
|
|
31
|
+
"note": "各省 eol 转载入口;某省仅占位锚点(无 202606 链接)=该省 2026 未发布。slug:陕西=shan_xi_sheng,山西=shan_xi。"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"batch_run_2026_chufen_d3": "2026-06-25 出分主战日: 32 agents 采集;新入库 9 省 15 表(京津鲁/辽吉皖桂陕宁),累计 16 省 28 表。来源清单补全 2026 全 31 省(含图片版/未发布的官方复查入口 + 学信网/eol 双聚合页)。"
|
|
35
|
+
},
|
|
36
|
+
"records": [
|
|
37
|
+
{
|
|
38
|
+
"province": "北京",
|
|
39
|
+
"year": 2024,
|
|
40
|
+
"regime": "3+3",
|
|
41
|
+
"tracks": [
|
|
42
|
+
"综合改革"
|
|
43
|
+
],
|
|
44
|
+
"source_url": "https://www.bjeea.cn/html/gkgz/fujian/2024/0625/85432.html",
|
|
45
|
+
"source_org": "北京教育考试院",
|
|
46
|
+
"year_verified_from": "title",
|
|
47
|
+
"format": "html_table",
|
|
48
|
+
"notes": "标题《北京市2024年高考考生分数分布》,URL 含 /2024/0625/。"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"province": "北京",
|
|
52
|
+
"year": 2025,
|
|
53
|
+
"regime": "3+3",
|
|
54
|
+
"tracks": [
|
|
55
|
+
"综合改革"
|
|
56
|
+
],
|
|
57
|
+
"source_url": "https://www.bjeea.cn/html/gkgz/tzgg/2025/0625/87165.html",
|
|
58
|
+
"source_pdf_url": "https://www.bjeea.cn/uploads/soft/250625/172-2506250Q456.pdf",
|
|
59
|
+
"source_org": "北京教育考试院",
|
|
60
|
+
"year_verified_from": "url+title+body+pdf_filename",
|
|
61
|
+
"format": "pdf",
|
|
62
|
+
"notes": "PDF 文件名含 250625,标题《北京市2025年高考考生分数分布》四重校验。"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"province": "天津",
|
|
66
|
+
"year": 2024,
|
|
67
|
+
"regime": "3+3",
|
|
68
|
+
"tracks": [
|
|
69
|
+
"综合改革"
|
|
70
|
+
],
|
|
71
|
+
"source_url": "https://gaokao.eol.cn/tian_jin/dongtai/202406/t20240624_2618986.shtml",
|
|
72
|
+
"source_org": "eol.cn(转 天津招考资讯网 zhaokao.net)",
|
|
73
|
+
"year_verified_from": "url",
|
|
74
|
+
"format": "html_table"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"province": "天津",
|
|
78
|
+
"year": 2025,
|
|
79
|
+
"regime": "3+3",
|
|
80
|
+
"tracks": [
|
|
81
|
+
"综合改革"
|
|
82
|
+
],
|
|
83
|
+
"source_url": "https://www.zhaokao.net/gkck/system/2025/06/23/030008759.shtml",
|
|
84
|
+
"source_org": "天津招考资讯网 zhaokao.net",
|
|
85
|
+
"year_verified_from": "url+title+body",
|
|
86
|
+
"format": "html_table"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"province": "上海",
|
|
90
|
+
"year": 2024,
|
|
91
|
+
"regime": "3+3",
|
|
92
|
+
"tracks": [
|
|
93
|
+
"综合改革"
|
|
94
|
+
],
|
|
95
|
+
"source_url": "https://www.shmeea.edu.cn/page/08000/20240623/18609.html",
|
|
96
|
+
"source_pdf_url": "https://www.shmeea.edu.cn/download/20240623/00.pdf",
|
|
97
|
+
"source_org": "上海市教育考试院(招考热线 shmeea.edu.cn)",
|
|
98
|
+
"year_verified_from": "url+title+body",
|
|
99
|
+
"format": "pdf"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"province": "上海",
|
|
103
|
+
"year": 2025,
|
|
104
|
+
"regime": "3+3",
|
|
105
|
+
"tracks": [
|
|
106
|
+
"综合改革"
|
|
107
|
+
],
|
|
108
|
+
"source_url": "https://www.shmeea.edu.cn/page/09000/20250623/19549.html",
|
|
109
|
+
"source_org": "上海市教育考试院",
|
|
110
|
+
"year_verified_from": "title+body",
|
|
111
|
+
"format": "pdf_index",
|
|
112
|
+
"notes": "满分 660;本科类含艺术 10 类 + 体育类 1 类附表。"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"province": "重庆",
|
|
116
|
+
"year": 2024,
|
|
117
|
+
"regime": "3+1+2",
|
|
118
|
+
"tracks": [
|
|
119
|
+
"物理类",
|
|
120
|
+
"历史类"
|
|
121
|
+
],
|
|
122
|
+
"source_url": "https://gaokao.eol.cn/chong_qing/dongtai/202406/t20240624_2618999.shtml",
|
|
123
|
+
"source_org": "eol.cn(转 重庆教育考试院 cqksy.cn)",
|
|
124
|
+
"year_verified_from": "url+title+body",
|
|
125
|
+
"format": "html_table",
|
|
126
|
+
"notes": "本科线:物理 427/历史 428。"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"province": "重庆",
|
|
130
|
+
"year": 2025,
|
|
131
|
+
"regime": "3+1+2",
|
|
132
|
+
"tracks": [
|
|
133
|
+
"物理类",
|
|
134
|
+
"历史类"
|
|
135
|
+
],
|
|
136
|
+
"source_url": "https://gaokao.eol.cn/chong_qing/dongtai/202506/t20250624_2676752.shtml",
|
|
137
|
+
"source_org": "eol.cn(转 cqksy.cn)",
|
|
138
|
+
"year_verified_from": "url+title+body",
|
|
139
|
+
"format": "html_table",
|
|
140
|
+
"notes": "本科线:物理 425/历史 438。"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"province": "河北",
|
|
144
|
+
"year": 2024,
|
|
145
|
+
"regime": "3+1+2",
|
|
146
|
+
"tracks": [
|
|
147
|
+
"物理类",
|
|
148
|
+
"历史类"
|
|
149
|
+
],
|
|
150
|
+
"source_url": "https://www.hebeea.edu.cn/html/xxgl/tzgg/2024/0624-185638-797.html",
|
|
151
|
+
"source_org": "河北教育考试院",
|
|
152
|
+
"year_verified_from": "url+title",
|
|
153
|
+
"format": "html_table+image",
|
|
154
|
+
"notes": "本科线:物理 448/历史 449。"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"province": "河北",
|
|
158
|
+
"year": 2025,
|
|
159
|
+
"regime": "3+1+2",
|
|
160
|
+
"tracks": [
|
|
161
|
+
"物理类",
|
|
162
|
+
"历史类"
|
|
163
|
+
],
|
|
164
|
+
"source_url": "http://www.hebeea.edu.cn/",
|
|
165
|
+
"source_org": "河北教育考试院",
|
|
166
|
+
"year_verified_from": "title+body",
|
|
167
|
+
"format": "pdf",
|
|
168
|
+
"notes": "本科线:物理 459/历史 477。"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"province": "山西",
|
|
172
|
+
"year": 2024,
|
|
173
|
+
"regime": "old(文/理)",
|
|
174
|
+
"tracks": [
|
|
175
|
+
"文科",
|
|
176
|
+
"理科"
|
|
177
|
+
],
|
|
178
|
+
"source_url": "http://www.sxkszx.cn/news/2024624/n3013122420.html",
|
|
179
|
+
"source_org": "山西招生考试管理中心 sxkszx.cn",
|
|
180
|
+
"year_verified_from": "url+title",
|
|
181
|
+
"format": "image",
|
|
182
|
+
"notes": "一本线:文 516/理 506;二本线:文 446/理 418。"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"province": "山西",
|
|
186
|
+
"year": 2025,
|
|
187
|
+
"regime": "3+1+2(首届)",
|
|
188
|
+
"tracks": [
|
|
189
|
+
"物理类",
|
|
190
|
+
"历史类"
|
|
191
|
+
],
|
|
192
|
+
"source_url": "http://www.sxkszx.cn/news/2025625/n7121125869.html",
|
|
193
|
+
"source_org": "山西招生考试管理中心",
|
|
194
|
+
"year_verified_from": "title+body",
|
|
195
|
+
"format": "html_table",
|
|
196
|
+
"notes": "本科线:物理 419/历史 443;特招线:物理 507/历史 534。"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"province": "内蒙古",
|
|
200
|
+
"year": 2024,
|
|
201
|
+
"regime": "old(文/理)",
|
|
202
|
+
"tracks": [
|
|
203
|
+
"理科",
|
|
204
|
+
"文科",
|
|
205
|
+
"蒙授文科",
|
|
206
|
+
"蒙授理科"
|
|
207
|
+
],
|
|
208
|
+
"source_url": "https://www.nm.zsks.cn/fzlm/24gktj/",
|
|
209
|
+
"source_org": "内蒙古教育考试院 nm.zsks.cn",
|
|
210
|
+
"year_verified_from": "url+title",
|
|
211
|
+
"format": "html_table",
|
|
212
|
+
"notes": "一本线:文 478/理 471。"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"province": "内蒙古",
|
|
216
|
+
"year": 2025,
|
|
217
|
+
"regime": "3+1+2(首届)",
|
|
218
|
+
"tracks": [
|
|
219
|
+
"物理类",
|
|
220
|
+
"历史类"
|
|
221
|
+
],
|
|
222
|
+
"source_url": "https://gaokao.eol.cn/nei_meng/dongtai/202506/t20250625_2676868.shtml",
|
|
223
|
+
"source_org": "eol.cn(转 内蒙古教育考试院)",
|
|
224
|
+
"year_verified_from": "url+title",
|
|
225
|
+
"format": "html_table",
|
|
226
|
+
"notes": "特控/本科/专科:物理 487/375/160;历史 523/418/160。"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"province": "辽宁",
|
|
230
|
+
"year": 2024,
|
|
231
|
+
"regime": "3+1+2",
|
|
232
|
+
"tracks": [
|
|
233
|
+
"物理类",
|
|
234
|
+
"历史类"
|
|
235
|
+
],
|
|
236
|
+
"source_url": "https://www.lnzsks.com/newsinfo/IMS_20240624_44047_5uciph2kxs.htm",
|
|
237
|
+
"source_org": "辽宁招生考试之窗 lnzsks.com",
|
|
238
|
+
"year_verified_from": "url+title",
|
|
239
|
+
"format": "image",
|
|
240
|
+
"notes": "镜像:eol.cn /liao_ning/dongtai/202406/t20240624_2619032.shtml"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"province": "辽宁",
|
|
244
|
+
"year": 2025,
|
|
245
|
+
"regime": "3+1+2",
|
|
246
|
+
"tracks": [
|
|
247
|
+
"物理类",
|
|
248
|
+
"历史类"
|
|
249
|
+
],
|
|
250
|
+
"source_url": "https://www.gk100.com/read_23806011.htm",
|
|
251
|
+
"source_org": "gk100(转 lnzsks.com)",
|
|
252
|
+
"year_verified_from": "title+body",
|
|
253
|
+
"format": "html_table",
|
|
254
|
+
"notes": "本科线:物理 367/历史 437。"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"province": "吉林",
|
|
258
|
+
"year": 2024,
|
|
259
|
+
"regime": "3+1+2",
|
|
260
|
+
"tracks": [
|
|
261
|
+
"物理类",
|
|
262
|
+
"历史类"
|
|
263
|
+
],
|
|
264
|
+
"source_url": "https://gaokao.eol.cn/ji_lin/dongtai/202406/t20240625_2619214.shtml",
|
|
265
|
+
"source_org": "eol.cn(转 jleea)",
|
|
266
|
+
"year_verified_from": "url+title+body",
|
|
267
|
+
"format": "html_table",
|
|
268
|
+
"notes": "本科批线:物理 345/历史 369。"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"province": "吉林",
|
|
272
|
+
"year": 2025,
|
|
273
|
+
"regime": "3+1+2",
|
|
274
|
+
"tracks": [
|
|
275
|
+
"物理类",
|
|
276
|
+
"历史类"
|
|
277
|
+
],
|
|
278
|
+
"source_url": "https://www.jleea.com.cn/site1/xiangqingye/201719/",
|
|
279
|
+
"source_org": "吉林省教育考试院 jleea.com.cn",
|
|
280
|
+
"year_verified_from": "title+body",
|
|
281
|
+
"format": "pdf",
|
|
282
|
+
"notes": "6 份 PDF(物理/历史 × 普通/体育/艺术)。"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"province": "黑龙江",
|
|
286
|
+
"year": 2024,
|
|
287
|
+
"regime": "3+1+2(首届)",
|
|
288
|
+
"tracks": [
|
|
289
|
+
"物理类",
|
|
290
|
+
"历史类"
|
|
291
|
+
],
|
|
292
|
+
"source_url": "https://www.lzk.hl.cn/gkpd/gkxx/202406/t20240625_19065.htm",
|
|
293
|
+
"source_org": "黑龙江招生考试信息港 lzk.hl.cn",
|
|
294
|
+
"year_verified_from": "url+title",
|
|
295
|
+
"format": "pdf"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"province": "黑龙江",
|
|
299
|
+
"year": 2025,
|
|
300
|
+
"regime": "3+1+2",
|
|
301
|
+
"tracks": [
|
|
302
|
+
"物理类",
|
|
303
|
+
"历史类"
|
|
304
|
+
],
|
|
305
|
+
"source_url": "http://www.lzk.hl.cn/gkpd/gkxx/202505/t20250524_19389.htm",
|
|
306
|
+
"source_org": "黑龙江招生考试信息港",
|
|
307
|
+
"year_verified_from": "title+body",
|
|
308
|
+
"format": "pdf",
|
|
309
|
+
"notes": "本科线:物理 360/历史 405;专科线:均 160。"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"province": "江苏",
|
|
313
|
+
"year": 2024,
|
|
314
|
+
"regime": "3+1+2",
|
|
315
|
+
"tracks": [
|
|
316
|
+
"物理等科目类",
|
|
317
|
+
"历史等科目类"
|
|
318
|
+
],
|
|
319
|
+
"source_url": "https://www.jseea.cn/webfile/index/index_zkxx/2024-06-24/7210960924591525888.html",
|
|
320
|
+
"source_org": "江苏省教育考试院 jseea.cn",
|
|
321
|
+
"year_verified_from": "url+title",
|
|
322
|
+
"format": "jpg_attachment",
|
|
323
|
+
"notes": "本科线:历史 478/物理 462。"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"province": "江苏",
|
|
327
|
+
"year": 2025,
|
|
328
|
+
"regime": "3+1+2",
|
|
329
|
+
"tracks": [
|
|
330
|
+
"物理等科目类",
|
|
331
|
+
"历史等科目类"
|
|
332
|
+
],
|
|
333
|
+
"source_url": "https://www.jseea.cn/webfile/index/index_zkxx/2025-06-24/7343234265133355008.html",
|
|
334
|
+
"source_org": "江苏省教育考试院",
|
|
335
|
+
"year_verified_from": "url+title",
|
|
336
|
+
"format": "jpg_attachment"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"province": "浙江",
|
|
340
|
+
"year": 2024,
|
|
341
|
+
"regime": "3+3",
|
|
342
|
+
"tracks": [
|
|
343
|
+
"综合改革"
|
|
344
|
+
],
|
|
345
|
+
"source_url": "https://www.zjzs.net/art/2024/6/26/art_45_9753.html",
|
|
346
|
+
"source_org": "浙江省教育考试院 zjzs.net",
|
|
347
|
+
"year_verified_from": "url+title+body",
|
|
348
|
+
"format": "pdf",
|
|
349
|
+
"notes": "一段 492/二段 269/特控 595。"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"province": "浙江",
|
|
353
|
+
"year": 2025,
|
|
354
|
+
"regime": "3+3",
|
|
355
|
+
"tracks": [
|
|
356
|
+
"综合改革"
|
|
357
|
+
],
|
|
358
|
+
"source_url": "https://www.zjzs.net/art/2025/6/25/art_45_11373.html",
|
|
359
|
+
"source_org": "浙江省教育考试院",
|
|
360
|
+
"year_verified_from": "url+title",
|
|
361
|
+
"format": "pdf",
|
|
362
|
+
"notes": "一段 490/二段 268/特控 592。"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"province": "安徽",
|
|
366
|
+
"year": 2024,
|
|
367
|
+
"regime": "3+1+2(首届)",
|
|
368
|
+
"tracks": [
|
|
369
|
+
"物理类",
|
|
370
|
+
"历史类"
|
|
371
|
+
],
|
|
372
|
+
"source_url": "https://gaokao.eol.cn/an_hui/dongtai/202406/t20240625_2619348.shtml",
|
|
373
|
+
"source_org": "eol.cn(转 ahzsks.cn)",
|
|
374
|
+
"year_verified_from": "url+title+body",
|
|
375
|
+
"format": "html_table",
|
|
376
|
+
"notes": "本科线:物理 465/历史 462。"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"province": "安徽",
|
|
380
|
+
"year": 2025,
|
|
381
|
+
"regime": "3+1+2",
|
|
382
|
+
"tracks": [
|
|
383
|
+
"物理类",
|
|
384
|
+
"历史类"
|
|
385
|
+
],
|
|
386
|
+
"source_url": "https://gaokao.eol.cn/an_hui/dongtai/202506/t20250625_2676962.shtml",
|
|
387
|
+
"source_org": "eol.cn(转 ahzsks.cn)",
|
|
388
|
+
"year_verified_from": "url+title+body",
|
|
389
|
+
"format": "html_table",
|
|
390
|
+
"notes": "本科线:物理 461/历史 477。"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"province": "福建",
|
|
394
|
+
"year": 2024,
|
|
395
|
+
"regime": "3+1+2",
|
|
396
|
+
"tracks": [
|
|
397
|
+
"物理类",
|
|
398
|
+
"历史类"
|
|
399
|
+
],
|
|
400
|
+
"source_url": "https://www.eeafj.cn/gkptgkgsgg/20240625/13485.html",
|
|
401
|
+
"source_url_history": "https://www.eeafj.cn/gkptgkgsgg/20240625/13486.html",
|
|
402
|
+
"source_org": "福建省教育考试院 eeafj.cn",
|
|
403
|
+
"year_verified_from": "url+title",
|
|
404
|
+
"format": "html_table"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"province": "福建",
|
|
408
|
+
"year": 2025,
|
|
409
|
+
"regime": "3+1+2",
|
|
410
|
+
"tracks": [
|
|
411
|
+
"物理类",
|
|
412
|
+
"历史类"
|
|
413
|
+
],
|
|
414
|
+
"source_url": "https://gaokao.eol.cn/fu_jian/dongtai/202507/t20250702_2678457.shtml",
|
|
415
|
+
"source_org": "eol.cn(转 福建省教育考试院)",
|
|
416
|
+
"year_verified_from": "url+title+body",
|
|
417
|
+
"format": "html_table",
|
|
418
|
+
"notes": "特控/本科/专科:物理 520/441/235;历史 531/450/235。"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"province": "江西",
|
|
422
|
+
"year": 2024,
|
|
423
|
+
"regime": "3+1+2(首届)",
|
|
424
|
+
"tracks": [
|
|
425
|
+
"物理类",
|
|
426
|
+
"历史类",
|
|
427
|
+
"三校生"
|
|
428
|
+
],
|
|
429
|
+
"source_url": "http://www.jxeea.cn/module/download/downfile.jsp?classid=0&filename=4ef3b5d6fd5d4a5c96df5f6cf768c832.pdf",
|
|
430
|
+
"source_org": "江西省教育考试院 jxeea.cn",
|
|
431
|
+
"year_verified_from": "title+body",
|
|
432
|
+
"format": "pdf",
|
|
433
|
+
"notes": "本科线:物理 448/历史 463;特殊类型线:物理 520/历史 532。"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"province": "江西",
|
|
437
|
+
"year": 2025,
|
|
438
|
+
"regime": "3+1+2",
|
|
439
|
+
"tracks": [
|
|
440
|
+
"物理类",
|
|
441
|
+
"历史类"
|
|
442
|
+
],
|
|
443
|
+
"source_url": "http://www.jxeea.cn/jxsjyksy/tzgg92/content/content_1938096542515826688.html",
|
|
444
|
+
"source_org": "江西省教育考试院",
|
|
445
|
+
"year_verified_from": "title+body",
|
|
446
|
+
"format": "pdf",
|
|
447
|
+
"notes": "本科线:物理 429/历史 486。"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"province": "山东",
|
|
451
|
+
"year": 2024,
|
|
452
|
+
"regime": "3+3",
|
|
453
|
+
"tracks": [
|
|
454
|
+
"综合改革"
|
|
455
|
+
],
|
|
456
|
+
"source_url": "https://www.sdzk.cn/NewsInfo.aspx?NewsID=6577",
|
|
457
|
+
"source_org": "山东省教育招生考试院 sdzk.cn",
|
|
458
|
+
"year_verified_from": "url+title+body",
|
|
459
|
+
"format": "excel",
|
|
460
|
+
"notes": "特招 521/一段 444/二段 150。"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"province": "山东",
|
|
464
|
+
"year": 2025,
|
|
465
|
+
"regime": "3+3",
|
|
466
|
+
"tracks": [
|
|
467
|
+
"综合改革"
|
|
468
|
+
],
|
|
469
|
+
"source_url": "https://www.sdzk.cn/NewsInfo.aspx?NewsID=6943",
|
|
470
|
+
"source_org": "山东省教育招生考试院",
|
|
471
|
+
"year_verified_from": "url+title",
|
|
472
|
+
"format": "excel",
|
|
473
|
+
"notes": "特招 521/一段 441/二段 150;一段上线 333469 人。"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"province": "河南",
|
|
477
|
+
"year": 2024,
|
|
478
|
+
"regime": "old(文/理)",
|
|
479
|
+
"tracks": [
|
|
480
|
+
"文科",
|
|
481
|
+
"理科"
|
|
482
|
+
],
|
|
483
|
+
"source_url": "https://www.haeea.cn/a/202406/43344_af412c0e.shtml",
|
|
484
|
+
"source_org": "河南省教育考试院 haeea.cn",
|
|
485
|
+
"year_verified_from": "url+title",
|
|
486
|
+
"format": "pdf",
|
|
487
|
+
"notes": "一本上线:文 25688 / 理 130195。"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"province": "河南",
|
|
491
|
+
"year": 2025,
|
|
492
|
+
"regime": "3+1+2(首届)",
|
|
493
|
+
"tracks": [
|
|
494
|
+
"物理类",
|
|
495
|
+
"历史类"
|
|
496
|
+
],
|
|
497
|
+
"source_url": "https://gaokao.eol.cn/he_nan/dongtai/202506/t20250625_2676859.shtml",
|
|
498
|
+
"source_org": "eol.cn(转 haeea.cn)",
|
|
499
|
+
"year_verified_from": "url+title+body",
|
|
500
|
+
"format": "html_table",
|
|
501
|
+
"notes": "本科上线 438532 人;本科线:物理 427/历史 471;特招线:物理 535/历史 552。"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"province": "湖北",
|
|
505
|
+
"year": 2024,
|
|
506
|
+
"regime": "3+1+2",
|
|
507
|
+
"tracks": [
|
|
508
|
+
"物理类",
|
|
509
|
+
"历史类"
|
|
510
|
+
],
|
|
511
|
+
"source_url": "http://www.hbea.edu.cn/html/2024-06/14292.html",
|
|
512
|
+
"source_org": "湖北省教育考试院 hbea.edu.cn",
|
|
513
|
+
"year_verified_from": "url+title",
|
|
514
|
+
"format": "html_table",
|
|
515
|
+
"notes": "本科线:物理 437/历史 432。"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"province": "湖北",
|
|
519
|
+
"year": 2025,
|
|
520
|
+
"regime": "3+1+2",
|
|
521
|
+
"tracks": [
|
|
522
|
+
"物理类",
|
|
523
|
+
"历史类"
|
|
524
|
+
],
|
|
525
|
+
"source_url": "https://www.hbea.edu.cn/html/2025-06/15292.html",
|
|
526
|
+
"source_org": "湖北省教育考试院",
|
|
527
|
+
"year_verified_from": "url+title",
|
|
528
|
+
"format": "image",
|
|
529
|
+
"notes": "本科线:物理 426/历史 442。"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"province": "湖南",
|
|
533
|
+
"year": 2024,
|
|
534
|
+
"regime": "3+1+2",
|
|
535
|
+
"tracks": [
|
|
536
|
+
"物理类",
|
|
537
|
+
"历史类"
|
|
538
|
+
],
|
|
539
|
+
"source_url": "https://gaokao.eol.cn/hu_nan/dongtai/202406/t20240625_2619096.shtml",
|
|
540
|
+
"source_url_history": "https://gaokao.eol.cn/hu_nan/dongtai/202406/t20240625_2619091.shtml",
|
|
541
|
+
"source_org": "eol.cn(转 hneao.edu.cn)",
|
|
542
|
+
"year_verified_from": "url+title+body",
|
|
543
|
+
"format": "html_table",
|
|
544
|
+
"notes": "本科线物理 422、特招 481;本科上线物理 190233 / 历史 55658。"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"province": "湖南",
|
|
548
|
+
"year": 2025,
|
|
549
|
+
"regime": "3+1+2",
|
|
550
|
+
"tracks": [
|
|
551
|
+
"物理类",
|
|
552
|
+
"历史类"
|
|
553
|
+
],
|
|
554
|
+
"source_url": "https://gaokao.eol.cn/hu_nan/dongtai/202506/t20250625_2676956.shtml",
|
|
555
|
+
"source_org": "eol.cn(转 hneao.edu.cn)",
|
|
556
|
+
"year_verified_from": "title+body",
|
|
557
|
+
"format": "html_table",
|
|
558
|
+
"notes": "本科线:物理 405/历史 446。"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"province": "广东",
|
|
562
|
+
"year": 2024,
|
|
563
|
+
"regime": "3+1+2",
|
|
564
|
+
"tracks": [
|
|
565
|
+
"物理类",
|
|
566
|
+
"历史类"
|
|
567
|
+
],
|
|
568
|
+
"source_url": "https://eea.gd.gov.cn/zwgk_tjxx/content/post_4445715.html",
|
|
569
|
+
"source_pdf_url": "https://eea.gd.gov.cn/attachment/0/552/552702/4445715.zip",
|
|
570
|
+
"source_org": "广东省教育考试院 eea.gd.gov.cn",
|
|
571
|
+
"year_verified_from": "url+title+body",
|
|
572
|
+
"format": "zip_attachment",
|
|
573
|
+
"notes": "本科线:物理 442/历史 428。"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"province": "广东",
|
|
577
|
+
"year": 2025,
|
|
578
|
+
"regime": "3+1+2",
|
|
579
|
+
"tracks": [
|
|
580
|
+
"物理类",
|
|
581
|
+
"历史类"
|
|
582
|
+
],
|
|
583
|
+
"source_url": "https://eea.gd.gov.cn/ptgk/content/post_4734345.html",
|
|
584
|
+
"source_org": "广东省教育考试院",
|
|
585
|
+
"year_verified_from": "title+body",
|
|
586
|
+
"format": "zip_attachment",
|
|
587
|
+
"notes": "特控/本科/专科:物理 534/436/200;历史 557/464/215。"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"province": "广西",
|
|
591
|
+
"year": 2024,
|
|
592
|
+
"regime": "3+1+2(首届)",
|
|
593
|
+
"tracks": [
|
|
594
|
+
"物理类",
|
|
595
|
+
"历史类"
|
|
596
|
+
],
|
|
597
|
+
"source_url": "https://www.gxeea.cn/2024yfyd/yifenyidang/2024_yifenyidang_wuli_qg.html",
|
|
598
|
+
"source_url_history": "https://www.gxeea.cn/2024yfyd/yifenyidang/2024_yifenyidang_lishi_qg.html",
|
|
599
|
+
"source_org": "广西招生考试院 gxeea.cn",
|
|
600
|
+
"year_verified_from": "url+title",
|
|
601
|
+
"format": "html_table",
|
|
602
|
+
"notes": "特控/本科:物理 501/371;历史 519/400;本科上线 213029。"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"province": "广西",
|
|
606
|
+
"year": 2025,
|
|
607
|
+
"regime": "3+1+2",
|
|
608
|
+
"tracks": [
|
|
609
|
+
"物理类",
|
|
610
|
+
"历史类"
|
|
611
|
+
],
|
|
612
|
+
"source_url": "https://www.gxeea.cn/2025gxywyd/index.html",
|
|
613
|
+
"source_org": "广西招生考试院",
|
|
614
|
+
"year_verified_from": "url+title",
|
|
615
|
+
"format": "html_table",
|
|
616
|
+
"notes": "特控/本科/专科:物理 495/370/200;历史 518/402/200。"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"province": "海南",
|
|
620
|
+
"year": 2024,
|
|
621
|
+
"regime": "3+3",
|
|
622
|
+
"tracks": [
|
|
623
|
+
"综合改革"
|
|
624
|
+
],
|
|
625
|
+
"source_url": "https://ea.hainan.gov.cn/ywdt/ptgkyjszsb/202406/t20240625_3686145.html",
|
|
626
|
+
"source_org": "海南省考试局 ea.hainan.gov.cn",
|
|
627
|
+
"year_verified_from": "url+title+body",
|
|
628
|
+
"format": "html_table",
|
|
629
|
+
"notes": "标准分制 100-900;含原始分↔标准分对照。"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"province": "海南",
|
|
633
|
+
"year": 2025,
|
|
634
|
+
"regime": "3+3",
|
|
635
|
+
"tracks": [
|
|
636
|
+
"综合改革"
|
|
637
|
+
],
|
|
638
|
+
"source_url": "https://ea.hainan.gov.cn/ywdt/ptgkyjszsb/",
|
|
639
|
+
"source_url_2": "https://gaokao.eol.cn/hai_nan/dongtai/202507/t20250702_2678468.shtml",
|
|
640
|
+
"source_org": "海南省考试局",
|
|
641
|
+
"year_verified_from": "title+body",
|
|
642
|
+
"format": "html_table",
|
|
643
|
+
"notes": "特控 568 / 本科 480 / 专科 246。"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"province": "四川",
|
|
647
|
+
"year": 2024,
|
|
648
|
+
"regime": "old(文/理)",
|
|
649
|
+
"tracks": [
|
|
650
|
+
"文科",
|
|
651
|
+
"理科"
|
|
652
|
+
],
|
|
653
|
+
"source_url": "https://www.sceea.cn/Html/202406/Newsdetail_3743.html",
|
|
654
|
+
"source_url_li": "https://www.sceea.cn/Html/202406/Newsdetail_3742.html",
|
|
655
|
+
"source_org": "四川省教育考试院 sceea.cn",
|
|
656
|
+
"year_verified_from": "url+title+body",
|
|
657
|
+
"format": "image",
|
|
658
|
+
"notes": "一本:文 529/理 539;二本:文 457/理 459。"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"province": "四川",
|
|
662
|
+
"year": 2025,
|
|
663
|
+
"regime": "3+1+2(首届)",
|
|
664
|
+
"tracks": [
|
|
665
|
+
"物理类",
|
|
666
|
+
"历史类"
|
|
667
|
+
],
|
|
668
|
+
"source_url": "https://www.sceea.cn/Html/202506/Newsdetail_4335.html",
|
|
669
|
+
"source_url_history": "https://www.sceea.cn/Html/202506/Newsdetail_4334.html",
|
|
670
|
+
"source_org": "四川省教育考试院",
|
|
671
|
+
"year_verified_from": "url+title+body",
|
|
672
|
+
"format": "image",
|
|
673
|
+
"notes": "本科线:物理 438/历史 467;特招线:物理 518/历史 533;专科 150。"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"province": "贵州",
|
|
677
|
+
"year": 2024,
|
|
678
|
+
"regime": "3+1+2(首届)",
|
|
679
|
+
"tracks": [
|
|
680
|
+
"物理类",
|
|
681
|
+
"历史类"
|
|
682
|
+
],
|
|
683
|
+
"source_url": "https://gaokao.eol.cn/gui_zhou/dongtai/202406/t20240625_2619419.shtml",
|
|
684
|
+
"source_url_history": "https://gaokao.eol.cn/gui_zhou/dongtai/202406/t20240625_2619422.shtml",
|
|
685
|
+
"source_org": "eol.cn(转 eaagz.org.cn)",
|
|
686
|
+
"year_verified_from": "url+title+body",
|
|
687
|
+
"format": "html_table",
|
|
688
|
+
"notes": "本科线:物理 380/历史 442;eaagz.org.cn 当前不可达。"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"province": "贵州",
|
|
692
|
+
"year": 2025,
|
|
693
|
+
"regime": "3+1+2",
|
|
694
|
+
"tracks": [
|
|
695
|
+
"物理类",
|
|
696
|
+
"历史类"
|
|
697
|
+
],
|
|
698
|
+
"source_url": "https://www.eaagz.org.cn/",
|
|
699
|
+
"source_org": "贵州省招生考试院 eaagz.org.cn",
|
|
700
|
+
"year_verified_from": "title+body",
|
|
701
|
+
"format": "pdf/image",
|
|
702
|
+
"notes": "首选物理 600+ 7188 人;首选历史 600+ 2238 人。"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"province": "云南",
|
|
706
|
+
"year": 2024,
|
|
707
|
+
"regime": "old(文/理)",
|
|
708
|
+
"tracks": [
|
|
709
|
+
"文科",
|
|
710
|
+
"理科"
|
|
711
|
+
],
|
|
712
|
+
"source_url": "https://gaokao.eol.cn/yun_nan/dongtai/202406/t20240623_2618540.shtml",
|
|
713
|
+
"source_org": "eol.cn(转 ynzs.cn)",
|
|
714
|
+
"year_verified_from": "url+title+body",
|
|
715
|
+
"format": "image",
|
|
716
|
+
"notes": "一本:文 550/理 505;二本:文 480/理 420。"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"province": "云南",
|
|
720
|
+
"year": 2025,
|
|
721
|
+
"regime": "3+1+2(首届)",
|
|
722
|
+
"tracks": [
|
|
723
|
+
"物理类",
|
|
724
|
+
"历史类"
|
|
725
|
+
],
|
|
726
|
+
"source_url": "https://www.ynzs.cn/html/content/8040.html",
|
|
727
|
+
"source_org": "云南省招生考试院 ynzs.cn",
|
|
728
|
+
"year_verified_from": "title+body",
|
|
729
|
+
"format": "html_table",
|
|
730
|
+
"notes": "本科线:物理 430/历史 465;本科上线物理 115133 / 历史 42449。"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"province": "西藏",
|
|
734
|
+
"year": 2024,
|
|
735
|
+
"regime": "old(A/B 双线 + 文/理)",
|
|
736
|
+
"tracks": [
|
|
737
|
+
"A 类 文科",
|
|
738
|
+
"A 类 理科",
|
|
739
|
+
"B 类 文科",
|
|
740
|
+
"B 类 理科"
|
|
741
|
+
],
|
|
742
|
+
"source_url": "http://zsks.edu.xizang.gov.cn/",
|
|
743
|
+
"source_org": "西藏自治区教育考试院",
|
|
744
|
+
"year_verified_from": "unverified",
|
|
745
|
+
"format": "not_published",
|
|
746
|
+
"notes": "**西藏官方历年不发布一分一段表**。2024 仅公布最低控制线(A 类 文 335/理 305、B 类 文 410/理 400 等)。"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"province": "西藏",
|
|
750
|
+
"year": 2025,
|
|
751
|
+
"regime": "old(A/B 双线 + 文/理)",
|
|
752
|
+
"tracks": [
|
|
753
|
+
"A 类 文科",
|
|
754
|
+
"A 类 理科",
|
|
755
|
+
"B 类 文科",
|
|
756
|
+
"B 类 理科"
|
|
757
|
+
],
|
|
758
|
+
"source_url": "http://zsks.edu.xizang.gov.cn/57/150/index.html",
|
|
759
|
+
"source_org": "西藏自治区教育考试院",
|
|
760
|
+
"year_verified_from": "unverified",
|
|
761
|
+
"format": "not_published",
|
|
762
|
+
"notes": "**仍不发布**。2025 控制线:文 A 一本 338/B 410、理 A 300/B 400 等;考生成绩仅个人查询。"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"province": "陕西",
|
|
766
|
+
"year": 2024,
|
|
767
|
+
"regime": "old(文/理)",
|
|
768
|
+
"tracks": [
|
|
769
|
+
"文科",
|
|
770
|
+
"理科"
|
|
771
|
+
],
|
|
772
|
+
"source_url": "https://www.sneea.cn/info/1027/14888.htm",
|
|
773
|
+
"source_url_li": "https://www.sneea.cn/info/1027/14886.htm",
|
|
774
|
+
"source_org": "陕西省教育考试院 sneea.cn",
|
|
775
|
+
"year_verified_from": "title+body",
|
|
776
|
+
"format": "html_table",
|
|
777
|
+
"notes": "一本:文史 488/理工 475;二本:文史 397/理工 372。"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"province": "陕西",
|
|
781
|
+
"year": 2025,
|
|
782
|
+
"regime": "3+1+2(首届)",
|
|
783
|
+
"tracks": [
|
|
784
|
+
"物理类",
|
|
785
|
+
"历史类"
|
|
786
|
+
],
|
|
787
|
+
"source_url": "https://www.sneea.cn/info/1027/16502.htm",
|
|
788
|
+
"source_url_history": "https://www.sneea.cn/info/1027/16503.htm",
|
|
789
|
+
"source_org": "陕西省教育考试院",
|
|
790
|
+
"year_verified_from": "title+body",
|
|
791
|
+
"format": "html_table"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"province": "甘肃",
|
|
795
|
+
"year": 2024,
|
|
796
|
+
"regime": "3+1+2(首届)",
|
|
797
|
+
"tracks": [
|
|
798
|
+
"物理类",
|
|
799
|
+
"历史类"
|
|
800
|
+
],
|
|
801
|
+
"source_url": "https://www.ganseea.cn/gaokaogaozhao/1157.html",
|
|
802
|
+
"source_org": "甘肃省教育考试院 ganseea.cn",
|
|
803
|
+
"year_verified_from": "url+title+body",
|
|
804
|
+
"format": "html_table",
|
|
805
|
+
"notes": "本科线:物理 370/历史 421;特招:物理 488/历史 502;约 17.68 万考生。"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"province": "甘肃",
|
|
809
|
+
"year": 2025,
|
|
810
|
+
"regime": "3+1+2",
|
|
811
|
+
"tracks": [
|
|
812
|
+
"物理类",
|
|
813
|
+
"历史类"
|
|
814
|
+
],
|
|
815
|
+
"source_url": "https://www.ganseea.cn/html/shouyegonggao/",
|
|
816
|
+
"source_org": "甘肃省教育考试院",
|
|
817
|
+
"year_verified_from": "title+body",
|
|
818
|
+
"format": "pdf",
|
|
819
|
+
"notes": "本科线:物理 374/历史 412;特控:物理 475/历史 500。"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"province": "青海",
|
|
823
|
+
"year": 2024,
|
|
824
|
+
"regime": "old(文/理)",
|
|
825
|
+
"tracks": [
|
|
826
|
+
"文科",
|
|
827
|
+
"理科"
|
|
828
|
+
],
|
|
829
|
+
"source_url": "https://gaokao.eol.cn/qing_hai/dongtai/202406/t20240624_2619005.shtml",
|
|
830
|
+
"source_org": "eol.cn(转 青海省考试管理中心)",
|
|
831
|
+
"year_verified_from": "url+title+body",
|
|
832
|
+
"format": "html_table",
|
|
833
|
+
"notes": "一本:文 411/理 343。"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"province": "青海",
|
|
837
|
+
"year": 2025,
|
|
838
|
+
"regime": "3+1+2(首届)",
|
|
839
|
+
"tracks": [
|
|
840
|
+
"物理类",
|
|
841
|
+
"历史类"
|
|
842
|
+
],
|
|
843
|
+
"source_url": "http://www.qhjyks.com/",
|
|
844
|
+
"source_org": "青海省教育考试院 qhjyks.com",
|
|
845
|
+
"year_verified_from": "title+body",
|
|
846
|
+
"format": "pdf",
|
|
847
|
+
"notes": "本科:物理 350/历史 405;特控:物理 420/历史 450。"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"province": "宁夏",
|
|
851
|
+
"year": 2024,
|
|
852
|
+
"regime": "old(文/理)",
|
|
853
|
+
"tracks": [
|
|
854
|
+
"文科",
|
|
855
|
+
"理科"
|
|
856
|
+
],
|
|
857
|
+
"source_url": "https://www.nxjyks.cn/",
|
|
858
|
+
"source_org": "宁夏教育考试院 nxjyks.cn",
|
|
859
|
+
"year_verified_from": "title+body",
|
|
860
|
+
"format": "pdf",
|
|
861
|
+
"notes": "一本:文 496/理 432;二本:文 419/理 371。"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"province": "宁夏",
|
|
865
|
+
"year": 2025,
|
|
866
|
+
"regime": "3+1+2(首届)",
|
|
867
|
+
"tracks": [
|
|
868
|
+
"物理类",
|
|
869
|
+
"历史类"
|
|
870
|
+
],
|
|
871
|
+
"source_url": "https://www.nxjyks.cn/contents/PTGK/",
|
|
872
|
+
"source_org": "宁夏教育考试院",
|
|
873
|
+
"year_verified_from": "title+body",
|
|
874
|
+
"format": "pdf",
|
|
875
|
+
"notes": "本科线:物理 372/历史 404;特控:物理 441/历史 482。"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"province": "新疆",
|
|
879
|
+
"year": 2024,
|
|
880
|
+
"regime": "old(文/理)",
|
|
881
|
+
"tracks": [
|
|
882
|
+
"文科",
|
|
883
|
+
"理科"
|
|
884
|
+
],
|
|
885
|
+
"source_url": "https://gaokao.eol.cn/xin_jiang/dongtai/202406/t20240625_2619399.shtml",
|
|
886
|
+
"source_org": "eol.cn(转 xjzk.gov.cn)",
|
|
887
|
+
"year_verified_from": "url+title+body",
|
|
888
|
+
"format": "html_table",
|
|
889
|
+
"notes": "一本:文 425/理 390。汉/民考汉/民考民 三分离投档(不在一分一段统计层面分)。"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"province": "新疆",
|
|
893
|
+
"year": 2025,
|
|
894
|
+
"regime": "old(文/理) — 3+1+2 首届为 **2027**,非 2025",
|
|
895
|
+
"tracks": [
|
|
896
|
+
"文科",
|
|
897
|
+
"理科"
|
|
898
|
+
],
|
|
899
|
+
"source_url": "https://www.xjzk.gov.cn/",
|
|
900
|
+
"source_org": "新疆维吾尔自治区教育考试院 xjzk.gov.cn",
|
|
901
|
+
"year_verified_from": "title+body",
|
|
902
|
+
"format": "html_table",
|
|
903
|
+
"notes": "**纠正**:新疆教育考试院 2025-05-27 公告明确『选择性考试自 2027 年起实施』;2025 仍是文/理科。一本:文 451/理 421。"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"province": "北京",
|
|
907
|
+
"year": 2026,
|
|
908
|
+
"regime": "3+3",
|
|
909
|
+
"tracks": [
|
|
910
|
+
"综合改革"
|
|
911
|
+
],
|
|
912
|
+
"status": "ingested",
|
|
913
|
+
"source_url": "https://www.bjeea.cn/html/gkgz/tzgg/2026/0624/88238.html",
|
|
914
|
+
"source_org": "北京教育考试院 bjeea.cn",
|
|
915
|
+
"year_verified_from": "title+url",
|
|
916
|
+
"format": "pdf_textlayer",
|
|
917
|
+
"notes": "官方 PDF 有文本层,pdftotext 抽 313 行。(已入库,见 cli/data/yifenyiduan/)",
|
|
918
|
+
"source_pdf_url": "https://www.bjeea.cn/uploads/soft/260625/2026年北京市高考考生分数分布.pdf",
|
|
919
|
+
"chsi_url": "https://www.bjeea.cn/html/gkgz/tzgg/2026/0624/88238.html"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"province": "天津",
|
|
923
|
+
"year": 2026,
|
|
924
|
+
"regime": "3+3",
|
|
925
|
+
"tracks": [
|
|
926
|
+
"综合改革"
|
|
927
|
+
],
|
|
928
|
+
"status": "ingested",
|
|
929
|
+
"source_url": "http://www.zhaokao.net/gkck/doc/003/000/115/00300011511_809a8ff0.pdf",
|
|
930
|
+
"source_org": "天津招考资讯网 zhaokao.net",
|
|
931
|
+
"year_verified_from": "title+url",
|
|
932
|
+
"format": "html_table",
|
|
933
|
+
"notes": "总成绩分数档(含政策加分) PDF 文本层,381 行。(已入库,见 cli/data/yifenyiduan/)",
|
|
934
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260624/2293845980.html"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"province": "山东",
|
|
938
|
+
"year": 2026,
|
|
939
|
+
"regime": "3+3",
|
|
940
|
+
"tracks": [
|
|
941
|
+
"综合改革"
|
|
942
|
+
],
|
|
943
|
+
"status": "ingested",
|
|
944
|
+
"source_url": "https://gaokao.eol.cn/shan_dong/dongtai/202606/t20260625_2749145.shtml",
|
|
945
|
+
"source_org": "山东省教育招生考试院 sdzk.cn / eol 转载",
|
|
946
|
+
"year_verified_from": "title+url",
|
|
947
|
+
"format": "html_table",
|
|
948
|
+
"notes": "夏季高考文化成绩一分一段表(全体列),并排版式取 0,1,2 列+trust_cum,548 行。(已入库,见 cli/data/yifenyiduan/)",
|
|
949
|
+
"official_url": "https://www.sdzk.cn/NewsInfo.aspx?NewsID=7258",
|
|
950
|
+
"eol_url": "https://gaokao.eol.cn/shan_dong/dongtai/202606/t20260625_2749145.shtml"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"province": "辽宁",
|
|
954
|
+
"year": 2026,
|
|
955
|
+
"regime": "3+1+2",
|
|
956
|
+
"tracks": [
|
|
957
|
+
"物理类",
|
|
958
|
+
"历史类"
|
|
959
|
+
],
|
|
960
|
+
"status": "ingested",
|
|
961
|
+
"source_url": "https://www.lnzsks.com/lnzkbfiles/2026/lns2026gkcjtjb0624clhptlw02.pdf",
|
|
962
|
+
"source_org": "辽宁招生考试之窗 lnzsks.com",
|
|
963
|
+
"year_verified_from": "title+url",
|
|
964
|
+
"format": "pdf_textlayer",
|
|
965
|
+
"notes": "成绩统计表 官方 PDF 文本层。(已入库,见 cli/data/yifenyiduan/)",
|
|
966
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847495.html"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"province": "吉林",
|
|
970
|
+
"year": 2026,
|
|
971
|
+
"regime": "3+1+2",
|
|
972
|
+
"tracks": [
|
|
973
|
+
"物理类",
|
|
974
|
+
"历史类"
|
|
975
|
+
],
|
|
976
|
+
"status": "ingested",
|
|
977
|
+
"source_url": "https://www.jleea.com.cn/u/cms/www/2026/06/25/2069968368907149314.pdf",
|
|
978
|
+
"source_org": "吉林省教育考试院 jleea.com.cn",
|
|
979
|
+
"year_verified_from": "title+url",
|
|
980
|
+
"format": "html_table",
|
|
981
|
+
"notes": "普通1分段表(含照顾分) 官方 PDF。(已入库,见 cli/data/yifenyiduan/)",
|
|
982
|
+
"official_url": "https://www.jleea.com.cn/site1/xiangqingye/202730/"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"province": "安徽",
|
|
986
|
+
"year": 2026,
|
|
987
|
+
"regime": "3+1+2",
|
|
988
|
+
"tracks": [
|
|
989
|
+
"物理类",
|
|
990
|
+
"历史类"
|
|
991
|
+
],
|
|
992
|
+
"status": "ingested",
|
|
993
|
+
"source_url": "https://www.ahzsks.cn/ggl/8996.htm",
|
|
994
|
+
"source_org": "安徽省教育招生考试院 ahzsks.cn",
|
|
995
|
+
"year_verified_from": "title+url",
|
|
996
|
+
"format": "pdf_textlayer",
|
|
997
|
+
"notes": "成绩分档表(含加分) 官方 PDF 文本层(加密但可抽)。(已入库,见 cli/data/yifenyiduan/)",
|
|
998
|
+
"source_pdf_url": "https://www.ahzsks.cn/pic/file/20260625/20260625153758_335.pdf",
|
|
999
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847718.html"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"province": "广西",
|
|
1003
|
+
"year": 2026,
|
|
1004
|
+
"regime": "3+1+2",
|
|
1005
|
+
"tracks": [
|
|
1006
|
+
"物理类",
|
|
1007
|
+
"历史类"
|
|
1008
|
+
],
|
|
1009
|
+
"status": "ingested",
|
|
1010
|
+
"source_url": "https://www.gxeea.cn/2026yfyd/yifenyidang/2026_yifenyidang_wuli_qg.html",
|
|
1011
|
+
"source_org": "广西招生考试院 gxeea.cn",
|
|
1012
|
+
"year_verified_from": "title+url",
|
|
1013
|
+
"format": "html_table",
|
|
1014
|
+
"notes": "官方一分一档系统(全国性加分)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1015
|
+
"official_url": "https://www.gxeea.cn/2026yfyd/index.html"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"province": "陕西",
|
|
1019
|
+
"year": 2026,
|
|
1020
|
+
"regime": "3+1+2",
|
|
1021
|
+
"tracks": [
|
|
1022
|
+
"物理类",
|
|
1023
|
+
"历史类"
|
|
1024
|
+
],
|
|
1025
|
+
"status": "ingested",
|
|
1026
|
+
"source_url": "https://gaokao.eol.cn/shan_xi_sheng/dongtai/202606/t20260625_2749139.shtml",
|
|
1027
|
+
"source_org": "陕西省教育考试院 sneea.cn / eol 转载",
|
|
1028
|
+
"year_verified_from": "title+url",
|
|
1029
|
+
"format": "html_table",
|
|
1030
|
+
"notes": "一分一段表。(已入库,见 cli/data/yifenyiduan/)",
|
|
1031
|
+
"eol_url": "https://gaokao.eol.cn/shan_xi_sheng/dongtai/202606/t20260625_2749134.shtml"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"province": "宁夏",
|
|
1035
|
+
"year": 2026,
|
|
1036
|
+
"regime": "3+1+2",
|
|
1037
|
+
"tracks": [
|
|
1038
|
+
"物理类",
|
|
1039
|
+
"历史类"
|
|
1040
|
+
],
|
|
1041
|
+
"status": "ingested",
|
|
1042
|
+
"source_url": "https://gaokao.eol.cn/ning_xia/dongtai/202606/t20260625_2749197.shtml",
|
|
1043
|
+
"source_org": "宁夏教育考试院 nxjyks.cn / eol 转载",
|
|
1044
|
+
"year_verified_from": "title+url",
|
|
1045
|
+
"format": "html_table",
|
|
1046
|
+
"notes": "一分一段表(横向多分段块累计制,--multi-block-cumulative)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1047
|
+
"eol_url": "https://gaokao.eol.cn/ning_xia/dongtai/202606/t20260625_2749197.shtml",
|
|
1048
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847211.html"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"province": "重庆",
|
|
1052
|
+
"year": 2026,
|
|
1053
|
+
"regime": "3+1+2",
|
|
1054
|
+
"tracks": [
|
|
1055
|
+
"物理类",
|
|
1056
|
+
"历史类"
|
|
1057
|
+
],
|
|
1058
|
+
"status": "ingested",
|
|
1059
|
+
"source_url": "https://gaokao.eol.cn/chong_qing/dongtai/202606/t20260625_2748895.shtml",
|
|
1060
|
+
"source_org": "重庆市教育考试院 cqksy.cn / eol 转载",
|
|
1061
|
+
"year_verified_from": "title+url",
|
|
1062
|
+
"format": "html_table",
|
|
1063
|
+
"notes": "各类考生分数段表。(已入库,见 cli/data/yifenyiduan/)",
|
|
1064
|
+
"official_url": "https://www.cqksy.cn/uploadFile/infopub/2026/ptgk/yfd/fdb.htm"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"province": "河北",
|
|
1068
|
+
"year": 2026,
|
|
1069
|
+
"regime": "3+1+2",
|
|
1070
|
+
"tracks": [
|
|
1071
|
+
"物理类",
|
|
1072
|
+
"历史类"
|
|
1073
|
+
],
|
|
1074
|
+
"status": "ingested",
|
|
1075
|
+
"source_url": "https://gaokao.eol.cn/he_bei/dongtai/202606/t20260625_2748920.shtml",
|
|
1076
|
+
"source_org": "河北省教育考试院 hebeea.edu.cn / eol 转载",
|
|
1077
|
+
"year_verified_from": "title+url",
|
|
1078
|
+
"format": "html_table",
|
|
1079
|
+
"notes": "成绩统计表(物理/历史并排,--cols)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1080
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847629.html"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"province": "黑龙江",
|
|
1084
|
+
"year": 2026,
|
|
1085
|
+
"regime": "3+1+2",
|
|
1086
|
+
"tracks": [
|
|
1087
|
+
"物理类",
|
|
1088
|
+
"历史类"
|
|
1089
|
+
],
|
|
1090
|
+
"status": "ingested",
|
|
1091
|
+
"source_url": "https://gaokao.eol.cn/hei_long_jiang/dongtai/202606/t20260624_2748724.shtml",
|
|
1092
|
+
"source_org": "黑龙江省招生考试院 lzk.hl.cn / eol 转载",
|
|
1093
|
+
"year_verified_from": "title+url",
|
|
1094
|
+
"format": "html_table",
|
|
1095
|
+
"notes": "成绩一分段统计表。(已入库,见 cli/data/yifenyiduan/)",
|
|
1096
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847511.html"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"province": "河南",
|
|
1100
|
+
"year": 2026,
|
|
1101
|
+
"regime": "3+1+2",
|
|
1102
|
+
"tracks": [
|
|
1103
|
+
"物理类",
|
|
1104
|
+
"历史类"
|
|
1105
|
+
],
|
|
1106
|
+
"status": "ingested",
|
|
1107
|
+
"source_url": "https://www.hfplg.com/yfyd/373103q377.html",
|
|
1108
|
+
"source_org": "河南省教育考试院 haeea.cn / hfplg 转载",
|
|
1109
|
+
"year_verified_from": "title+url",
|
|
1110
|
+
"format": "html_table",
|
|
1111
|
+
"notes": "分数段统计表(位次区间制)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1112
|
+
"official_url": "https://www.haeea.cn/a/202606/43717_14a087d2.shtml"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"province": "内蒙古",
|
|
1116
|
+
"year": 2026,
|
|
1117
|
+
"regime": "3+1+2",
|
|
1118
|
+
"tracks": [
|
|
1119
|
+
"物理类",
|
|
1120
|
+
"历史类"
|
|
1121
|
+
],
|
|
1122
|
+
"status": "ingested",
|
|
1123
|
+
"source_url": "https://gaokao.eol.cn/nei_meng/dongtai/202606/t20260625_2748907.shtml",
|
|
1124
|
+
"source_org": "内蒙古教育招生考试中心 nm.zsks.cn / eol 转载",
|
|
1125
|
+
"year_verified_from": "title+url",
|
|
1126
|
+
"format": "html_table",
|
|
1127
|
+
"notes": "各科类各分数段人数统计表。(已入库,见 cli/data/yifenyiduan/)",
|
|
1128
|
+
"official_url": "https://www.nm.zsks.cn/fzlm/26gktj/"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"province": "青海",
|
|
1132
|
+
"year": 2026,
|
|
1133
|
+
"regime": "3+1+2",
|
|
1134
|
+
"tracks": [
|
|
1135
|
+
"物理类",
|
|
1136
|
+
"历史类"
|
|
1137
|
+
],
|
|
1138
|
+
"status": "ingested",
|
|
1139
|
+
"source_url": "https://gaokao.eol.cn/qing_hai/dongtai/202606/t20260625_2749052.shtml",
|
|
1140
|
+
"source_org": "青海省教育考试院 qhjyks.com / eol 转载",
|
|
1141
|
+
"year_verified_from": "title+url",
|
|
1142
|
+
"format": "html_table",
|
|
1143
|
+
"notes": "排序成绩一分一段统计表(投档类型前缀,--cols 2,3,4)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1144
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847238.html"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"province": "上海",
|
|
1148
|
+
"year": 2026,
|
|
1149
|
+
"regime": "3+3",
|
|
1150
|
+
"tracks": [
|
|
1151
|
+
"综合改革"
|
|
1152
|
+
],
|
|
1153
|
+
"status": "ingested",
|
|
1154
|
+
"source_url": "https://www.shmeea.edu.cn/download/20260623/2/0.pdf",
|
|
1155
|
+
"source_org": "上海市教育考试院 shmeea.edu.cn",
|
|
1156
|
+
"year_verified_from": "title+url",
|
|
1157
|
+
"format": "html_table",
|
|
1158
|
+
"notes": "本科阶段成绩分布表(高分段不公布),214 行(616→). PDF 文本层。(已入库,见 cli/data/yifenyiduan/)",
|
|
1159
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260624/2293844300.html"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"province": "江苏",
|
|
1163
|
+
"year": 2026,
|
|
1164
|
+
"regime": "3+1+2",
|
|
1165
|
+
"tracks": [
|
|
1166
|
+
"物理类",
|
|
1167
|
+
"历史类"
|
|
1168
|
+
],
|
|
1169
|
+
"status": "ingested",
|
|
1170
|
+
"source_url": "https://gaokao.eol.cn/jiang_su/dongtai/202606/t20260625_2748904.shtml",
|
|
1171
|
+
"source_org": "江苏省教育考试院 jseea.cn",
|
|
1172
|
+
"year_verified_from": "title+url",
|
|
1173
|
+
"format": "ocr_tesseract",
|
|
1174
|
+
"notes": "第一阶段逐分段统计表,官方仅 JPG 附件(jseea.cn 本环境 TLS 拦)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1175
|
+
"eol_url": "https://gaokao.eol.cn/jiang_su/dongtai/202606/t20260625_2748904.shtml"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"province": "福建",
|
|
1179
|
+
"year": 2026,
|
|
1180
|
+
"regime": "3+1+2",
|
|
1181
|
+
"tracks": [
|
|
1182
|
+
"物理类",
|
|
1183
|
+
"历史类"
|
|
1184
|
+
],
|
|
1185
|
+
"status": "ingested",
|
|
1186
|
+
"source_url": "http://www.eeafj.cn/gkptgkgsgg/20260625/14698.html",
|
|
1187
|
+
"source_org": "福建省教育考试院 eeafj.cn / eol+chsi 转载",
|
|
1188
|
+
"year_verified_from": "title+url",
|
|
1189
|
+
"format": "ocr_vision",
|
|
1190
|
+
"notes": "成绩分布(物理/历史科目组),全网仅 PNG 图片(每轨4张)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1191
|
+
"eol_url": "https://gaokao.eol.cn/fu_jian/dongtai/202606/t20260625_2748952.shtml",
|
|
1192
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847630.html"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"province": "湖北",
|
|
1196
|
+
"year": 2026,
|
|
1197
|
+
"regime": "3+1+2",
|
|
1198
|
+
"tracks": [
|
|
1199
|
+
"物理类",
|
|
1200
|
+
"历史类"
|
|
1201
|
+
],
|
|
1202
|
+
"status": "ingested",
|
|
1203
|
+
"source_url": "https://www.hbea.edu.cn/html/2026-06/15962.html",
|
|
1204
|
+
"source_org": "湖北省教育考试院 hbea.edu.cn",
|
|
1205
|
+
"year_verified_from": "title+url",
|
|
1206
|
+
"format": "ocr_vision",
|
|
1207
|
+
"notes": "总分一分一段统计表(首选物理/首选历史),官方仅 PNG(/files/2026-06/1-10.png)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1208
|
+
"eol_url": "https://gaokao.eol.cn/hu_bei/dongtai/",
|
|
1209
|
+
"chsi_url": "https://gaokao.chsi.com.cn/gkxx/zc/ss/202606/20260625/2293847748.html"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"province": "海南",
|
|
1213
|
+
"year": 2026,
|
|
1214
|
+
"regime": "3+3",
|
|
1215
|
+
"tracks": [
|
|
1216
|
+
"综合改革"
|
|
1217
|
+
],
|
|
1218
|
+
"status": "ingested",
|
|
1219
|
+
"source_url": "https://gaokao.eol.cn/news/202606/t20260625_2749368.shtml",
|
|
1220
|
+
"source_org": "海南省考试局 ea.hainan.gov.cn",
|
|
1221
|
+
"year_verified_from": "title+url",
|
|
1222
|
+
"format": "html_table",
|
|
1223
|
+
"notes": "6/25 仅出分数线;标准分制(~100-900)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1224
|
+
"eol_url": "https://gaokao.eol.cn/hai_nan/dongtai/"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"province": "浙江",
|
|
1228
|
+
"year": 2026,
|
|
1229
|
+
"regime": "3+3",
|
|
1230
|
+
"tracks": [
|
|
1231
|
+
"综合改革"
|
|
1232
|
+
],
|
|
1233
|
+
"status": "not_published",
|
|
1234
|
+
"source_url": "https://www.zjzs.net/col/col45/index.html",
|
|
1235
|
+
"source_org": "浙江省教育考试院 zjzs.net",
|
|
1236
|
+
"year_verified_from": "title+url",
|
|
1237
|
+
"format": "pending",
|
|
1238
|
+
"notes": "6/25 仅出各类别分数线(art_45_12449);普通类总分分数段表(2025 对应 art_45_11373)待发,多为 PDF。复查 col45 列表 id>12449。",
|
|
1239
|
+
"eol_url": "https://gaokao.eol.cn/zhe_jiang/dongtai/"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"province": "江西",
|
|
1243
|
+
"year": 2026,
|
|
1244
|
+
"regime": "3+1+2",
|
|
1245
|
+
"tracks": [
|
|
1246
|
+
"物理类",
|
|
1247
|
+
"历史类"
|
|
1248
|
+
],
|
|
1249
|
+
"status": "ingested",
|
|
1250
|
+
"source_url": "https://gaokao.eol.cn/jiang_xi/dongtai/202606/t20260625_2749328.shtml",
|
|
1251
|
+
"source_org": "江西省教育考试院 jxeea.cn",
|
|
1252
|
+
"year_verified_from": "title+url",
|
|
1253
|
+
"format": "html_table",
|
|
1254
|
+
"notes": "6/25 仅出录取控制线;一分一段预计 6/26 左右(gk100/hfplg 标注)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1255
|
+
"eol_url": "https://gaokao.eol.cn/jiang_xi/dongtai/"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"province": "湖南",
|
|
1259
|
+
"year": 2026,
|
|
1260
|
+
"regime": "3+1+2",
|
|
1261
|
+
"tracks": [
|
|
1262
|
+
"物理类",
|
|
1263
|
+
"历史类"
|
|
1264
|
+
],
|
|
1265
|
+
"status": "ingested",
|
|
1266
|
+
"source_url": "https://gaokao.eol.cn/hu_nan/dongtai/202606/t20260625_2749349.shtml",
|
|
1267
|
+
"source_org": "湖南省教育考试院 jyt.hunan.gov.cn / eol",
|
|
1268
|
+
"year_verified_from": "title+url",
|
|
1269
|
+
"format": "pending",
|
|
1270
|
+
"notes": "6/25 仅出分数线;总分1分段统计表待发。(已入库,见 cli/data/yifenyiduan/)",
|
|
1271
|
+
"official_url": "https://jyt.hunan.gov.cn/"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"province": "广东",
|
|
1275
|
+
"year": 2026,
|
|
1276
|
+
"regime": "3+1+2",
|
|
1277
|
+
"tracks": [
|
|
1278
|
+
"物理类",
|
|
1279
|
+
"历史类"
|
|
1280
|
+
],
|
|
1281
|
+
"status": "not_published",
|
|
1282
|
+
"source_url": "https://eea.gd.gov.cn/zwgk/sjfb/tjsj/",
|
|
1283
|
+
"source_org": "广东省教育考试院 eea.gd.gov.cn",
|
|
1284
|
+
"year_verified_from": "title+url",
|
|
1285
|
+
"format": "pending",
|
|
1286
|
+
"notes": "6/25 仅出录取最低分数线;各分数段数据走官方 ZIP 附件(2025=post_4734345.zip),2026 ZIP 尚未上线。需解压后 ingest。",
|
|
1287
|
+
"eol_url": "https://gaokao.eol.cn/guang_dong/dongtai/"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"province": "四川",
|
|
1291
|
+
"year": 2026,
|
|
1292
|
+
"regime": "3+1+2",
|
|
1293
|
+
"tracks": [
|
|
1294
|
+
"物理类",
|
|
1295
|
+
"历史类"
|
|
1296
|
+
],
|
|
1297
|
+
"status": "not_published",
|
|
1298
|
+
"source_url": "https://yfyd.sceeic.cn/",
|
|
1299
|
+
"source_org": "四川省教育考试院 sceea.cn / yfyd.sceeic.cn",
|
|
1300
|
+
"year_verified_from": "title+url",
|
|
1301
|
+
"format": "pending",
|
|
1302
|
+
"notes": "6/25 仅出分数线;官方一分一段查询平台 yfyd.sceeic.cn 显示'系统更新中'。2025 表 7/2 才发。预计~7/2复查。",
|
|
1303
|
+
"official_url": "https://www.sceea.cn/",
|
|
1304
|
+
"eol_url": "https://gaokao.eol.cn/si_chuan/dongtai/"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"province": "云南",
|
|
1308
|
+
"year": 2026,
|
|
1309
|
+
"regime": "3+1+2",
|
|
1310
|
+
"tracks": [
|
|
1311
|
+
"物理类",
|
|
1312
|
+
"历史类"
|
|
1313
|
+
],
|
|
1314
|
+
"status": "not_published",
|
|
1315
|
+
"source_url": "https://www.ynzs.cn/",
|
|
1316
|
+
"source_org": "云南省招生考试院 ynzs.cn",
|
|
1317
|
+
"year_verified_from": "title+url",
|
|
1318
|
+
"format": "pending",
|
|
1319
|
+
"notes": "6/25 官方仅以图片发布分数线;一分一段表(物理/历史)待发。复查 ynzs.cn 与 eol yun_nan 频道。",
|
|
1320
|
+
"eol_url": "https://gaokao.eol.cn/yun_nan/dongtai/"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"province": "甘肃",
|
|
1324
|
+
"year": 2026,
|
|
1325
|
+
"regime": "3+1+2",
|
|
1326
|
+
"tracks": [
|
|
1327
|
+
"物理类",
|
|
1328
|
+
"历史类"
|
|
1329
|
+
],
|
|
1330
|
+
"status": "not_published",
|
|
1331
|
+
"source_url": "https://www.ganseea.cn/",
|
|
1332
|
+
"source_org": "甘肃省教育考试院 ganseea.cn",
|
|
1333
|
+
"year_verified_from": "title+url",
|
|
1334
|
+
"format": "pending",
|
|
1335
|
+
"notes": "6/25 仅出录取分数线(图片);2025 一分一段表 7/2 才发。预计~7/初复查。",
|
|
1336
|
+
"eol_url": "https://gaokao.eol.cn/gan_su/dongtai/"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"province": "山西",
|
|
1340
|
+
"year": 2026,
|
|
1341
|
+
"regime": "3+1+2",
|
|
1342
|
+
"tracks": [
|
|
1343
|
+
"物理类",
|
|
1344
|
+
"历史类"
|
|
1345
|
+
],
|
|
1346
|
+
"status": "ingested",
|
|
1347
|
+
"source_url": "https://gaokao.eol.cn/shan_xi/dongtai/202606/t20260625_2749364.shtml",
|
|
1348
|
+
"source_org": "山西省招生考试管理中心 sxkszx.cn",
|
|
1349
|
+
"year_verified_from": "title+url",
|
|
1350
|
+
"format": "pending",
|
|
1351
|
+
"notes": "6/25 一分一段表待发。(已入库,见 cli/data/yifenyiduan/)",
|
|
1352
|
+
"eol_url": "https://gaokao.eol.cn/shan_xi/dongtai/"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"province": "贵州",
|
|
1356
|
+
"year": 2026,
|
|
1357
|
+
"regime": "3+1+2",
|
|
1358
|
+
"tracks": [
|
|
1359
|
+
"物理类",
|
|
1360
|
+
"历史类"
|
|
1361
|
+
],
|
|
1362
|
+
"status": "ingested",
|
|
1363
|
+
"source_url": "http://zsksy.guizhou.gov.cn/tzgg/202606/t20260625_90557425.html",
|
|
1364
|
+
"source_org": "贵州省招生考试院 eaagz.org.cn",
|
|
1365
|
+
"year_verified_from": "title+url",
|
|
1366
|
+
"format": "pending",
|
|
1367
|
+
"notes": "6/25 一分一段表待发(2025 为 PDF/图片)。(已入库,见 cli/data/yifenyiduan/)",
|
|
1368
|
+
"eol_url": "https://gaokao.eol.cn/gui_zhou/dongtai/"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"province": "新疆",
|
|
1372
|
+
"year": 2026,
|
|
1373
|
+
"regime": "old(文/理)",
|
|
1374
|
+
"tracks": [
|
|
1375
|
+
"理科",
|
|
1376
|
+
"文科"
|
|
1377
|
+
],
|
|
1378
|
+
"status": "not_published",
|
|
1379
|
+
"source_url": "https://www.xjzk.gov.cn/gkgz/ptgk/tzgg/",
|
|
1380
|
+
"source_org": "新疆维吾尔自治区教育考试院 xjzk.gov.cn",
|
|
1381
|
+
"year_verified_from": "title+url",
|
|
1382
|
+
"format": "pending",
|
|
1383
|
+
"notes": "老高考文/理(3+1+2 首届为 2027)。6/25 仅出投档控制线;成绩分段统计表随志愿填报发。理科/文科两表。",
|
|
1384
|
+
"eol_url": "https://gaokao.eol.cn/xin_jiang/dongtai/"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"province": "西藏",
|
|
1388
|
+
"year": 2026,
|
|
1389
|
+
"regime": "old(A/B双线+文/理)",
|
|
1390
|
+
"tracks": [
|
|
1391
|
+
"A类文科",
|
|
1392
|
+
"A类理科",
|
|
1393
|
+
"B类文科",
|
|
1394
|
+
"B类理科"
|
|
1395
|
+
],
|
|
1396
|
+
"status": "not_applicable",
|
|
1397
|
+
"source_url": "http://zsks.edu.xizang.gov.cn/",
|
|
1398
|
+
"source_org": "西藏自治区教育考试院",
|
|
1399
|
+
"year_verified_from": "title+url",
|
|
1400
|
+
"format": "none",
|
|
1401
|
+
"notes": "官方不发布逐分一分一段表,仅发各批次最低控制分数线。rank 列保持'不支持'。"
|
|
1402
|
+
}
|
|
1403
|
+
]
|
|
1404
|
+
}
|