create project
This commit is contained in:
22
web/src/views/workflow/StoryboardGeneration.vue
Normal file
22
web/src/views/workflow/StoryboardGeneration.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<div class="storyboard-generation">
|
||||
<el-empty description="分镜拆解功能开发中" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
defineProps<{
|
||||
dramaId: string
|
||||
episodeId: string
|
||||
}>()
|
||||
|
||||
defineEmits<{
|
||||
storyboardGenerated: []
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.storyboard-generation {
|
||||
padding: 24px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user