Skip to content

Commit 4a0baef

Browse files
add game
1 parent 52f231c commit 4a0baef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/games.ts

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export const homeGamesId: Game['id'][] = [
55
'elf-of-era-idols-project',
66
'observer',
77
'agnostic-requiem',
8-
'safe-house',
8+
// 'safe-house',
9+
'qinglian'
910
]
1011

1112
// 全部游戏
@@ -58,4 +59,12 @@ export const games: Game[] = [
5859
url: 'https://www.bilibili.com/video/BV1ru4m1K7uj/',
5960
cover: 'fayanshideshiyan.png',
6061
},
62+
{
63+
id: 'qinglian',
64+
title: '青恋',
65+
developer: '阿牛, NICE',
66+
releaseDate: '2024-06-28',
67+
url: 'https://store.steampowered.com/app/3043160/_/',
68+
cover: 'ql.png',
69+
},
6170
]

public/images/games/ql.png

85.3 KB
Loading

0 commit comments

Comments
 (0)