export type MpNavItem = { key: string label: string to: string } export const mpNav: MpNavItem[] = [ { key: 'mp-home', label: '概览', to: '/mp' } ]