
<script type="text/javascript">
        window.cnblogsConfig = {
               title: { // 网页title
                onblur: 'diablo-427', // 网页失去焦点时，页面显示的文字
                onblurTime: 300, // 当页面失去焦点，页面title变化的延时时间，单位毫秒
                focus: '欢迎回来！', // 当页面获取焦点，页面title显示的文字；显示后，延时恢复原title。
              },
              info: { // 基础信息
                name: 'diablo-427', // 用户名
                startDate: '2022-01-12', // 入园时间，年-月-日。入园时间查看方法：鼠标停留园龄时间上，会显示入园时间
                avatar: 'https://images.cnblogs.com/cnblogs_com/blogs/765888/galleries/2282860/t_230306035650_pikaqiu.jpg', // 用户头像
                blogIcon: 'https://images.cnblogs.com/cnblogs_com/blogs/765888/galleries/2282860/t_230305100034_firstpage_backgroud.jpg', // 网站图标
              }, 
            animate: { // 动效
                homeBanner: { // 主页动效
                  enable: true,
                  options: {
                  radius: 15,
                  density: 0.05, // 密度
                  color: 'rgba(255,255,255, .2)', // 颜色设置，“random” 为随机颜色
                  clearOffset: 0.3,
                  }
                },
                articleBanner: { //文章页动效
                  enable: true,
                },
                background: { // 背景动效（动态彩带）
                  enable: true,
                },
              },
               code: { //代码
                type: 'hljs',
                options: { //渲染设置
                //语言识别范围https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md
                languages: ['Java', 'XML', 'JavaScript', 'Markdown', 'Json', 'Bash', 'C', 'kotlin'],
                //  theme: 'github-gist', //代码高亮主题，default、idea、googlecode、darcula、tomorrow-night
                theme: 'atelier-dune-dark',
                  line: true, // 行号
                  macStyle: true, //mac风格代码框样式
                }
              },
            }
    </script>
	<script src="https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@v2.1.0/dist/simpleMemory.js" defer>
	</script>
