const { app, BrowserWindow, } = require('electron') function createWindow () { const mainWindow = new BrowserWindow({ frame: false }) } app.
確定! 回上一頁