energy 禁用命令行参数:app.SetCommandLineArgsDisabled(true), 同时可以使用 app.SetOnBeforeChildProcessLaunch 设置命令行参数. 设置命令行参数:app.SetOnBeforeChildProcessLaunch(func(commandLine ICefCommandLine) { ... })