Merge #74 into develop_web from feature/20251219_zy

fix(web): update parseSchema api param

* feature/20251219_zy: (3 commits)
  fix(web): time tool add time zone
  feat(web): neo4j type user memory detail
  fix(web): update parseSchema api param

Signed-off-by: zhaoying <zhaoying@redbearai.com>
Merged-by: zhaoying <zhaoying@redbearai.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/74
This commit is contained in:
赵莹
2025-12-26 19:17:39 +08:00
25 changed files with 526 additions and 291 deletions

View File

@@ -284,7 +284,7 @@
"code": "userMemoryDetail",
"label": "记忆详情",
"i18nKey": "menu.userMemoryDetail",
"path": "/user-memory/:id",
"path": "/user-memory/neo4j/:id",
"enable": true,
"display": false,
"level": 2,
@@ -304,6 +304,18 @@
"subs": null
}
]
},
{
"id": 81,
"parent": 8,
"code": "userMemoryDetail",
"label": "记忆详情",
"i18nKey": "menu.userMemoryDetail",
"path": "/user-memory/:id",
"enable": true,
"display": false,
"level": 2,
"sort": 0
}
]
},