feat(web): Graph user memory update

This commit is contained in:
zhaoying
2025-12-22 18:45:36 +08:00
parent b1e69e154b
commit 773e785ce9
28 changed files with 706 additions and 369 deletions

View File

@@ -56,7 +56,7 @@ const componentMap: Record<string, LazyExoticComponent<ComponentType<object>>> =
SpaceManagement: lazy(() => import('@/views/SpaceManagement')),
ApiKeyManagement: lazy(() => import('@/views/ApiKeyManagement')),
EmotionEngine: lazy(() => import('@/views/EmotionEngine')),
EmotionDetail: lazy(() => import('@/views/UserMemoryDetail/pages/EmotionDetail')),
StatementDetail: lazy(() => import('@/views/UserMemoryDetail/pages/StatementDetail')),
SelfReflectionEngine: lazy(() => import('@/views/SelfReflectionEngine')),
Login: lazy(() => import('@/views/Login')),
InviteRegister: lazy(() => import('@/views/InviteRegister')),