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

@@ -329,7 +329,8 @@ export const en = {
publicApiCannotRefreshToken: 'Public API cannot refresh token',
refreshTokenNotExist: 'Refresh token does not exist',
reset: 'Reset',
refresh: 'Refresh'
refresh: 'Refresh',
return: 'Return',
},
model: {
searchPlaceholder: 'search model…',
@@ -1047,7 +1048,7 @@ export const en = {
drag: 'Drag and drop to move nodes',
zoom: 'Scroll zoom view',
memoryDetailEmpty: 'Please select a memory node',
memoryDetailEmptyDesc: 'Click on any node in the above view to view detailed information',
memoryDetailEmptyDesc: 'Click on the node in the left graph to view the details of entity memory',
totalNumOfMemories: 'Total Number of Memories',
footprintCity: 'Footprint City',
@@ -1091,6 +1092,8 @@ export const en = {
hire_date: 'Hire Date',
memoryContent: 'Memory Content',
created_at: 'Created At',
memoryWindow: "{{name}}'s Window of Memory"
},
space: {
createSpace: 'Create Space',

View File

@@ -828,7 +828,8 @@ export const zh = {
publicApiCannotRefreshToken: '公共接口不能刷新token',
refreshTokenNotExist: '刷新token不存在',
reset: '重置',
refresh: '刷新'
refresh: '刷新',
return: '返回',
},
product: {
applicationManagement: '应用管理',
@@ -1128,7 +1129,7 @@ export const zh = {
drag: '拖放移动节点',
zoom: '滚动缩放视图',
memoryDetailEmpty: '请选择一个记忆节点',
memoryDetailEmptyDesc: '点击上方视图中的任何节点查看详细信息',
memoryDetailEmptyDesc: '点击左侧图表中的节点查看实体记忆详情',
totalNumOfMemories: '记忆总数',
footprintCity: '足迹城市',
@@ -1174,6 +1175,8 @@ export const zh = {
hire_date: '入职时间',
memoryContent: '记忆内容',
created_at: '创建时间',
updated_at: '最后更新时间',
fullScreen: '全屏'
},
space: {
createSpace: '创建空间',
@@ -1499,7 +1502,7 @@ export const zh = {
auth: '认证',
requestHeader: '请求头',
config: '配置',
auth_Type: '认证方式',
auth_type: '认证方式',
none: '无需认证',
api_key: 'API Key',
basic_auth: 'Basic Auth',