This commit is contained in:
Li1304553726 2025-11-19 08:23:22 +08:00
parent bc101a5eed
commit e8dc70538b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import { FhywPage } from "@/components/FireNews/fhyw";
import { FhjtPage } from "@/components/FireNews/fhjt";
import { FhwsPage } from "@/components/FireNews/fhws";
import { FhrxPage } from "@/components/FireNews/fhrx";
import { AutoCarouselDemo } from "@/components/AutoCarousel";
export function meta( ) {
return [
{ title: "New React Router App" },
@ -32,6 +33,7 @@ export default function Home() {
<FhwsPage/>
<FhrxPage />
<CultureBgPage />
<AutoCarouselDemo />
<Integrated />
</div>
);