🐛 fix(SRTEditor): 标记一处疑似 Bug

This commit is contained in:
2025-01-12 01:53:53 +08:00
parent e401133774
commit 2dd93a43bf
2 changed files with 6 additions and 5 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/generation/SRTEditor.vue'
const toast = useToast()
const { metaSymbol } = useShortcuts()
@@ -288,7 +287,7 @@ const onCombination = () => {
</UProgress>
</UCard>
</UModal>
<SRTEditor ref="srtEditor" :course="course" />
<AigcGenerationSRTEditor ref="srtEditor" :course="course" />
</div>
</template>