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

@@ -28,7 +28,7 @@ const links = [
}, {
label: 'PPT',
icon: 'i-tabler-file-type-ppt',
to: '/aigc/course-generate',
to: '/aigc/generation',
},
]
@@ -62,7 +62,7 @@ const open_login_modal = () => {
<header>
<h1 class="inline-flex flex-col">
<span class="text-lg text-neutral-600 dark:text-neutral-300 font-bold">眩生花 AI 助手</span>
<span class="text-xs text-neutral-600 dark:text-neutral-300">这里可以有一个副标题</span>
<span class="text-xs text-neutral-600 dark:text-neutral-300">XSH AI Assistant</span>
</h1>
<div class="hidden md:block">
<UHorizontalNavigation :links="links" class="select-none"/>