Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
aba0b4c8
authored
Oct 09, 2025
by
Archer
Committed by
GitHub
Oct 09, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide audit (#5740)
parent
7942805a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
3 deletions
+26
-3
document/content/docs/toc.mdx
+1
-0
document/content/docs/upgrading/4-13/4132.mdx
+20
-0
document/content/docs/upgrading/4-13/meta.json
+1
-1
document/data/doc-last-modified.json
+1
-1
projects/app/src/pages/account/team/index.tsx
+3
-1
No files found.
document/content/docs/toc.mdx
View file @
aba0b4c8
...
@@ -109,6 +109,7 @@ description: FastGPT 文档目录
...
@@ -109,6 +109,7 @@ description: FastGPT 文档目录
- [/docs/upgrading/4-12/4124](/docs/upgrading/4-12/4124)
- [/docs/upgrading/4-12/4124](/docs/upgrading/4-12/4124)
- [/docs/upgrading/4-13/4130](/docs/upgrading/4-13/4130)
- [/docs/upgrading/4-13/4130](/docs/upgrading/4-13/4130)
- [/docs/upgrading/4-13/4131](/docs/upgrading/4-13/4131)
- [/docs/upgrading/4-13/4131](/docs/upgrading/4-13/4131)
- [/docs/upgrading/4-13/4132](/docs/upgrading/4-13/4132)
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)
...
...
document/content/docs/upgrading/4-13/4132.mdx
0 → 100644
View file @
aba0b4c8
---
title: 'V4.13.1'
description: 'FastGPT V4.13.1 更新说明'
---
## 🚀 新增内容
## ⚙️ 优化
1. 非管理员无法看到团队审计日志。
## 🐛 修复
## 🔨 插件更新
1. Perplexity search 工具。
\ No newline at end of file
document/content/docs/upgrading/4-13/meta.json
View file @
aba0b4c8
{
{
"title"
:
"4.13.x"
,
"title"
:
"4.13.x"
,
"description"
:
""
,
"description"
:
""
,
"pages"
:
[
"4131"
,
"4130"
]
"pages"
:
[
"413
2"
,
"413
1"
,
"4130"
]
}
}
document/data/doc-last-modified.json
View file @
aba0b4c8
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
"document/content/docs/upgrading/4-12/4122.mdx"
:
"2025-09-07T14:41:48+08:00"
,
"document/content/docs/upgrading/4-12/4122.mdx"
:
"2025-09-07T14:41:48+08:00"
,
"document/content/docs/upgrading/4-12/4123.mdx"
:
"2025-09-07T20:55:14+08:00"
,
"document/content/docs/upgrading/4-12/4123.mdx"
:
"2025-09-07T20:55:14+08:00"
,
"document/content/docs/upgrading/4-12/4124.mdx"
:
"2025-09-17T22:29:56+08:00"
,
"document/content/docs/upgrading/4-12/4124.mdx"
:
"2025-09-17T22:29:56+08:00"
,
"document/content/docs/upgrading/4-13/4130.mdx"
:
"2025-09-
26T13:32:15
+08:00"
,
"document/content/docs/upgrading/4-13/4130.mdx"
:
"2025-09-
30T16:00:10
+08:00"
,
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T15:47:06+08:00"
,
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T15:47:06+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+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/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
...
...
projects/app/src/pages/account/team/index.tsx
View file @
aba0b4c8
...
@@ -75,7 +75,9 @@ const Team = () => {
...
@@ -75,7 +75,9 @@ const Team = () => {
{
label
:
t
(
'account_team:org'
),
value
:
TeamTabEnum
.
org
},
{
label
:
t
(
'account_team:org'
),
value
:
TeamTabEnum
.
org
},
{
label
:
t
(
'account_team:group'
),
value
:
TeamTabEnum
.
group
},
{
label
:
t
(
'account_team:group'
),
value
:
TeamTabEnum
.
group
},
{
label
:
t
(
'account_team:permission'
),
value
:
TeamTabEnum
.
permission
},
{
label
:
t
(
'account_team:permission'
),
value
:
TeamTabEnum
.
permission
},
{
label
:
t
(
'account_team:audit_log'
),
value
:
TeamTabEnum
.
audit
}
...(
userInfo
?.
team
.
permission
.
hasManagePer
?
[{
label
:
t
(
'account_team:audit_log'
),
value
:
TeamTabEnum
.
audit
}]
:
[])
]
}
]
}
px=
{
'1rem'
}
px=
{
'1rem'
}
value=
{
teamTab
}
value=
{
teamTab
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment