随笔分类 -  electron

主进程窗口全屏显示,设置无边框,取消菜单狼,导致点击事件失去作用 electron vue
摘要:async function createWindow() { // 注入小段css文件 // mainWindow.webContents.insertCSS(" body,html { -webkit-app-region: drag !important;}") // body,html { 阅读全文
posted @ 2022-08-17 14:43 阿术阿术 阅读(317) 评论(0) 推荐(0)
主进程中读取电脑mac地址,主机名,electron vue
摘要:1 async function createWindow() { 2 // 注入小段css文件 3 // mainWindow.webContents.insertCSS(" body,html { -webkit-app-region: drag !important;}") 4 // body 阅读全文
posted @ 2022-08-17 14:36 阿术阿术 阅读(1629) 评论(0) 推荐(0)