打开VSCode安装目录,找到workbench.desktop.main.css文件
在最后一行添加以下代码:
body{ pointer-events:auto !important; background-size:100% !important; opacity: 0.8 !important; background-position: 0 0 !important; background-image: url(‘file://C:\Users/Administrator/Downloads/13.jpg‘) !important; content:‘‘; position:absolute; z-index:-1; width:100%; background-repeat:no-repeat; }
最后的效果
原文地址:https://www.cnblogs.com/wyzRain/p/12252286.html
时间: 2024-09-29 20:02:39