在对应模块下运行:1
node-gyp rebuild --target=25.9.7 --arch=ia32 --dist-url=https://electronjs.org/headers
target
换成对应的Electron版本
在对应模块下运行:1
node-gyp rebuild --target=25.9.7 --arch=ia32 --dist-url=https://electronjs.org/headers
target
换成对应的Electron版本
1 | # ========================================================== |
在前端代码里面添加:1
2
3const devInnerWidth= 1920.0 // 开发时的InnerWidth
const zoomFactor = window.innerWidth / devInnerWidth;
require('electron').webFrame.setZoomFactor(zoomFactor);
1 | yum install -y gcc gcc-c++ |
1 | wget https://repo.mysql.com/yum/mysql-5.7-community/el/7/x86_64/mysql-community-common-5.7.39-1.el7.x86_64.rpm |