gant-core 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cli/index.js CHANGED
@@ -5953,7 +5953,7 @@ const defaultConfig = {
5953
5953
  },
5954
5954
  homePath: '/dashboard',
5955
5955
  headerMenu: true,
5956
- navType: 'breadcrumb',
5956
+ navType: 'tabs',
5957
5957
  },
5958
5958
  WATER_MARK_CONFIG: {
5959
5959
  fontSize: 18,
@@ -6323,6 +6323,7 @@ const getCssRules = (mode) => {
6323
6323
  modules: {
6324
6324
  // 启用CSS模块化
6325
6325
  localIdentName: '[name]__[local]--[hash:base64:5]',
6326
+ auto: true,
6326
6327
  },
6327
6328
  },
6328
6329
  },