From b027a3dd2459f8ed41240956a0a26bb12f993a67 Mon Sep 17 00:00:00 2001 From: Hhd <17835559578@163.com> Date: Mon, 17 Mar 2025 20:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=91=E4=BB=A3=E7=A0=81=E8=BF=90=E8=A1=8C=E6=94=AF=E6=8C=81?= =?UTF-8?q?JavaScript=E8=84=9A=E6=9C=AC=EF=BC=8C=E9=9C=80=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E4=B8=8EAgents-Flex=E5=90=8C=E6=AD=A5=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=90=8E=E5=8F=AF=E4=BD=BF=E7=94=A8=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BB=A3=E7=A0=81=E8=BE=93=E5=85=A5=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/components/nodes/CodeNode.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/nodes/CodeNode.svelte b/packages/ui/src/components/nodes/CodeNode.svelte index f54f292..80d3a0b 100644 --- a/packages/ui/src/components/nodes/CodeNode.svelte +++ b/packages/ui/src/components/nodes/CodeNode.svelte @@ -21,7 +21,8 @@ const engines = [ { label: 'QLExpress', value: 'qlexpress' }, - { label: 'Groovy', value: 'groovy' } + { label: 'Groovy', value: 'groovy' }, + { label: 'JavaScript', value: 'js' } ]; @@ -64,7 +65,7 @@
执行代码
-