可以使用Electron的`setAlwaysOnTop` API,设置窗口的`alwaysOnTop`属性为`true`,即可让窗口置顶于所有应用之上
win.setAlwaysOnTop(true);