2910410219 0e6381d2b3 1. 上游节点输出引用(核心功能)
- 新增 upstreamNodes computed:遍历当前选中节点的前驱链路,仅 model / http / form 三类节点被识别为有输出的节点
  - 新增 getNodeOutputFields,按节点类型提取可引用字段:
    - form → formConfig 的字段
    - http → response schema 的叶子字段
    - model → modelResponseBodyMapping(模型返回参数)的 key
    - 开始节点 → runFormFields(运行表单字段),从而让下游节点能引用"用户填的运行表单"作为输出

  2. 开始节点运行表单字段聚合
  - syncRunFormFields + 深监听:开始节点 formConfig 变化时自动聚合字段,存为 runFormFields,作为开始节点自身可被下游引用的输出

  3. 模型返回参数
  - handleModelConfirm 用 stripReadonlyFields 清理 requestBodyMapping 冗余字段,同时保存 modelResponseBodyMapping 供下游引用
  - 保存时 collectExposedFields 提取对外暴露字段存 modelFormFields

  4. 提示词 / 反向提示词
  - 保存 prompt、negativePrompt、runFormFields 到节点 DSL

  5. 其他
  - nodeTypes 用 markRaw 包裹 FlowNode,修复 Vue 警告
  - buildNodeFormConfigFromDsl 的 responseType 匹配改为兼容 key/value 两种取值
2026-08-12 17:26:58 +08:00
2026-07-06 16:08:02 +08:00
2026-06-26 15:16:50 +08:00
2026-04-24 09:36:56 +08:00
2026-05-27 11:24:51 +08:00
2026-06-17 09:55:30 +08:00
2025-11-20 09:41:24 +08:00
2025-11-20 09:10:35 +08:00
2026-06-26 15:58:00 +08:00
2025-11-22 12:02:35 +08:00
2025-11-20 09:10:35 +08:00
2026-07-08 13:06:19 +08:00
2026-07-14 11:03:46 +08:00
2025-11-20 09:10:35 +08:00
2025-11-20 09:10:35 +08:00
2025-11-20 09:10:35 +08:00
2026-06-25 13:32:52 +08:00
2025-11-20 09:10:35 +08:00
2025-11-20 09:10:35 +08:00

🌈 介绍

基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。

🚧 安装 cnpm、yarn

  • 复制代码(桌面 cmd 运行) npm install -g cnpm --registry=https://registry.npm.taobao.org
  • 复制代码(桌面 cmd 运行) npm install -g yarn

🏭 环境支持

Edge last 2 versions last 2 versions last 2 versions
Edge Firefox Chrome Safari

由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。

使用说明

建议使用 cnpm,因为 yarn 有时会报错。node 版本[v16.x ~ v20.x)

# 克隆项目
git clone -b v3.2 https://gitee.com/tiger1103/gfast-ui.git
# 进入项目
cd gfast-ui
# 安装依赖
npm install --registry=https://registry.npmmirror.com
# 运行项目
npm run dev
# 打包发布
npm run build

❤特别鸣谢

S
Description
No description provided
Readme MIT
6.3 MiB
Languages
Vue 81.2%
TypeScript 13.8%
SCSS 2.3%
HTML 1.8%
CSS 0.9%