From f0325d8f2d53afe542606e31c19a0d67bd105105 Mon Sep 17 00:00:00 2001 From: wanghanlin <1533525126@qq.com> Date: Mon, 24 Aug 2026 13:55:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20AI=20=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E9=93=BE=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9E=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PipelineFlow.vue 增加导出 PNG/SVG 按钮,支持将当前渲染的流程图导出为高清图片 - 同步更新 static/sdk/test.html 构建产物资源引用 --- frontend/src/views/PipelineFlow.vue | 136 +++++++++++++++++++++++- src/main/resources/static/sdk/test.html | 14 +-- 2 files changed, 138 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/PipelineFlow.vue b/frontend/src/views/PipelineFlow.vue index 795555c..cbaacd3 100644 --- a/frontend/src/views/PipelineFlow.vue +++ b/frontend/src/views/PipelineFlow.vue @@ -1,11 +1,19 @@