config.ts 331 B

12345678910111213141516
  1. import MzConfig from '../core/config';
  2. export default MzConfig({
  3. title: 'open-assistant-cli',
  4. layout: {
  5. name: ' ',
  6. locale: false,
  7. fixSiderbar: true,
  8. appConfig: {}
  9. },
  10. request: {},
  11. initialState: {},
  12. model: {},
  13. antd: {},
  14. links: [{ rel: 'icon', href: '/logo.ico' }]
  15. });