Skip to content

Commit

Permalink
✨ feat: v4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Aug 27, 2024
1 parent 9856569 commit 8bceee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Achievement/goalMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const goalKeys = {
40: 'challenger-series-viii',
46: 'fontaine-dance-of-the-dew-white-springs-iii',
47: 'chenyus-splendor',
48: 'rhapsodia-in-the-ancient-sea',
49: 'challenger-series-ix',
50: 'imaginarium-theater-the-first-folio',
} as Record<number, string>
achevementsAmos.forEach((cat) => {
cat.key = goalKeys[cat.id] || cat.key.replace(/_/g, '-') || cat.id.toString()
Expand Down
1 change: 1 addition & 0 deletions src/views/Achievement/versionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@ const versionMap = {
82210: 4.7,
} as Record<number, number>
export const versionDateMap = {
5.0: new Date('2024-08-28'),
4.7: new Date('2024-06-05'),
4.6: new Date('2024-04-24'),
4.5: new Date('2024-03-13'),
Expand Down

0 comments on commit 8bceee1

Please sign in to comment.