添加了美化并添加了config对象,以便开启和关闭美化功能:
const config = {
background: {
enable: true,//是否修改背景,true=是,false=否,下同
cover: true,//是否开启背景暗角
src: "https://i0.imgs.ovh/2024/02/02/bsxwl.jpeg"//图床:imgloc.com,这是背景路径,填写你的背景图直链,(应该)不支持file:/// .
},
animation: {
transition: true//是否开启过渡动画(感觉好像没啥用的样子……)
}
};