页面优化

This commit is contained in:
yangy
2026-04-22 14:34:23 +08:00
parent 93375b8b9f
commit cd2e2de6d8
7 changed files with 5 additions and 2705 deletions
+2
View File
@@ -7,6 +7,7 @@
============================================================ */
import { useDevice } from "@/contexts/DeviceContext";
import { cn } from "@/lib/utils";
import BottomNav from "@/components/BottomNav";
import { ChevronLeft } from "lucide-react";
import { useLocation } from "wouter";
@@ -138,6 +139,7 @@ export default function IOPage() {
</div>
</div>
</div>
<BottomNav />
</div>
);
}
+2
View File
@@ -7,6 +7,7 @@
============================================================ */
import { useDevice } from "@/contexts/DeviceContext";
import { cn } from "@/lib/utils";
import BottomNav from "@/components/BottomNav";
import { Check, ChevronLeft } from "lucide-react";
import { useLocation } from "wouter";
@@ -83,6 +84,7 @@ export default function VUPage() {
);
})}
</div>
<BottomNav />
</div>
);
}