ZhangXianQiang
2024-05-31 c8e82bc631357dec57f1f31f71b987e77eb30499
dist-electron/background.js
@@ -9,6 +9,7 @@
  });
  if (process.env.VITE_DEV_SERVER_URL) {
    win.loadURL(process.env.VITE_DEV_SERVER_URL);
    win.webContents.openDevTools();
  } else {
    win.loadFile(join(__dirname, "../dist/index.html"));
  }