feat(web): user profile info

This commit is contained in:
zhaoying
2026-04-10 18:41:20 +08:00
parent bc14c94407
commit 07fd85c342
4 changed files with 55 additions and 17 deletions

View File

@@ -1589,6 +1589,11 @@ export const en = {
created_at: 'Created At',
updated_at: 'Last Updated',
fullScreen: 'Full Screen',
role: 'Role',
domain: 'Domain',
expertise: 'Expertise',
interests: 'Interests',
knowledge_tags: 'Knowledge Tags',
memoryWindow: "{{name}}'s Memory Overview",
memory_insight: 'Overall Overview',

View File

@@ -1550,6 +1550,11 @@ export const zh = {
created_at: '创建时间',
updated_at: '最后更新时间',
fullScreen: '全屏',
role: '角色',
domain: '领域',
expertise: '专业擅长',
interests: '兴趣爱好',
knowledge_tags: '知识标签',
memoryWindow: "{{name}} 的记忆之窗",
memory_insight: '总体概述',