feat(web): polish sidebar shell and authentication UI

This commit is contained in:
2026-04-05 16:57:52 +08:00
parent eeee62c4e8
commit e8dd85ee65
8 changed files with 466 additions and 101 deletions
+3
View File
@@ -3,6 +3,9 @@ import { createRoot } from "react-dom/client";
import { BrowserRouter } from "react-router-dom";
import "./index.css";
import App from "./App.tsx";
import { applyThemeMode, loadThemeMode } from "@/services/theme-storage";
applyThemeMode(loadThemeMode());
createRoot(document.getElementById("root")!).render(
<StrictMode>