mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 05:18:15 +00:00
enh: frontmatter version
This commit is contained in:
parent
9788633ce1
commit
51adb1c04a
@ -162,6 +162,14 @@
|
|||||||
{func.type}
|
{func.type}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{#if func?.meta?.manifest?.version}
|
||||||
|
<div
|
||||||
|
class="text-xs font-black px-1 rounded line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
|
||||||
|
>
|
||||||
|
v{func?.meta?.manifest?.version ?? ''}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div class=" line-clamp-1">
|
<div class=" line-clamp-1">
|
||||||
{func.name}
|
{func.name}
|
||||||
</div>
|
</div>
|
||||||
|
@ -156,6 +156,14 @@
|
|||||||
TOOL
|
TOOL
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{#if tool?.meta?.manifest?.version}
|
||||||
|
<div
|
||||||
|
class="text-xs font-black px-1 rounded line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
|
||||||
|
>
|
||||||
|
v{tool?.meta?.manifest?.version ?? ''}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div class="line-clamp-1">
|
<div class="line-clamp-1">
|
||||||
{tool.name}
|
{tool.name}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user