add
This commit is contained in:
parent
c6d57face4
commit
51c8f571fc
|
@ -37,10 +37,8 @@ export default function CourseDetailLayout() {
|
|||
transition={{ type: "spring", stiffness: 300, damping: 30 }}
|
||||
className="relative">
|
||||
<CourseDetailDisplayArea
|
||||
// course={course}
|
||||
// isLoading={isLoading}
|
||||
videoSrc="https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8"
|
||||
videoPoster="https://picsum.photos/800/450"
|
||||
// course={course}
|
||||
// isLoading={isLoading}
|
||||
/>
|
||||
</motion.div>
|
||||
{/* 课程大纲侧边栏 */}
|
||||
|
|
Loading…
Reference in New Issue