原因:未在主进程中初始化Electron-store版本:"electron-store":"^8.0.1"需要在主进程中初始化('electron-store');//初始化Store.initRenderer();使用constStore=require('electron-store');varstore=newStore();varoptions={名称:options.name||空,数据:options.data||null};store.set(options.name,options.data);
