chenyincheng
2022-12-23 3e0c7a2322569d1d3ac6b25e76f9d506caf907ce
electron/main/index.ts
@@ -66,7 +66,7 @@
async function createWindow() {
  win = new BrowserWindow({
    title: 'Main window',
    fullscreen: true,
    fullscreen: false,
    // autoHideMenuBar:true, 
    webPreferences: {
      preload: splash,
@@ -84,7 +84,6 @@
  // 测试推送消息到Renderer进程
  win.webContents.on('did-finish-load', () => {
    creatorKoa(win)
    win?.webContents.send('message-koa','nihao0-----')
    win?.webContents.send('getScreenTimeout',store.get('screenTimeout'))
    win?.webContents.send('getPcName',store.get('machineName'))
    win?.webContents.send('getConfigData',store.get('clientCode'),store.path)