feat(projects): add video document menu.

This commit is contained in:
Azir
2025-06-24 10:11:21 +08:00
parent ec20829a22
commit c816f4dc3b
6 changed files with 19 additions and 0 deletions

View File

@@ -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',