feat: 用户管理和数字人授权

This commit is contained in:
2024-08-20 03:36:25 +08:00
parent 777aecd1cb
commit 2bf4bfad81
17 changed files with 989 additions and 464 deletions

View File

@@ -17,18 +17,20 @@ const isDark = computed({
})
const links = [
{
label: '分身制课',
icon: 'tabler:books',
to: '/generation',
},
{
label: '聊天',
icon: 'tabler:message-chatbot',
to: '/aigc/chat',
},
{
label: '绘画',
icon: 'i-tabler-brush',
to: '/',
}, {
label: '聊天',
icon: 'i-tabler-message-2',
to: '/aigc/chat',
}, {
label: 'PPT',
icon: 'i-tabler-file-type-ppt',
to: '/aigc/generation',
to: '/aigc/draw',
},
]