feat: notes

This commit is contained in:
Timothy Jaeryang Baek
2025-05-03 18:16:32 +04:00
parent 7d184c3a14
commit 7fee84c06e
17 changed files with 801 additions and 44 deletions

View File

@@ -72,7 +72,7 @@
<svelte:head>
<title>
{$i18n.t('Knowledge')} | {$WEBUI_NAME}
{$i18n.t('Knowledge')} {$WEBUI_NAME}
</title>
</svelte:head>

View File

@@ -196,7 +196,7 @@
<svelte:head>
<title>
{$i18n.t('Models')} | {$WEBUI_NAME}
{$i18n.t('Models')} {$WEBUI_NAME}
</title>
</svelte:head>

View File

@@ -88,7 +88,7 @@
<svelte:head>
<title>
{$i18n.t('Prompts')} | {$WEBUI_NAME}
{$i18n.t('Prompts')} {$WEBUI_NAME}
</title>
</svelte:head>

View File

@@ -164,7 +164,7 @@
<svelte:head>
<title>
{$i18n.t('Tools')} | {$WEBUI_NAME}
{$i18n.t('Tools')} {$WEBUI_NAME}
</title>
</svelte:head>