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

zhibo系統開發發表於2022-04-19

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

{
    "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
}


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


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69978258/viewspace-2887764/,如需轉載,請註明出處,否則將追究法律責任。

相關文章