feat(web/problem): add 2600 to difficulties
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-12-08 13:04:44 +08:00
parent 664fca166e
commit a1469a96ed
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -22,6 +22,7 @@ class UOJProblem {
2300, 2300,
2400, 2400,
2500, 2500,
2600,
2700, 2700,
2900, 2900,
3100, 3100,
@ -43,9 +44,10 @@ class UOJProblem {
2300 => '#ff8000', 2300 => '#ff8000',
2400 => '#ff8000', 2400 => '#ff8000',
2500 => '#ff8000', 2500 => '#ff8000',
2600 => '#ff0000',
2700 => '#ff0000', 2700 => '#ff0000',
2900 => '#ff0000', 2900 => '#ff0000',
3100 => '#ff0000', 3100 => '#aa0000',
3300 => '#aa0000', 3300 => '#aa0000',
3500 => '#aa0000', 3500 => '#aa0000',
]; ];