Commit 02b51317 by Archer Committed by GitHub

feat: 4.8.8 doc (#2188)

parent ba933c74
--- ---
title: 'V4.8.8(进行中)' title: 'V4.8.8'
description: 'FastGPT V4.8.8 更新说明' description: 'FastGPT V4.8.8 更新说明'
icon: 'upgrade' icon: 'upgrade'
draft: false draft: false
...@@ -13,8 +13,8 @@ weight: 816 ...@@ -13,8 +13,8 @@ weight: 816
### 2. 修改镜像 ### 2. 修改镜像
- fastgpt 镜像 tag 修改成 v4.8.8-alpha2 - fastgpt 镜像 tag 修改成 v4.8.8
- 商业版镜像 tag 修改成 v4.8.8-alpha2 - 商业版镜像 tag 修改成 v4.8.8
### 3. 执行初始化 ### 3. 执行初始化
...@@ -32,6 +32,8 @@ curl --location --request POST 'https://{{host}}/api/admin/initv488' \ ...@@ -32,6 +32,8 @@ curl --location --request POST 'https://{{host}}/api/admin/initv488' \
## V4.8.8 更新说明 ## V4.8.8 更新说明
[点击查看完整更新](https://github.com/labring/FastGPT/releases/tag/v4.8.8)
1. 新增 - 重构系统插件的结构。允许向开源社区 PR 系统插件,具体可见: [如何向 FastGPT 社区提交系统插件](https://fael3z0zfze.feishu.cn/wiki/ERZnw9R26iRRG0kXZRec6WL9nwh) 1. 新增 - 重构系统插件的结构。允许向开源社区 PR 系统插件,具体可见: [如何向 FastGPT 社区提交系统插件](https://fael3z0zfze.feishu.cn/wiki/ERZnw9R26iRRG0kXZRec6WL9nwh)
2. 新增 - DuckDuckGo 系统插件。 2. 新增 - DuckDuckGo 系统插件。
3. 新增 - 飞书 webhook 系统插件。 3. 新增 - 飞书 webhook 系统插件。
......
...@@ -121,8 +121,8 @@ services: ...@@ -121,8 +121,8 @@ services:
restart: always restart: always
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.8.7 # git image: ghcr.io/labring/fastgpt:v4.8.8 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.7 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.8 # 阿里云
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
......
...@@ -79,8 +79,8 @@ services: ...@@ -79,8 +79,8 @@ services:
restart: always restart: always
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.8.7 # git image: ghcr.io/labring/fastgpt:v4.8.8 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.7 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.8 # 阿里云
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
......
...@@ -60,8 +60,8 @@ services: ...@@ -60,8 +60,8 @@ services:
restart: always restart: always
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.8.7 # git image: ghcr.io/labring/fastgpt:v4.8.8 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.7 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.8 # 阿里云
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
......
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