首页 > TAG信息列表 > AppWindow

封装 公共 window

const { BrowserWindow } = require('electron') class AppWindow extends BrowserWindow {     constructor(config,urlLocation){         const basicConfig = {             width:1024,             height:680,             webPreferences:{  

封装公共窗口

---------- 封装公共窗口 -----------------  class AppWindow extends BrowserWindow {   constructor(config,fileLocation){     const baseConfig = {       width: 800,       height: 600,       webPreferences: {         nodeIntegration: true