Electron Security Warning (Insecure Content-Security-Policy) This
renderer process has either no Content Security Policy set or a
policy with “unsafe-eval” enabled. This exposes users of this app to
unnecessary security risks.
For more information and help, consult
在main.js中添加
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true'