feat: wip Course Generate

This commit is contained in:
2024-06-22 00:19:15 +08:00
parent 270f5e0199
commit 232be41284
14 changed files with 1090 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import ModalAuthentication from '~/components/ModalAuthentication.vue';
import ModalAuthentication from '~/components/ModalAuthentication.vue'
const colorMode = useColorMode()
const dayjs = useDayjs()
@@ -28,7 +28,7 @@ const links = [
}, {
label: 'PPT',
icon: 'i-tabler-file-type-ppt',
to: '/aigc/ppt-course-gen',
to: '/aigc/course-generate',
},
]