随笔分类 - Electron
摘要:在用 electron builder 打包时,时常会出现 “The process cannot access the file because it is being used by another process.” 这个报错,字面意思是因另外一个进程在使用文件,所以现在不能操作此文件。报错如
阅读全文
摘要:一、默认最大化 win = new BrowserWindow({show: false}) win.maximize() win.show() 二、默认全屏 win = new BrowserWindow({fullscreen: true}) 参考: https://electronjs.org
阅读全文

浙公网安备 33010602011771号