mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
refac: mermaid chart rendering
This commit is contained in:
parent
0b218bbb72
commit
1597e33a74
1 changed files with 48 additions and 44 deletions
|
|
@ -222,6 +222,9 @@ __builtins__.input = input`);
|
|||
</script>
|
||||
|
||||
<div class="my-2" dir="ltr">
|
||||
{#if lang === 'mermaid'}
|
||||
<pre class="mermaid">{code}</pre>
|
||||
{:else}
|
||||
<div
|
||||
class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 pb-0.5 rounded-t-lg overflow-x-auto"
|
||||
>
|
||||
|
|
@ -273,4 +276,5 @@ __builtins__.input = input`);
|
|||
<div class="text-sm">{stdout || stderr || result}</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue