Polish title screen presentation

This commit is contained in:
2026-06-21 22:39:35 +09:00
parent 764df7edce
commit a9a72e9231
9 changed files with 353 additions and 58 deletions

4
src/vite-env.d.ts vendored
View File

@@ -1 +1,5 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly DEV: boolean;
}