mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 20:50:21 +00:00
refactor - plugin names and builtin plugins
This commit is contained in:
parent
f0946138be
commit
6515626242
133 changed files with 1327 additions and 743 deletions
|
|
@ -0,0 +1,11 @@
|
|||
<span x-data>
|
||||
<script type="module">
|
||||
import { store } from "/plugins/_plugin_installer/webui/pluginInstallStore.js";
|
||||
</script>
|
||||
|
||||
<button type="button"
|
||||
class="button confirm"
|
||||
@click="openModal('../plugins/_plugin_installer/webui/main.html')">
|
||||
<span class="icon material-symbols-outlined">add</span> Install
|
||||
</button>
|
||||
</span>
|
||||
Loading…
Add table
Add a link
Reference in a new issue