mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-21 01:01:33 +08:00
fix: child workflow variable default value not init (#6620)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: 'V4.14.10(进行中)'
|
||||
description: 'FastGPT V4.14.10 更新说明'
|
||||
---
|
||||
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. 子工作流的全局变量默认值未生效。
|
||||
@@ -1,5 +1,18 @@
|
||||
{
|
||||
"title": "4.14.x",
|
||||
"description": "",
|
||||
"pages": ["4149", "4148", "4147", "4146", "41451", "4145", "4144", "4143", "4142", "4141", "4140"]
|
||||
"pages": [
|
||||
"41410",
|
||||
"4149",
|
||||
"4148",
|
||||
"4147",
|
||||
"4146",
|
||||
"41451",
|
||||
"4145",
|
||||
"4144",
|
||||
"4143",
|
||||
"4142",
|
||||
"4141",
|
||||
"4140"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -112,6 +112,7 @@ description: FastGPT 文档目录
|
||||
- [/docs/self-host/upgrading/4-13/4132](/docs/self-host/upgrading/4-13/4132)
|
||||
- [/docs/self-host/upgrading/4-14/4140](/docs/self-host/upgrading/4-14/4140)
|
||||
- [/docs/self-host/upgrading/4-14/4141](/docs/self-host/upgrading/4-14/4141)
|
||||
- [/docs/self-host/upgrading/4-14/41410](/docs/self-host/upgrading/4-14/41410)
|
||||
- [/docs/self-host/upgrading/4-14/4142](/docs/self-host/upgrading/4-14/4142)
|
||||
- [/docs/self-host/upgrading/4-14/4143](/docs/self-host/upgrading/4-14/4143)
|
||||
- [/docs/self-host/upgrading/4-14/4144](/docs/self-host/upgrading/4-14/4144)
|
||||
|
||||
@@ -239,7 +239,7 @@
|
||||
"document/content/docs/self-host/upgrading/4-14/41481.en.mdx": "2026-03-09T12:02:02+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-14/41481.mdx": "2026-03-09T17:39:53+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-14/4149.en.mdx": "2026-03-23T12:17:04+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-14/4149.mdx": "2026-03-23T23:36:16+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-14/4149.mdx": "2026-03-23T23:36:27+08:00",
|
||||
"document/content/docs/self-host/upgrading/outdated/40.en.mdx": "2026-03-03T17:39:47+08:00",
|
||||
"document/content/docs/self-host/upgrading/outdated/40.mdx": "2026-03-03T17:39:47+08:00",
|
||||
"document/content/docs/self-host/upgrading/outdated/41.en.mdx": "2026-03-03T17:39:47+08:00",
|
||||
|
||||
Reference in New Issue
Block a user