app.js 183 B

12345678
  1. import theme from './theme';
  2. //默认配置
  3. export default {
  4. theme: 'light', //用户可选择类型:auto,light, dark
  5. color: theme.color[0],
  6. homeTheme: theme.home[0]
  7. }