Spaces:
Sleeping
Sleeping
Update src/lib/components/chat/Settings/About.svelte
Browse files
src/lib/components/chat/Settings/About.svelte
CHANGED
@@ -54,7 +54,7 @@
|
|
54 |
<div class="flex w-full justify-between items-center">
|
55 |
<div class="flex flex-col text-xs text-gray-700 dark:text-gray-200">
|
56 |
<div class="flex gap-1">
|
57 |
-
<Tooltip content={WEBUI_VERSION === '0.
|
58 |
v{WEBUI_VERSION}
|
59 |
</Tooltip>
|
60 |
|
@@ -106,37 +106,16 @@
|
|
106 |
|
107 |
<hr class=" dark:border-gray-700" />
|
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}{$i18n.t('
|
136 |
<a
|
137 |
class=" text-gray-500 dark:text-gray-300 font-medium"
|
138 |
-
href="https://
|
139 |
-
target="_blank">
|
140 |
>
|
141 |
</div>
|
142 |
</div>
|
|
|
54 |
<div class="flex w-full justify-between items-center">
|
55 |
<div class="flex flex-col text-xs text-gray-700 dark:text-gray-200">
|
56 |
<div class="flex gap-1">
|
57 |
+
<Tooltip content={WEBUI_VERSION === '0.3.15' ? "🪖 We're just getting started." : ''}>
|
58 |
v{WEBUI_VERSION}
|
59 |
</Tooltip>
|
60 |
|
|
|
106 |
|
107 |
<hr class=" dark:border-gray-700" />
|
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}{$i18n.t('版权所有')}
|
115 |
<a
|
116 |
class=" text-gray-500 dark:text-gray-300 font-medium"
|
117 |
+
href="https://czoffice.top/"
|
118 |
+
target="_blank">CZ工作室</a
|
119 |
>
|
120 |
</div>
|
121 |
</div>
|