From 885a13df704e3764adc7776ea71dea8f3a6d1843 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 8 Nov 2025 01:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=90=8E=E6=B5=81=E7=A8=8B=E7=BC=96=E6=8E=92=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=97=A0=E6=B3=95=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=8A=82=E7=82=B9=E5=88=97=E8=A1=A8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flows/components/Sidebar/NodePalette.vue | 32 +++++- .../core/features/flows/utils/nodeMetadata.js | 76 +++++++------- .../frontend/src/views/dev/NodeDetail.vue | 5 + .../src/views/dev/NodeMarketplace.vue | 5 + apps/jingrow/uv.lock | 99 +++++++++++++++++++ 5 files changed, 178 insertions(+), 39 deletions(-) diff --git a/apps/jingrow/frontend/src/core/features/flows/components/Sidebar/NodePalette.vue b/apps/jingrow/frontend/src/core/features/flows/components/Sidebar/NodePalette.vue index e23783c..d32898a 100644 --- a/apps/jingrow/frontend/src/core/features/flows/components/Sidebar/NodePalette.vue +++ b/apps/jingrow/frontend/src/core/features/flows/components/Sidebar/NodePalette.vue @@ -1,5 +1,5 @@