This commit is contained in:
root 2025-07-11 18:19:02 +08:00
parent 09a2e450b5
commit 3302899da8
1 changed files with 3 additions and 0 deletions

View File

@ -3,10 +3,13 @@ import WelcomeSection from '../components/WelcomeSection'
import QuickActions from '../components/QuickActions' import QuickActions from '../components/QuickActions'
import RecentProjects from '../components/RecentProjects' import RecentProjects from '../components/RecentProjects'
import FeaturesHighlight from '../components/FeaturesHighlight' import FeaturesHighlight from '../components/FeaturesHighlight'
import { VideoPlayer2 } from '@/components/VideoPlayer2'
const HomePage: React.FC = () => { const HomePage: React.FC = () => {
return ( return (
<div className="p-6 space-y-8"> <div className="p-6 space-y-8">
<VideoPlayer2 src={`"C:\\Users\\imeep\\Desktop\\mertial\\AI视频\\0630-交付素材2\\背景1\\1751264202864.mp4"`}/>
{/* Welcome Section */} {/* Welcome Section */}
<WelcomeSection /> <WelcomeSection />