mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 15:00:16 +08:00
feat(projects): add video document menu.
This commit is contained in:
@@ -145,6 +145,18 @@ const customRoutes: CustomRoute[] = [
|
||||
href: 'https://docs.soybeanjs.cn/zh'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'document_video',
|
||||
path: '/document/video',
|
||||
component: 'view.iframe-page',
|
||||
meta: {
|
||||
title: 'document_video',
|
||||
i18nKey: 'route.document_video',
|
||||
order: 2,
|
||||
localIcon: 'logo',
|
||||
href: 'https://www.bilibili.com/video/BV1YKdRYXELC'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'document_unocss',
|
||||
path: '/document/unocss',
|
||||
|
||||
Reference in New Issue
Block a user