feat: 用户管理和数字人授权
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user