Commit 872e1c02 by Finley Ge Committed by GitHub

chore: update docs (#6261)

parent fea1c4ed
......@@ -43,6 +43,24 @@ STORAGE_S3_ENDPOINT=http://fastgpt-minio:9000 # 协议://域名(IP):端口
- AIProxy 无需更新
- mongo 5.x 版本修改成 5.0.32 版本,解决 CVE-2025-14847 漏洞。直接修改镜像 tag 成 `5.0.32`。
### 3. 执行升级脚本
从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。
```bash
curl --location --request POST 'https://{{host}}/api/admin/initv4145' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
1. 重试所有失败的 S3 删除任务
2. 为所有 share 类型的 OutLink 记录添加 showFullText 字段
3. 重命名字段:
- showNodeStatus -> showRunningStatus
- responseDetail -> showCite
- showRawSource -> canDownloadSource
## 🚀 新增内容
1. 工作流画布增加演示模式,同时优化折叠模式样式,优化工作流线重叠问题。
......
......@@ -122,8 +122,8 @@
"document/content/docs/upgrading/4-14/4142.mdx": "2025-11-18T19:27:14+08:00",
"document/content/docs/upgrading/4-14/4143.mdx": "2025-11-26T20:52:05+08:00",
"document/content/docs/upgrading/4-14/4144.mdx": "2025-12-16T14:56:04+08:00",
"document/content/docs/upgrading/4-14/4145.mdx": "2026-01-11T21:09:27+08:00",
"document/content/docs/upgrading/4-14/4146.mdx": "2026-01-12T19:12:05+08:00",
"document/content/docs/upgrading/4-14/4145.mdx": "2026-01-12T08:50:15+08:00",
"document/content/docs/upgrading/4-14/4146.mdx": "2026-01-12T21:07:44+08:00",
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment