Spaces:
Paused
Paused
Update src/lib/components/chat/Settings/About.svelte
Browse files
src/lib/components/chat/Settings/About.svelte
CHANGED
|
@@ -106,38 +106,17 @@
|
|
| 106 |
|
| 107 |
<hr class=" dark:border-gray-850" />
|
| 108 |
|
| 109 |
-
|
| 110 |
-
<a href="https://discord.gg/5rJgQTnV4s" target="_blank">
|
| 111 |
-
<img
|
| 112 |
-
alt="Discord"
|
| 113 |
-
src="https://img.shields.io/badge/Discord-Open_WebUI-blue?logo=discord&logoColor=white"
|
| 114 |
-
/>
|
| 115 |
-
</a>
|
| 116 |
-
|
| 117 |
-
<a href="https://twitter.com/OpenWebUI" target="_blank">
|
| 118 |
-
<img
|
| 119 |
-
alt="X (formerly Twitter) Follow"
|
| 120 |
-
src="https://img.shields.io/twitter/follow/OpenWebUI"
|
| 121 |
-
/>
|
| 122 |
-
</a>
|
| 123 |
-
|
| 124 |
-
<a href="https://github.com/open-webui/open-webui" target="_blank">
|
| 125 |
-
<img
|
| 126 |
-
alt="Github Repo"
|
| 127 |
-
src="https://img.shields.io/github/stars/open-webui/open-webui?style=social&label=Star us on Github"
|
| 128 |
-
/>
|
| 129 |
-
</a>
|
| 130 |
-
</div>
|
| 131 |
|
| 132 |
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
| 133 |
{#if !$WEBUI_NAME.includes('Open WebUI')}
|
| 134 |
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
|
| 135 |
{/if}
|
| 136 |
-
{$i18n.t('
|
| 137 |
<a
|
| 138 |
class=" text-gray-500 dark:text-gray-300 font-medium"
|
| 139 |
-
href="https://
|
| 140 |
-
target="_blank">
|
| 141 |
>
|
| 142 |
</div>
|
| 143 |
</div>
|
|
|
|
| 106 |
|
| 107 |
<hr class=" dark:border-gray-850" />
|
| 108 |
|
| 109 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
| 112 |
{#if !$WEBUI_NAME.includes('Open WebUI')}
|
| 113 |
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
|
| 114 |
{/if}
|
| 115 |
+
{$i18n.t('版权所有')}
|
| 116 |
<a
|
| 117 |
class=" text-gray-500 dark:text-gray-300 font-medium"
|
| 118 |
+
href="https://ckim.czoffice.top/"
|
| 119 |
+
target="_blank">CZ工作室</a
|
| 120 |
>
|
| 121 |
</div>
|
| 122 |
</div>
|