mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
feat: add headless command list to store detail component
This commit is contained in:
parent
cc5d9cf3a0
commit
d1712c6a7f
@ -260,7 +260,7 @@
|
||||
<h2 class="text-lg font-bold">Commands</h2>
|
||||
<ul>
|
||||
{#if manifest}
|
||||
{#each [...(manifest.customUiCmds ?? []), ...(manifest.templateUiCmds ?? [])] as cmd}
|
||||
{#each [...(manifest.customUiCmds ?? []), ...(manifest.templateUiCmds ?? []), ...(manifest.headlessCmds ?? [])] as cmd}
|
||||
<li>
|
||||
<div class="flex items-center space-x-3">
|
||||
{#if manifest}
|
||||
|
Loading…
x
Reference in New Issue
Block a user