| 12345678910111213141516 | import MzConfig from '../core/config';export default MzConfig({    title: 'open-assistant-cli',    layout: {        name: ' ',        locale: false,        fixSiderbar: true,        appConfig: {}    },    request: {},    initialState: {},    model: {},    antd: {},    links: [{ rel: 'icon', href: '/logo.ico' }]});
 |