settings.js 294 B

1234567891011121314151617
  1. module.exports = {
  2. title: '遊戲',
  3. loginTitle: '登錄',
  4. /**
  5. * @type {boolean} true | false
  6. * @description Whether fix the header
  7. */
  8. fixedHeader: false,
  9. /**
  10. * @type {boolean} true | false
  11. * @description Whether show the logo in sidebar
  12. */
  13. sidebarLogo: false
  14. }