fix: loginout (#5796)

* fix: variables refresh

* fix: workflow start check

* doc

* fix: loginout

* fix: login
This commit is contained in:
Archer
2025-10-21 11:46:53 +08:00
committed by GitHub
parent ca274feb2e
commit b59f2ccf1d
25 changed files with 480 additions and 398 deletions

View File

@@ -1,5 +1,5 @@
---
title: 'V4.13.2进行中'
title: 'V4.13.2包含升级脚本'
description: 'FastGPT V4.13.2 更新说明'
---
@@ -36,7 +36,9 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4132' \
--header 'Content-Type: application/json'
```
会删除原先 S3 的 circleLife 策略。如果使用的是外部 S3可能会因为不支持 circleLife 操作导
会删除原先 S3 的 circleLife 策略。如果使用的是外部 S3可能会因为不支持 circleLife 操作导致该脚本错误,可以忽略(因为设置策略也会失败)。
## 🚀 新增内容
1. HTTP 工具集支持手动创建模式。