Skip to content

Commit

Permalink
Merge pull request #53 from nini22P/dev
Browse files Browse the repository at this point in the history
add game: devils-journey
  • Loading branch information
nini22P authored Oct 24, 2024
2 parents d91e212 + 7e75005 commit 99cd6c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,13 @@ export const games: Game[] = [
releaseDate: '2024-07-10',
url: 'https://www.bilibili.com/video/BV1aH4y1w7g4/',
cover: 'xinxi.webp',
}
},
{
id: 'devils-journey',
title: '恶魔之旅',
developer: 'Zombie Ass',
releaseDate: '2024-10-24',
url: 'https://www.bilibili.com/video/BV1jRyfYjEuX/',
cover: 'devils-journey.webp',
},
]
Binary file added public/images/games/devils-journey.webp
Binary file not shown.

0 comments on commit 99cd6c7

Please sign in to comment.