feat: add demo mode anonymization

This commit is contained in:
2026-06-30 21:29:57 +07:00
parent 9b90140cfd
commit 06ee048afc
11 changed files with 205 additions and 82 deletions
+1
View File
@@ -9,6 +9,7 @@ export interface AppPreferences {
accent: string | null;
locale: AppLocale;
showDebugNav: boolean;
demoMode: boolean;
}
export interface AppConfig {