diff --git a/web/.gitignore b/web/.gitignore index 0de8ef71..b398d222 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -24,9 +24,3 @@ dist-ssr *.sw? package-lock.json - -# 文档和截图(不上传到仓库) -操作说明.md -记忆熊系统功能使用说明.md -截图清单.md -images/ \ No newline at end of file diff --git a/web/src/assets/images/application/chat.png b/web/src/assets/images/application/chat.png new file mode 100644 index 00000000..a8bb40fa Binary files /dev/null and b/web/src/assets/images/application/chat.png differ diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index 184c34cd..41347c66 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -403,6 +403,7 @@ export const en = { apiKeyName: 'API Key Name', }, knowledgeBase: { + home: 'Home', selectSpace: 'Please select a workspace.', preview:'Preview', pleaseUploadFileFirst: 'Please upload file first', @@ -1171,6 +1172,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re quickReply: 'Quick Reply', web_search: 'Online search', memory: 'Memory', + memoryConversationAnalysisEmpty: 'There is currently no dialogue analysis content available', + memoryConversationAnalysisEmptySubTitle: 'After entering your user ID, click on "Send" to view the conversation memory' }, login: { title: 'Red Bear Memory Science', diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts index 8dc17275..7aeaed03 100644 --- a/web/src/i18n/zh.ts +++ b/web/src/i18n/zh.ts @@ -35,6 +35,7 @@ export const zh = { userMemoryDetail: '用户记忆详情', }, knowledgeBase: { + home: '首页', selectSpace: '请选择空间', preview:'预览', pleaseUploadFileFirst: '请先上传文件', @@ -1241,6 +1242,8 @@ export const zh = { startANewConversation: '开始新对话', normalReply: '正常回复', quickReply: '快速回复', + memoryConversationAnalysisEmpty: '当前没有可用的对话分析内容', + memoryConversationAnalysisEmptySubTitle: '输入用户ID后,单击“发送”查看对话记忆' }, login: { title: '红熊记忆科学',