2021年11月2日
摘要: 总体来说有2种办法 第一种直接修改注册表 const {Registry} = require('rage-edit'); const {app } = require('electron'); module.exports = (cbSus,cbErr)=>{ Registry.set( 'HKC 阅读全文
posted @ 2021-11-02 11:08 清风&清风 阅读(1552) 评论(0) 推荐(0)
摘要: windows下配置项 第一步 找到C:\User\.npmrc文件,右键编辑 第二步 添加配置项: ; electron_mirror=https://npm.taobao.org/mirrors/electron/; electron-builder-binaries_mirror=https: 阅读全文
posted @ 2021-11-02 10:43 清风&清风 阅读(787) 评论(0) 推荐(0)