Working player, some other fixes

This commit is contained in:
2025-08-11 13:23:47 +09:30
parent a5f00515a5
commit 7773d7c3ea
9 changed files with 3378 additions and 602 deletions

2
src/env.d.ts vendored
View File

@@ -9,4 +9,6 @@ interface Window {
getDefaultTheme: () => "auto" | "dark" | "light";
};
navbarDisplay: "normal" | "transparent";
player: any;
playerIsInitialised: boolean;
}