We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca25ffb commit 1a09617Copy full SHA for 1a09617
data/games.ts
@@ -12,14 +12,14 @@ export const homeGamesId: Game['id'][] = [
12
13
// 全部游戏
14
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
- },
+ // {
+ // id: 'hoshinasuzu',
+ // title: '铃色☆记忆',
+ // developer: '星奈组',
+ // releaseDate: '2022-06-28',
+ // url: 'https://hoshinasuzu.cc/suzu-memory/',
+ // cover: 'suzu.webp',
+ // },
23
{
24
id: 'elf-of-era-idols-project',
25
title: 'Elf of Era! Idols Project',
0 commit comments