From 6be970dcaf65a577ab6f89fd7cf9f8bc8e2ed5ce Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Mon, 6 Jul 2026 17:44:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=B4=E7=89=87=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=E6=94=B9=E4=B8=BA=E6=8C=89?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=AE=9E=E4=BE=8BpatchLayout=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - currentWorkflowHasPatchLayout 改为检查节点实例的 patchLayout 字段 - InputBar 工作流对接真实接口,禁用技能选择 - home/index.vue 移除 mock 数据,工作空间对接真实接口 - 工作空间增加预览/下载/删除功能 --- src/views/home/components/InputBar.vue | 91 +++++++-------------- src/views/home/index.vue | 108 ++++++++++--------------- src/views/settings/creation/index.vue | 15 +--- 3 files changed, 74 insertions(+), 140 deletions(-) diff --git a/src/views/home/components/InputBar.vue b/src/views/home/components/InputBar.vue index e3be96d..5bc9245 100644 --- a/src/views/home/components/InputBar.vue +++ b/src/views/home/components/InputBar.vue @@ -2,17 +2,12 @@
-
-
+
+
{{ commonWorkflows.find((w) => w.id === selectedWorkflowId)?.name }}
-
- - {{ skillLabels[selectedSkill] }} - -
@@ -31,28 +26,15 @@
- - - - - - + +
@@ -81,9 +63,10 @@