ElectronJs:如何显示铬工具栏

ElectronJs: How to show chromium toolbar

我需要显示 chromium 工具栏,如下面的屏幕截图所示:

有没有办法在 ElectronJs 中实现这一点?

Electron 中没有内置的 address/tool 栏,如果你想要一个你必须自己创建它(使用 HTML、CSS 和 JS)。这也是 Electron 存储库中的 example of a custom address bar, and you may want to have a look at this issue