mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
plugins: thumbnails in plugin list and hub
This commit is contained in:
parent
5ed58fb10f
commit
6aaa435a1d
6 changed files with 185 additions and 96 deletions
|
|
@ -515,6 +515,7 @@ const model = {
|
|||
action: "install_git",
|
||||
git_url: plugin.github,
|
||||
plugin_name: plugin.key,
|
||||
thumbnail_url: this.getThumbnailUrl(plugin) || "",
|
||||
});
|
||||
|
||||
if (!data.success) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue