Skip to content

Commit

Permalink
✨ feat: v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Nov 7, 2023
1 parent b77c06f commit 7b96413
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Achievement/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
v-model="selectAllCat"
label="全选本页"
size="large"
@change="(checked:boolean) => checkAllCat(checked)"
@change="(checked) => checkAllCat(checked as boolean)"
/>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/views/Achievement/goalMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const goalKeys = {
44: 'meetings-in-outrealm-series-iv',
45: 'fontaine-dance-of-the-dew-white-springs-ii',
40: 'challenger-series-viii',
46: 'fontaine-dance-of-the-dew-white-springs-iii',
} as Record<number, string>
achevementsAmos.forEach((cat) => {
cat.key = goalKeys[cat.id] || cat.key.replace(/_/g, '-') || cat.id.toString()
Expand Down
49 changes: 49 additions & 0 deletions src/views/Achievement/versionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,57 @@ const versionMap = {
82183: 4.1,
82182: 4.1,
82181: 4.1,

81406: 4.2,
81407: 4.2,
81408: 4.2,
81409: 4.2,
81411: 4.2,
81414: 4.2,
81415: 4.2,
81416: 4.2,
81417: 4.2,
81418: 4.2,
81419: 4.2,
81422: 4.2,
81423: 4.2,
81424: 4.2,
81426: 4.2,
81425: 4.2,
81427: 4.2,
81428: 4.2,
81430: 4.2,
81429: 4.2,
81431: 4.2,
81434: 4.2,
81433: 4.2,
81432: 4.2,
81436: 4.2,
81435: 4.2,
84312: 4.2,
82188: 4.2,
82187: 4.2,
84315: 4.2,
84314: 4.2,
84313: 4.2,
84316: 4.2,
80299: 4.2,
80298: 4.2,
80297: 4.2,
80296: 4.2,
80295: 4.2,
80294: 4.2,
80293: 4.2,
80292: 4.2,
80291: 4.2,
80290: 4.2,
80289: 4.2,
80288: 4.2,
80287: 4.2,
80286: 4.2,
} as Record<number, number>
export const versionDateMap = {
4.2: new Date('2023-11-08'),
4.1: new Date('2023-09-27'),
4.0: new Date('2023-08-16'),
3.8: new Date('2023-07-05'),
Expand Down

0 comments on commit 7b96413

Please sign in to comment.