module.exports = {
  /**
   * 箴ц捷�鋇脂� 羞沿�俄源蘂�theme-dark鐚�羌��俄源蘂�theme-light
   */
  sideTheme: 'theme-dark',

  /**
   * ����鎧膸�絽�絮���臀�
   */
  showSettings: false,

  /**
   * �����丞ず蕁狗�����
   */
  topNav: false,

  /**
   * �����丞ず tagsView
   */
  tagsView: true,

  /**
   * �����阪�紊顔��
   */
  fixedHeader: false,

  /**
   * �����丞ずlogo
   */
  sidebarLogo: true,

  /**
   * �����丞ず������蘂�
   */
  dynamicTitle: false,

  /**
   * @type {string | array} 'production' | ['production', 'development']
   * @description Need show err logs component.
   * The default is only used in the production env
   * If you want to also use it in dev, you can pass ['production', 'development']
   */
  errorLog: 'production'
}