美文网首页
vscode 常用插件

vscode 常用插件

作者: 偶头像超凶 | 来源:发表于2021-03-08 01:56 被阅读0次
微信图片_20210308014829.png

background:右键扩展设置->setting.json

"background.customImages": [
  "D:/蔡雨/笔记/未标题-2.png"
],
"background.style": {
  "content": "''",
  "pointer-events": "none",
  "position": "absolute",
  "z-index": "99999",
  "width": "100%",
  "height": "100%",
  "background-position": "100% 100%",
  "background-repeat": "no-repeat",
  "opacity": 0.5
}

Vibrancy


微信图片_20210308015550.png

鼠标右键打开浏览器(选中html文件)


image.png

相关文章

网友评论

      本文标题:vscode 常用插件

      本文链接:https://www.haomeiwen.com/subject/quwuqltx.html