Skip to content

Commit 602fa9b

Browse files
committed
2026/4/30
1 parent 3d28643 commit 602fa9b

2 files changed

Lines changed: 23 additions & 10 deletions

File tree

WHKScore/backstation/VercelStage/Grades.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ function getPointStyles(data, maxRadius = 5, maxColor = '#ffa200ff', defaultRadi
6060

6161
// 静态数据作为备选方案
6262
const backupExamData = [
63+
{
64+
exam: '2026年4月学情检测',
65+
date: '2026-04-27',
66+
scores: {
67+
total: 541.5,
68+
chinese: 113.5,
69+
math: 87,
70+
english: 87,
71+
physics: 75,
72+
chemistry: 90,
73+
biology: 89
74+
}
75+
},
6376
{
6477
exam: '2026年4月7日部分校高考适应性考试',
6578
date: '2026-04-07',

WHKScore/script.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ let labels = [
1010
'2025年12月24日高三联考河南',
1111
'2026年2月期末考试',
1212
'2026年3月学情检测',
13-
'2026年4月7日部分校高考适应性考试'
13+
'2026年4月7日部分校高考适应性考试(成绩残缺)',
14+
'2026年4月学情检测'
1415
]
15-
16-
let whkzcj = [0,352,426,471,432,458,482,473.5,441,430];
17-
let yw = [0,79,75,91,102,94,94,85,103,86];
18-
let sx = [0,45,86,80,78,90,89,107.5,78];
19-
let yy = [0,81,79,86,57,100,94,84,73];
20-
let wl = [0,28,31,48,41,41,40,50,42];
21-
let hf = [0,55,80,79,68,69,76,72,70];
22-
let sf = [0,64,75,87,86,64,89,75,75];
23-
let pm = [1879,808,381,222,596,449,315,329,356,475];
16+
let whkzcj = [0,352,426,471,432,458,482,473.5,441,430,520.5];
17+
let yw = [0,79,75,91,102,94,94,85,103,86,98.5];
18+
let sx = [0,45,86,80,78,90,89,107.5,78,0,103];
19+
let yy = [0,81,79,86,57,100,94,84,73,0,98];
20+
let wl = [0,28,31,48,41,41,40,50,42,0,62];
21+
let hf = [0,55,80,79,68,69,76,72,70,0,81];
22+
let sf = [0,64,75,87,86,64,89,75,75,0,78];
23+
let pm = [1879,808,381,222,596,449,315,329,356,475,166];
2424

2525
// 分数段背景配置
2626
const scoreSegments = [

0 commit comments

Comments
 (0)