fix
This commit is contained in:
parent
09a2e450b5
commit
3302899da8
|
|
@ -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 />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue