env.example.js 205 B

1234567891011121314
  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. }