electron屏幕自动适配 发表于 2022-08-31 阅读次数: 在前端代码里面添加:123const devInnerWidth= 1920.0 // 开发时的InnerWidthconst zoomFactor = window.innerWidth / devInnerWidth;require('electron').webFrame.setZoomFactor(zoomFactor);