loulijun2021
2023-05-31 f3c578b9ed1d5f6b6271d3c03f9d30352a9c2c2c
src/settings.js
@@ -13,6 +13,25 @@
   * @description Whether show the logo in sidebar
   */
  sidebarLogo: false,
  tagsView: true // tagsView显隐控制
  /**
   * @type {boolean} true | false
   * @description Whether show the settings right-panel
   */
  showSettings: true,
  /**
   * @type {boolean} true | false
   * @description Whether need tagsView
   */
  tagsView: true,
  headBackgroundColorValue: false, // 头部背景颜色
  menuIsHorizontal: false, // 菜单是否是横屏
  leftBackgroundColorValue: true, // 左侧栏背景颜色
  animationType: 'fade-transform'// 动画类型     初始类型:fade-transform
}