diff --git a/client/i.html b/client/i.html index ede4cfc..786a0bc 100644 --- a/client/i.html +++ b/client/i.html @@ -1,12 +1,39 @@ - - - - - Luxsin X9 Controller - - -
- - + + + + + Luxsin X9 Controller + + + +
+ Loading… + + diff --git a/client/i.legacy.html b/client/i.legacy.html new file mode 100644 index 0000000..e00ea6e --- /dev/null +++ b/client/i.legacy.html @@ -0,0 +1,12 @@ + + + + + + Luxsin X9 Controller (Legacy) + + +
+ + + diff --git a/client/i.modern.html b/client/i.modern.html new file mode 100644 index 0000000..ede4cfc --- /dev/null +++ b/client/i.modern.html @@ -0,0 +1,12 @@ + + + + + + Luxsin X9 Controller + + +
+ + + diff --git a/client/public/vu/vu15_1.png b/client/public/vu/vu15_1.png deleted file mode 100644 index 15f4999..0000000 Binary files a/client/public/vu/vu15_1.png and /dev/null differ diff --git a/client/public/vu/vu16.png b/client/public/vu/vu16.png index bd8b854..335b829 100644 Binary files a/client/public/vu/vu16.png and b/client/public/vu/vu16.png differ diff --git a/client/src/App.tsx b/client/src/App.tsx index 0e77e35..517a4e5 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -21,7 +21,7 @@ import SelectPage from "./pages/SelectPage"; import CommunityPage from "./pages/CommunityPage"; import { AIDrawerProvider } from "./contexts/AIDrawerContext"; import DesktopAIShell from "./components/DesktopAIShell"; -import { appShellColumnClass, appShellGutterClass } from "./lib/appShell"; +import { appShellColumnClass, appShellOuterClass } from "./lib/appShell"; const EQPage = lazy(() => import("./pages/EQPage")); const EffectsPage = lazy(() => import("./pages/EffectsPage")); @@ -87,10 +87,8 @@ function App() { -
-
+
+
diff --git a/client/src/components/BottomNav.tsx b/client/src/components/BottomNav.tsx index d5b57e2..82504db 100644 --- a/client/src/components/BottomNav.tsx +++ b/client/src/components/BottomNav.tsx @@ -22,7 +22,7 @@ import { } from "lucide-react"; import { Link, useLocation } from "wouter"; import { useMemo } from "react"; -import { appShellColumnClass, appShellGutterClass } from "@/lib/appShell"; +import { bottomNavInnerClass, bottomNavOuterClass } from "@/lib/appShell"; type BottomNavLocale = NonNullable<(typeof localeZh)["bottomNav"]>; @@ -56,11 +56,9 @@ export default function BottomNav() { }, [deviceState?.language]); return ( -