33 lines
557 B
JavaScript
33 lines
557 B
JavaScript
|
|
export default [{
|
|
groupName: '组件',
|
|
groupName_en: 'components',
|
|
list: [{
|
|
path: '/pages/example/components',
|
|
icon: 'color',
|
|
title: 'components 组件',
|
|
title_en: 'components',
|
|
}]
|
|
},
|
|
{
|
|
groupName: '工具',
|
|
groupName_en: 'tools',
|
|
list: [{
|
|
path: '/pages/example/js',
|
|
icon: 'http',
|
|
title: 'tool 工具',
|
|
title_en: 'Tool',
|
|
}]
|
|
},
|
|
{
|
|
groupName: '模板',
|
|
groupName_en: 'templates',
|
|
list: [{
|
|
path: '/pages/example/template',
|
|
icon: 'wxCenter',
|
|
title: 'template 模板',
|
|
title_en: 'template',
|
|
}]
|
|
}
|
|
]
|