mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-19 10:07:24 +00:00

* add new doc (#5175) Co-authored-by: dreamer6680 <146868355@qq.com> * Test docs (#5235) * fix: change the page of doc * chore: add new dependencies, update global styles/layout, optimize docs, add Feishu & GitHub icons, update API examples * fix: docs/index 404 not found * Update environment variable names, optimize styles, add new API routes, fix component styles, adjust documentation, and update GitHub and Feishu icons * update readme * feat: add a linkfastgpt compontent * feat: update new doc * fix:remove unuse page and redirect homepage to docs (#5288) * fix:remove some unuse doc * fix: redirect homepage to doc * git ignore * fix:navbar to index (#5295) * sidbar * fix: navtab unlight (#5298) * doc --------- Co-authored-by: dreamer6680 <1468683855@qq.com> Co-authored-by: dreamer6680 <146868355@qq.com>
82 lines
2.8 KiB
Plaintext
82 lines
2.8 KiB
Plaintext
---
|
|
title: 团队模式说明文档
|
|
description: FastGPT 团队模式说明文档
|
|
---
|
|
|
|
## 介绍
|
|
|
|
目前支持的团队模式:
|
|
|
|
1. 多团队模式(默认模式)
|
|
2. 单团队模式(全局只有一个团队)
|
|
3. 成员同步模式(所有成员自外部同步)
|
|
|
|
<table className="table-hover table-striped-columns" style={{ textAlign: 'center' }}>
|
|
<thead>
|
|
<tr>
|
|
<th rowSpan="2" className="text-center">团队模式</th>
|
|
<th colSpan="2" className="text-center">短信/邮箱 注册</th>
|
|
<th colSpan="2" className="text-center">管理员直接添加</th>
|
|
<th colSpan="2" className="text-center">SSO 注册</th>
|
|
</tr>
|
|
<tr>
|
|
<th className="text-center">是否创建默认团队</th>
|
|
<th className="text-center">是否加入 Root 团队</th>
|
|
<th className="text-center">是否创建默认团队</th>
|
|
<th className="text-center">是否加入 Root 团队</th>
|
|
<th className="text-center">是否创建默认团队</th>
|
|
<th className="text-center">是否加入 Root 团队</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody >
|
|
<tr>
|
|
<td className="text-center">单团队模式</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">✅</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">✅</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">✅</td>
|
|
</tr>
|
|
<tr>
|
|
<td className="text-center">多团队模式</td>
|
|
<td className="text-center">✅</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">✅</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">✅</td>
|
|
<td className="text-center">❌</td>
|
|
</tr>
|
|
<tr>
|
|
<td className="text-center">同步模式</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">✅</td>
|
|
<td className="text-center">❌</td>
|
|
<td className="text-center">✅</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
### 多团队模式(默认模式)
|
|
|
|
多团队模式下,每个用户创建时默认创建以自己为所有者的默认团队。
|
|
|
|
### 单团队模式
|
|
|
|
单团队模式是 v4.9 推出的新功能。为了简化企业进行人员和资源的管理,开启单团队模式后,所有新增的用户都不再创建自己的默认团队,而是加入 root 用户所在的团队。
|
|
|
|
### 同步模式
|
|
|
|
在完成系统配置,开启同步模式的情况下,外部成员系统的成员会自动同步到 FastGPT 中。
|
|
|
|
具体的同步方式和规则请参考 [SSO & 外部成员同步](/docs/guide/admin/sso.md)。
|
|
|
|
|
|
## 配置
|
|
|
|
在 `fastgpt-pro` 的`系统配置-成员配置`中,可以配置团队模式。
|
|
|
|

|