feat: wip Course Generate
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user