feat: add AI knowledge analysis MVP

This commit is contained in:
2026-07-05 00:47:52 -07:00
parent 6aa72d3b43
commit e204974b57
32 changed files with 8705 additions and 4 deletions

View File

@@ -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: "审计日志",