env.example.js 284 B

123456789101112131415161718
  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. // crisp
  17. crisp_id: ''
  18. }