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