feat: light mode variations for the loading screen

This commit is contained in:
2026-08-26 16:47:41 +09:30
parent 7685df564d
commit a93c3ccda7
12 changed files with 223 additions and 40 deletions
+1
View File
@@ -84,6 +84,7 @@ const OMIT_FROM_UPLOAD_EXACT = new Set<string>([
...CLIENT_ONLY_CLOUD_KEYS_EXACT,
"devMode",
"devGhReleaseVersionOverride",
"devDelayLoadingScreen",
]);
const UNSAFE_STORAGE_KEYS = new Set(["__proto__", "constructor", "prototype"]);