12345678910111213141516171819 |
- const Settings = {
- navTheme: 'light',
- // 拂晓蓝
- primaryColor: '#1890ff',
- layout: 'mix',
- headerTheme: 'light',
- contentWidth: 'Fluid',
- fixedHeader: false,
- fixSiderbar: true,
- colorWeak: false,
- title: 'FOURTH WALL',
- pwa: false,
- menu: {
- locale: false,
- },
- logo: './logo.png',
- // iconfontUrl: '//at.alicdn.com/t/font_3221810_t3g0tvsigf.js',
- };
- export default Settings;
|