env.example.js 290 B

1234567891011121314151617
  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. // 需与V2Board设置中的后台路径一致
  16. secure_path: 'admin'
  17. }