Merge #109 into develop_web from feature/20251219_yjp

feat(dashboard): add statistics API and enhance homepage dashboard cards

* feature/20251219_yjp: (2 commits)
  feat(index): add homepage with dashboard cards and knowledge graph support
  feat(dashboard): add statistics API and enhance homepage dashboard cards

Signed-off-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com>
Merged-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/109
This commit is contained in:
vrhs@163.com
2026-01-05 16:46:41 +08:00
40 changed files with 2277 additions and 64 deletions

View File

@@ -2,6 +2,7 @@
{
"element": "AuthLayout",
"children": [
{ "path": "/index", "element": "Index" },
{ "path": "/user-management", "element": "UserManagement" },
{ "path": "/model", "element": "ModelManagement" },
{ "path": "/space", "element": "SpaceManagement" },