提交
This commit is contained in:
@ -14,6 +14,10 @@ const yaml = require("js-yaml");
|
||||
let Store = require('electron-store')
|
||||
Store.initRenderer();
|
||||
|
||||
process.on('unhandledRejection', (reason) => {
|
||||
console.error('主进程异步异常:', reason);
|
||||
});
|
||||
|
||||
|
||||
// 开发环境路径处理 - 确保添加正确的file协议
|
||||
const devSplashPath = path.resolve(
|
||||
|
||||
Reference in New Issue
Block a user