二次元-爱门
搜索background
推荐一个背景透明化的在线工具transparent.imageonline.co/cn/
//全局settings.jsoon新加配置
"background.useFront": true,
"background.useDefault": false, //是否使用默认图片
"background.customImages": ["file:///C:/Users/xt05/Pictures/Elysia2.png"],// 前缀必须是file:///
"background.style": {
"background-position": "100% 100%",
"background-size": "auto",
"opacity": 0.4//透明度
//有其他属性需要的自己加
},
// "background.fullscreen": {
// "images": [],全屏背景
// "opacity": 0.91,
// "size": "cover",
// "position": "center",
// "interval": 0
// },