Skip to content

Commit

Permalink
chore: add some award levels
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Mar 18, 2023
1 parent 015d451 commit 974a275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/OIerDb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,5 +487,8 @@ export const awardColors = {
国际金牌: '#ee961b',
国际银牌: '#939291',
国际铜牌: '#9c593b',
'前5%': '#ee961b',
'前15%': '#939291',
'前25%': '#9c593b',
},
awardLevels = Object.keys(awardColors);

0 comments on commit 974a275

Please sign in to comment.