Bug描述:
 启动electron时出现Failed to fetch extension, trying 4 more times的问题
解决方法:
 去src/background.js文件中进行代码注释工作
app.on('ready', async() => {// if (isDevelopment && !process.env.IS_TEST) {//   // Install Vue Devtools//   try {//     await installExtension(VUEJS_DEVTOOLS)//   } catch (e) {//     console.error('Vue Devtools failed to install:', e.toString())//   }// }createWindow()
})