我有什么在安装和配置方面officialdocumentation陈述如下:AllyouhavetodonowisimportinstallExtension,{REACT_DEVELOPER_TOOLS}from'electron-devtools-installer';installExtension(REACT_DEVELOPER_TOOLS).then((name)=>console.log(`AddedExtension:${name}`)).catch((err)=>console.log('Anerroroccurred:',err));这有点简洁。问题我应该把这段代码放