SimonOriginal 9 月之前
父節點
當前提交
3668179dfe
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/lib/components/workspace/Tools.svelte
  2. 1 1
      src/lib/components/workspace/Tools/ToolkitEditor.svelte

+ 1 - 1
src/lib/components/workspace/Tools.svelte

@@ -440,7 +440,7 @@
 
 
 			<ul class=" mt-1 list-disc pl-4 text-xs">
 			<ul class=" mt-1 list-disc pl-4 text-xs">
 				<li>
 				<li>
-						{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.
+					{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.
 				</li>
 				</li>
 				<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
 				<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
 			</ul>
 			</ul>

+ 1 - 1
src/lib/components/workspace/Tools/ToolkitEditor.svelte

@@ -270,7 +270,7 @@ class Tools:
 
 
 			<ul class=" mt-1 list-disc pl-4 text-xs">
 			<ul class=" mt-1 list-disc pl-4 text-xs">
 				<li>
 				<li>
-						{$i18n.t('Tools have a function calling system that allows arbitrary code execution.')}
+					{$i18n.t('Tools have a function calling system that allows arbitrary code execution.')}
 				</li>
 				</li>
 				<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
 				<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
 			</ul>
 			</ul>