Skip to content

Commit 1a09617

Browse files
remove invalid game
1 parent ca25ffb commit 1a09617

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

data/games.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ export const homeGamesId: Game['id'][] = [
1212

1313
// 全部游戏
1414
export const games: Game[] = [
15-
{
16-
id: 'hoshinasuzu',
17-
title: '铃色☆记忆',
18-
developer: '星奈组',
19-
releaseDate: '2022-06-28',
20-
url: 'https://hoshinasuzu.cc/suzu-memory/',
21-
cover: 'suzu.webp',
22-
},
15+
// {
16+
// id: 'hoshinasuzu',
17+
// title: '铃色☆记忆',
18+
// developer: '星奈组',
19+
// releaseDate: '2022-06-28',
20+
// url: 'https://hoshinasuzu.cc/suzu-memory/',
21+
// cover: 'suzu.webp',
22+
// },
2323
{
2424
id: 'elf-of-era-idols-project',
2525
title: 'Elf of Era! Idols Project',

0 commit comments

Comments
 (0)