Update from obsidian -

Affected files:
.obsidian/workspace.json
config.ts
games/castlevania-symphony-of-the-night.md
games/phoenix-wright-ace-attorney-justice-for-all.md
games/phoenix-wright-ace-attorney-trials-and-tribulations.md
games/phoenix-wright-ace-attorney.md
projects/games.md
projects/personal-page-notes/One Game.md
projects/personal-page.md
projects/todos-notes/Rewrite neovim config.md
projects/todos.md
This commit is contained in:
Alexander Navarro 2023-09-17 10:49:32 -03:00
parent 6b406948b7
commit 9a4a9b5c12
11 changed files with 58 additions and 115 deletions

View file

@ -9,8 +9,6 @@ const games = defineCollection({
release: z.coerce.date(),
developers: z.array(z.string()),
genres: z.array(z.string()),
times_played: z.number(),
registered_hours: z.number().optional(),
status: z.enum([
'Backlog',
'On Line',
@ -20,6 +18,7 @@ const games = defineCollection({
'Want to Replay',
'Always Playable',
]),
times_played: z.number(),
}),
});