This commit is contained in:
ditiqi 2025-02-23 22:51:26 +08:00
parent c6d57face4
commit 51c8f571fc
1 changed files with 2 additions and 4 deletions

View File

@ -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>
{/* 课程大纲侧边栏 */}