For AI agents: the complete documentation index is available at https://rspress.rs/zh/llms.txt, the full documentation bundle is available at https://rspress.rs/zh/llms-full.txt, and this page is available as Markdown at https://rspress.rs/zh/ui/layout-components/home-background.md.
import { HomeBackground as BasicHomeBackground } from '@rspress/core/theme-original';export function HomeBackground() { return <BasicHomeBackground className="my-custom-bg" />;}