[fix]修复服务启动 (#3)

This commit is contained in:
lanceyq
2025-12-04 18:50:09 +08:00
committed by GitHub
parent b9c705998b
commit 0117194a67
23 changed files with 675 additions and 269 deletions

View File

@@ -403,6 +403,7 @@ export const en = {
apiKeyName: 'API Key Name',
},
knowledgeBase: {
selectSpace: 'Please select a workspace.',
preview:'Preview',
pleaseUploadFileFirst: 'Please upload file first',
shareSuccess: 'Share successfully',

View File

@@ -35,6 +35,7 @@ export const zh = {
userMemoryDetail: '用户记忆详情',
},
knowledgeBase: {
selectSpace: '请选择空间',
preview:'预览',
pleaseUploadFileFirst: '请先上传文件',
shareSuccess: '分享成功',