package.json "window": { "transparent": true } nw --enable-transparent-visuals --disable-gpu /path/of/project 参考链接:https://github.com/nwjs/nw.js/wiki/Transparency
package.json
"window": {
"transparent": true
}
nw --enable-transparent-visuals --disable-gpu /path/of/project
参考链接:https://github.com/nwjs/nw.js/wiki/Transparency