mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 08:58:42 +00:00
feat(web/problem): add 2600 to difficulties
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
664fca166e
commit
a1469a96ed
@ -22,6 +22,7 @@ class UOJProblem {
|
||||
2300,
|
||||
2400,
|
||||
2500,
|
||||
2600,
|
||||
2700,
|
||||
2900,
|
||||
3100,
|
||||
@ -43,9 +44,10 @@ class UOJProblem {
|
||||
2300 => '#ff8000',
|
||||
2400 => '#ff8000',
|
||||
2500 => '#ff8000',
|
||||
2600 => '#ff0000',
|
||||
2700 => '#ff0000',
|
||||
2900 => '#ff0000',
|
||||
3100 => '#ff0000',
|
||||
3100 => '#aa0000',
|
||||
3300 => '#aa0000',
|
||||
3500 => '#aa0000',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user