env.example.js 257 B

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