- added modal for developer options

This commit is contained in:
2025-12-12 13:51:11 +00:00
parent 430d134037
commit 5dc1d13e25
10 changed files with 3861 additions and 448 deletions

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

@@ -1 +1,6 @@
/// <reference types="vite/client" />
declare const __APP_NAME__: string;
declare const __APP_VERSION__: string;
declare const __GIT_COMMIT__: string;
declare const __GIT_TIMESTAMP__: string;