update web
This commit is contained in:
6
web/.gitignore
vendored
6
web/.gitignore
vendored
@@ -24,9 +24,3 @@ dist-ssr
|
|||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
# 文档和截图(不上传到仓库)
|
|
||||||
操作说明.md
|
|
||||||
记忆熊系统功能使用说明.md
|
|
||||||
截图清单.md
|
|
||||||
images/
|
|
||||||
BIN
web/src/assets/images/application/chat.png
Normal file
BIN
web/src/assets/images/application/chat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
@@ -403,6 +403,7 @@ export const en = {
|
|||||||
apiKeyName: 'API Key Name',
|
apiKeyName: 'API Key Name',
|
||||||
},
|
},
|
||||||
knowledgeBase: {
|
knowledgeBase: {
|
||||||
|
home: 'Home',
|
||||||
selectSpace: 'Please select a workspace.',
|
selectSpace: 'Please select a workspace.',
|
||||||
preview:'Preview',
|
preview:'Preview',
|
||||||
pleaseUploadFileFirst: 'Please upload file first',
|
pleaseUploadFileFirst: 'Please upload file first',
|
||||||
@@ -1171,6 +1172,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
|||||||
quickReply: 'Quick Reply',
|
quickReply: 'Quick Reply',
|
||||||
web_search: 'Online search',
|
web_search: 'Online search',
|
||||||
memory: 'Memory',
|
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: {
|
login: {
|
||||||
title: 'Red Bear Memory Science',
|
title: 'Red Bear Memory Science',
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ export const zh = {
|
|||||||
userMemoryDetail: '用户记忆详情',
|
userMemoryDetail: '用户记忆详情',
|
||||||
},
|
},
|
||||||
knowledgeBase: {
|
knowledgeBase: {
|
||||||
|
home: '首页',
|
||||||
selectSpace: '请选择空间',
|
selectSpace: '请选择空间',
|
||||||
preview:'预览',
|
preview:'预览',
|
||||||
pleaseUploadFileFirst: '请先上传文件',
|
pleaseUploadFileFirst: '请先上传文件',
|
||||||
@@ -1241,6 +1242,8 @@ export const zh = {
|
|||||||
startANewConversation: '开始新对话',
|
startANewConversation: '开始新对话',
|
||||||
normalReply: '正常回复',
|
normalReply: '正常回复',
|
||||||
quickReply: '快速回复',
|
quickReply: '快速回复',
|
||||||
|
memoryConversationAnalysisEmpty: '当前没有可用的对话分析内容',
|
||||||
|
memoryConversationAnalysisEmptySubTitle: '输入用户ID后,单击“发送”查看对话记忆'
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
title: '红熊记忆科学',
|
title: '红熊记忆科学',
|
||||||
|
|||||||
Reference in New Issue
Block a user