feat: add AI knowledge analysis MVP
This commit is contained in:
@@ -11,6 +11,7 @@ export type NavIconKey =
|
||||
| "family"
|
||||
| "global"
|
||||
| "health"
|
||||
| "knowledge"
|
||||
| "notices"
|
||||
| "organizations"
|
||||
| "roles"
|
||||
@@ -134,6 +135,12 @@ export const navGroups: NavGroup[] = [
|
||||
icon: "health",
|
||||
permission: "health:read",
|
||||
},
|
||||
{
|
||||
path: "/settings/knowledge",
|
||||
label: "知识库",
|
||||
icon: "knowledge",
|
||||
permission: "knowledge:read",
|
||||
},
|
||||
{
|
||||
path: "/settings/audit",
|
||||
label: "审计日志",
|
||||
|
||||
Reference in New Issue
Block a user