Skip to content

Commit

Permalink
feat(track.js): update WR
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyashi authored and github-actions[bot] committed Apr 30, 2024
1 parent 88ec437 commit 05e82d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/track.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const makeTrack = (trackName, code, nitaVSWR, nitaVSWRUrl, nitaAllCombinationWR,

const trackDict = Object.freeze({
MKS: makeTrack('マリオカートスタジアム', 'MKS', 139745, 'https://www.youtube.com/watch?v=lQH-iX37plc', 138637, ['マリカス']),
WP: makeTrack('ウォーターパーク', 'WP', 141575, 'https://youtu.be/ekGa6RD0N2c?si=LBjihd5-stidW8iW', 141163, ['ウォタパ']),
WP: makeTrack('ウォーターパーク', 'WP', 141443, 'https://youtu.be/pFPvN8M0rEo', 141163, ['ウォタパ']),
SSC: makeTrack('スイーツキャニオン', 'SSC', 153874, 'https://youtu.be/Egiq2yPXcZ8?feature=shared', 153874, ['スイキャニ']),
TR: makeTrack('ドッスンいせき', 'TR', 152714, 'https://www.youtube.com/watch?v=ph_5uW1RNwY', 151942, ['遺跡', 'ドッスン', 'いせき', 'ドッスン遺跡']),
MC: makeTrack('マリオサーキット', 'MC', 148005, 'https://youtu.be/38PFGM94xfo?si=Ip9Vo_Ht-Ez-aDzV', 148005, ['新マリサ', 'しんマリサ']),
Expand Down

0 comments on commit 05e82d4

Please sign in to comment.