mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 05:29:17 +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>
|
<h2 class="text-lg font-bold">Commands</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{#if manifest}
|
{#if manifest}
|
||||||
{#each [...(manifest.customUiCmds ?? []), ...(manifest.templateUiCmds ?? [])] as cmd}
|
{#each [...(manifest.customUiCmds ?? []), ...(manifest.templateUiCmds ?? []), ...(manifest.headlessCmds ?? [])] as cmd}
|
||||||
<li>
|
<li>
|
||||||
<div class="flex items-center space-x-3">
|
<div class="flex items-center space-x-3">
|
||||||
{#if manifest}
|
{#if manifest}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user