1. 程式人生 > 其它 >小視訊原始碼,在編輯器中新增自定義的圖片

小視訊原始碼,在編輯器中新增自定義的圖片

小視訊原始碼,在編輯器中新增自定義的圖片實現的相關程式碼

 

{
    "window.zoomLevel": 1,
    "workbench.colorTheme": "WeChat Dark",
    "files.associations": {
        "*.cjson": "jsonc",
        "*.wxss": "css",
        "*.wxs": "javascript"
    },
    "emmet.includeLanguages": {
        "wxml": "html"
    },
    "minapp-vscode.disableAutoConfig": true,
    "background.loop": true,
    "background.enabled": true,
    "background.useDefault": false,
    "background.customImages": [
    
    "file:///D:BaiduNetdiskDownload/vscodeBackground/chu.gif"
    ],
    "background.style": {
    
    "content": "''",
    "pointer-events": "none",
    "position": "absolute",
    "z-index": "99999",
    "width": "100%",
    "height": "100%",
    "background-position": "center",
    "background-repeat": "no-repeat",
    "background-size": "100%,100%",
    "opacity": 0.1
    },
    "editor.unicodeHighlight.nonBasicASCII": false,
    "editor.unicodeHighlight.ambiguousCharacters": false,
    "editor.codeActionsOnSave": null
}

以上就是小視訊原始碼,在編輯器中新增自定義的圖片實現的相關程式碼, 更多內容歡迎關注之後的文章