gpt4 book ai didi

html - 如何在 Electron 的关于面板中添加更多图像和文本?

转载 作者:行者123 更新时间:2023-12-03 12:30:57 29 4
gpt4 key购买 nike

我正在使用 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."
});

最佳答案

这个库应该有你需要的所有功能。

openAboutWindow({
icon_path: 'path/to/icon.png'
});

https://github.com/rhysd/electron-about-window

如果您需要更多自由,也可以使用 use_inner_html 注入(inject)您自己的自定义 html。 .

关于html - 如何在 Electron 的关于面板中添加更多图像和文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58033644/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com