123456789101112131415161718192021222324252627 |
- window.settings = {
- // 站点标题
- title: 'V2Board',
- // 站点描述
- description: 'V2Board is best',
- // API
- host: '',
- // 主题
- theme: {
- sidebar: 'light',
- header: 'dark',
- color: 'default'
- },
- // 背景
- background_url: '',
- // crisp
- crisp_id: '',
- i18n: [
- 'zh-CN',
- 'en-US',
- 'ja-JP',
- 'vi-VN',
- 'ko-KR',
- 'zh-TW',
- 'fa-IR'
- ]
- }
|