07 2022 档案
摘要:在项目中使用require可能会需要以下配置: function createWindow(width,height) { const win = new BrowserWindow({ width, height, webPreferences: { nodeIntegration:true, /
阅读全文
摘要:一、主/渲染进程可使用的模块 在下面这个网址可以查到主进程和渲染进程可使用的模块。 https://www.electronjs.org/docs/latest/api/app 在主进程,可以使用app、autoUpdater、BrowerView、BrowserWindows、clipboard等
阅读全文