app.js 153 B

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