"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "bfbfdae1c5c8aa2f5b94d7f9738d70b061b4abe2"
Commit 5958d877 authored by SimonOriginal's avatar SimonOriginal
Browse files

refac 3

parent dfd5de93
...@@ -44,26 +44,26 @@ ...@@ -44,26 +44,26 @@
}} }}
> >
<div class="px-1 text-sm"> <div class="px-1 text-sm">
<div class=" my-2"> <div class="my-2">
{$i18n.t( {$i18n.t(
'The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.' 'The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.'
)} )}
</div> </div>
<div class=" my-2"> <div class="my-2">
{$i18n.t( {$i18n.t(
'Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.' 'Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.'
)} )}
</div> </div>
<hr class=" dark:border-gray-800 my-3" /> <hr class="dark:border-gray-800 my-3" />
<div class="my-2"> <div class="my-2">
{$i18n.t('Support this plugin:')} <a {$i18n.t('Support this plugin:')}
href={manifest.funding_url} <a
target="_blank" href={manifest.funding_url}
class=" underline text-blue-400 hover:text-blue-300">{manifest.funding_url}</a target="_blank"
> class="underline text-blue-400 hover:text-blue-300">{manifest.funding_url}</a>
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment