feat: homets 化 创建类型定义文件

创建常量配置文件
 创建自定义 Hook
 创建组件目录
创建 HeroHeader 组件
创建 FeaturedFeatureCard 组件
创建 FeatureCard 组件
创建新的 HomePage.tsx
This commit is contained in:
zdl
2025-11-25 14:46:56 +08:00
parent 7c90ce19d2
commit 1200ccaf80

View File

@@ -0,0 +1,7 @@
// src/views/Home/components/index.ts
// HomePage 子组件统一导出
export { HeroBackground } from './HeroBackground';
export { HeroHeader } from './HeroHeader';
export { FeaturedFeatureCard } from './FeaturedFeatureCard';
export { FeatureCard } from './FeatureCard';