update project domain (#5208)

This commit is contained in:
Archer
2025-07-14 10:13:21 +08:00
committed by GitHub
parent 1ba52d876c
commit 8ff0e8bd34
21 changed files with 83 additions and 83 deletions

View File

@@ -70,7 +70,7 @@ HTTP 模块会向对应的地址发送一个 `HTTP` 请求,实际操作与 Pos
"array": [1, 2, 3],
"obj": {
"name": "FastGPT",
"url": "https://tryfastgpt.ai"
"url": "https://fastgpt.io"
}
}
```
@@ -109,7 +109,7 @@ HTTP 模块会向对应的地址发送一个 `HTTP` 请求,实际操作与 Pos
"array2": [1, 2, 3],
"object": {
"name": "FastGPT",
"url": "https://tryfastgpt.ai"
"url": "https://fastgpt.io"
}
}
```