fix ui tamplate

This commit is contained in:
2025-03-12 11:30:17 +08:00
parent 509b26894c
commit fca06c707d
19 changed files with 949 additions and 347 deletions

View File

@@ -1,11 +1,11 @@
import { HomeViewNew } from "@/app_modules/home";
import { V2_View_Home } from "@/app_modules/home/v2_home_view";
import { V3_View_Home } from "@/app_modules/home/v3_home_view";
export default async function PageHome() {
return (
<>
{/* <HomeViewNew /> */}
<V2_View_Home />
{/* <V2_View_Home /> */}
<V3_View_Home />
</>
);
}