feat: course generation

This commit is contained in:
2024-08-08 18:04:48 +08:00
parent d3c43558fd
commit 24629f8720
22 changed files with 605 additions and 679 deletions

View File

@@ -3,7 +3,6 @@ import type { PropType } from 'vue'
import dayjs from 'dayjs'
import { useDownload } from '~/composables/useDownload'
import gsap from 'gsap'
import SRTEditor from '~/components/aigc/course-generate/SRTEditor.vue'
const toast = useToast()
const { metaSymbol } = useShortcuts()
@@ -285,7 +284,7 @@ const copyTaskId = (extraMessage?: string) => {
/>
</UCard>
</UModal>
<SRTEditor
<LazyAigcCourseGenerateSRTEditor
ref="srtEditor"
:course="course"
/>