env.example.js 217 B

123456789101112131415
  1. window.settings = {
  2. // 站点标题
  3. title: 'V2Board',
  4. // API
  5. host: '',
  6. // 主题
  7. theme: {
  8. sidebar: 'light',
  9. header: 'dark',
  10. color: 'default'
  11. },
  12. // 背景
  13. background_url: '',
  14. logo: ''
  15. }