env.example.js 139 B

12345678910
  1. window.v2board = {
  2. // 站点标题
  3. title: 'V2Board',
  4. // API
  5. host: '',
  6. // 主题
  7. theme: '1',
  8. // 背景
  9. background_url: ''
  10. }