Skip to content

Commit 974a275

Browse files
committed
chore: add some award levels
1 parent 015d451 commit 974a275

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libs/OIerDb.ts

+3
Original file line numberDiff line numberDiff line change
@@ -487,5 +487,8 @@ export const awardColors = {
487487
国际金牌: '#ee961b',
488488
国际银牌: '#939291',
489489
国际铜牌: '#9c593b',
490+
'前5%': '#ee961b',
491+
'前15%': '#939291',
492+
'前25%': '#9c593b',
490493
},
491494
awardLevels = Object.keys(awardColors);

0 commit comments

Comments
 (0)