SimonOriginal 1 年之前
父节点
当前提交
5958d8775c
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      src/lib/components/workspace/common/ManifestModal.svelte

+ 9 - 9
src/lib/components/workspace/common/ManifestModal.svelte

@@ -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
-								href={manifest.funding_url}
-								target="_blank"
-								class=" underline text-blue-400 hover:text-blue-300">{manifest.funding_url}</a
-							>
+							{$i18n.t('Support this plugin:')}
+							<a 
+							href={manifest.funding_url} 
+							target="_blank" 
+							class="underline text-blue-400 hover:text-blue-300">{manifest.funding_url}</a>
 						</div>
 						</div>
 					</div>
 					</div>