mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
perf: pan move canvas (#6242)
* perf: pan move canvas * Update packages/web/i18n/en/workflow.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update projects/app/src/pageComponents/app/detail/WorkflowComponents/Flow/index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -119,6 +119,7 @@ description: FastGPT 文档目录
|
||||
- [/docs/upgrading/4-14/4143](/docs/upgrading/4-14/4143)
|
||||
- [/docs/upgrading/4-14/4144](/docs/upgrading/4-14/4144)
|
||||
- [/docs/upgrading/4-14/4145](/docs/upgrading/4-14/4145)
|
||||
- [/docs/upgrading/4-14/4146](/docs/upgrading/4-14/4146)
|
||||
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
|
||||
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
|
||||
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)
|
||||
|
||||
@@ -41,6 +41,7 @@ STORAGE_S3_ENDPOINT=http://fastgpt-minio:9000 # 协议://域名(IP):端口
|
||||
- mcp_server 无需更新
|
||||
- Sandbox 无需更新
|
||||
- AIProxy 无需更新
|
||||
- mongo 5.x 版本修改成 5.0.32 版本,解决 CVE-2025-14847 漏洞。直接修改镜像 tag 成 `5.0.32`。
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
|
||||
16
document/content/docs/upgrading/4-14/4146.mdx
Normal file
16
document/content/docs/upgrading/4-14/4146.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: 'V4.14.6(进行中)'
|
||||
description: 'FastGPT V4.14.6 更新说明'
|
||||
---
|
||||
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 工作流触摸板移动时,遇到输入框后会被强制阻拦。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
## 插件
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "4.14.x",
|
||||
"description": "",
|
||||
"pages": ["4145", "4144", "4143", "4142", "4141", "4140"]
|
||||
"pages": ["4146", "4145", "4144", "4143", "4142", "4141", "4140"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user