提交 47e5c8db 编写于 作者: A ailululu

feat: 顶部导航路由

上级 52716220
......@@ -4,6 +4,29 @@ export const versions = [
{ name: '3.x', link: '/3x/' }
];
export const header = [
{
name: 'guide',
cName: '指南',
path: '/'
},
{
name: '/',
cName: '组件',
path: '/'
},
{
name: 'example',
cName: '示例',
path: '/'
},
{
name: 'resource',
cName: '资源',
path: '/resource'
}
];
export const docs = {
name: '指南',
packages: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册