feat(web): user summary api update

This commit is contained in:
zhaoying
2026-01-06 15:36:25 +08:00
parent 35a06c3cbe
commit 9d0622b6cc
3 changed files with 38 additions and 6 deletions

View File

@@ -1218,6 +1218,8 @@ export const en = {
key_findings: 'Key Findings',
behavior_pattern: 'Behavior Pattern',
growth_trajectory: 'Growth Trajectory',
personality: 'Personality Traits',
core_values: 'Core Values',
},
space: {
createSpace: 'Create Space',

View File

@@ -1299,6 +1299,8 @@ export const zh = {
key_findings: '关键发现',
behavior_pattern: '行为模式',
growth_trajectory: '成长轨迹',
personality: '性格特点',
core_values: '核心价值观',
},
space: {
createSpace: '创建空间',