我正在使用 Electron 开发一个应用程序,目前正在开发关于面板。问题是我想在单独的行中将更多文本放入面板中,但我不知道该怎么做。还有有没有办法添加更多的图像,就像你在 iTunes 上看到的那样?
app.setAboutPanelOptions({
applicationName: "Hubris",
applicationVersion: "Beta version 1.0.0",
version: "Build 3.5.5",
credits: "Ethan Koehler-Bryant",
copyright: "© 2019 Koehler Games. All rights reserved."
});