Skip to content

Commit

Permalink
add 2024obon
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzero committed Aug 5, 2024
1 parent 1e939f9 commit d1419bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const isDev = NODE_ENV === 'development'
export const featcherVersion = 3

export const events: Event[] = [
{ id: '2024gw', label: '2024GW', current: true },
{ id: '2024obon', label: '2024盆', current: true },
{ id: '2024gw', label: '2024GW' },
{ id: '2023winter', label: '2023冬' },
{ id: '2023obon', label: '2023盆' },
{ id: '2023gw', label: '2023GW' },
Expand All @@ -35,6 +36,7 @@ export const EE_CHAR: Record<number, string> = {
4: '!',
5: '❆',
6: '✿',
7: '❖',
}
export const EE_SEASON = Number(Object.keys(EE_CHAR).pop())

Expand Down

0 comments on commit d1419bf

Please sign in to comment.