[FEAT] Add back to project btn, extract GIFS into frames.

This commit is contained in:
2026-01-05 01:15:01 +01:00
parent 8e71d7379a
commit 77ae4bb429
8 changed files with 117 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ if (typeof window !== 'undefined') {
if (storedDarkMode !== null) {
darkMode.value = storedDarkMode === 'true';
} else {
darkMode.value = window.matchMedia('(prefers-color-scheme: dark)').matches;
darkMode.value = true;
}
}