Skip to content

Commit

Permalink
add game
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Jun 28, 2024
1 parent 52f231c commit 4a0baef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion data/games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const homeGamesId: Game['id'][] = [
'elf-of-era-idols-project',
'observer',
'agnostic-requiem',
'safe-house',
// 'safe-house',
'qinglian'
]

// 全部游戏
Expand Down Expand Up @@ -58,4 +59,12 @@ export const games: Game[] = [
url: 'https://www.bilibili.com/video/BV1ru4m1K7uj/',
cover: 'fayanshideshiyan.png',
},
{
id: 'qinglian',
title: '青恋',
developer: '阿牛, NICE',
releaseDate: '2024-06-28',
url: 'https://store.steampowered.com/app/3043160/_/',
cover: 'ql.png',
},
]
Binary file added public/images/games/ql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a0baef

Please sign in to comment.