theme.config.ts 617 B

1234567891011
  1. // APP CONFIG
  2. export const $themeConfig = {
  3. locale: 'zh', // en, da, de, el, es, fr, hu, it, ja, pl, pt, ru, sv, tr, zh
  4. theme: 'light', // light, dark, system
  5. menu: 'vertical', // vertical, collapsible-vertical, horizontal
  6. layout: 'full', // full, boxed-layout
  7. rtlClass: 'ltr', // rtl, ltr
  8. animation: '', // animate__fadeIn, animate__fadeInDown, animate__fadeInUp, animate__fadeInLeft, animate__fadeInRight, animate__slideInDown, animate__slideInLeft, animate__slideInRight, animate__zoomIn
  9. navbar: 'navbar-sticky', // navbar-sticky, navbar-floating, navbar-static
  10. semidark: false,
  11. };