export function tabOverview() { return { title: '概览', icon: 'fa fa-house', body: [ 'hello world' ] } }