/**
  * ----------------------------------------------
 * @describe: 默认配置
 */
{
  // -- 基础信息 --
  info: {
    name: '',
    startDate: '2021-01-01',
    avatar: '',
    blogIcon: '',
  },

  // -- 侧边栏 --
  sidebar: {
    navList: [],
    customList: {},
    infoBackground: '',
    titleMsg: '欢迎访问本博客~'
  },

  // -- 头图 --
  banner: {
    home: {
      background: [],
      title: [],
      titleSource: 'jinrishici',
    },
    article: {
      background: []
    }
  },

  // -- Loading --
  loading: {
    rebound: {
      tension: 16,
      friction: 5
    },
    spinner: {
      id: 'spinner',
      radius: 90,
      sides: 3,
      depth: 4,
      colors: {
        background: '#f0f0f0',
        stroke: '#272633',
        base: null,
        child: '#272633'
      },
      alwaysForward: true,
      restAt: 0.5,
      renderBase: false
    }
  },

  // -- fontIcon --
  fontIconExtend: '',

  // -- 进度条 --
  progressBar: {
    id: 'top-progress-bar',
    color: '#77b6ff',
    height: '2px',
    duration: 0.2
  },

  // -- 页面 title --
  title: {
    onblur: '(oﾟvﾟ)ノ Hi',
    onblurTime: 500,
    focus: '(*´∇｀*) 欢迎回来！',
    focusTime: 1000
  },

  // -- footer --
  footer: {
    text: {
      left: '',
      right: '',
      iconFont: {
        icon:  "icon-xl",
        color: "red",
        fontSize: "16px"
      }
    },
    style: 2
  },

  // -- 友情链接 --
  links: {
    footer: [],
    page: []
  },

  // -- cnzz(废弃) --
  cnzz: '',

  // -- 右下角菜单 --
  rtMenu: {
    qrCode: '',
    reward: {
      alipay: '',
      wechatpay: ''
    },
    downScrollDom: '',
  },

  // -- 日/夜模式 --
  switchDayNight: {
    enable: true,
    nightMode: false,
    auto: {
      enable: false,
      dayHour: 5,
      nightHour: 19
    }
  },

  // -- 动效 --
  animate: {
    bannerImages: {
      enable: false,
      options: {
        itemNum: 5,
        current: 0,
        sort: 1,
        time: 30000
      }
    },
    homeBanner: {
      enable: false,
      options: {
        radius: 15,
        density: 0.2,
        color: 'rgba(255,255,255, .2)',
        clearOffset: 0.3
      }
    },
    articleTitle: {
      enable: true
    },
    articleBanner: {
      enable: false
    },
    background: {
      enable: false,
      options: {
        colorSaturation: "60%",
        colorBrightness: "50%",
        colorAlpha: 0.5,
        colorCycleSpeed: 5,
        verticalPosition: "random",
        horizontalSpeed: 200,
        ribbonCount: 3,
        strokeSize: 0,
        parallaxAmount: -0.2,
        animateSections: true
      }
    },
    backgroundMouse: {
      enable: false
    },
    mouse: {
      enable: false,
      options: {
        size: 8,
        sizeF: 36
      }
    }
  },

  // -- 代码 --
  code: {
    type: '',  // hljs
    options: {
      hljs: {
        theme: 'atom-one-dark-reasonable',
        languages: []
      },
      maxHeight: '',
      fontSize: 14,
      line: false,
      macStyle: true,
    },
  },

  // -- 文章后缀 --
  articleSuffix: {
    imgUrl: '',
    aboutHtml: '',
    copyrightHtml: '',
    supportHtml: '',
  },

  // -- 文章目录 --
  articleDirectory: {
    position: 'right',
    minBodyWeight: 900,
    autoWidthScroll: false
  },

  // -- 控制台输出 --
  consoleList: [],

  // -- 书单信息 --
  bookList: [],

  // -- 钩子 --
  hooks: {},
}