摘要: const { app, BrowserWindow, globalShortcut, webContents, Tray, Menu, } = require("electron"); let win = null; const createWindow = () => { win = new B 阅读全文
posted @ 2024-12-25 10:05 暖暖De幸福 阅读(54) 评论(0) 推荐(0)
摘要: const { app, BrowserWindow, globalShortcut, webContents } = require("electron"); app.on("ready", async () => { createWindow(); globalShortcut.register 阅读全文
posted @ 2024-12-25 09:44 暖暖De幸福 阅读(137) 评论(0) 推荐(0)