2910410219 e32b01337a feat: 增强模型配置与创建表单功能
- 在 NodeLibraryFormItem 和 WorkflowItem 接口中添加了新的字段,如 value、options、expand 和 outputParams,以支持更复杂的表单配置。
- 新增 getOperatorList 函数以获取服务商列表,并在 editModule.vue 中集成了运营商选择功能。
- 更新了模型创建和编辑逻辑,支持 tokenConfig 的 JSON 格式配置,确保更灵活的模型设置。
- 优化了文件上传处理,增加了上传状态管理,提升用户体验。
2026-05-22 13:22:45 +08:00
2026-05-11 13:48:20 +08:00
2026-05-20 17:55:34 +08:00
2026-04-24 09:36:56 +08:00
2025-11-20 09:41:24 +08:00
2025-11-20 09:10:35 +08:00
2026-05-20 17:55:34 +08:00
2026-05-20 17:55:34 +08:00
2025-11-22 12:02:35 +08:00
2025-11-20 09:10:35 +08:00
2026-05-22 09:33:40 +08:00
2026-05-20 17:55:34 +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
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

❤特别鸣谢

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