fix(agent): redirect to blank page when navigating home from model page

This commit is contained in:
Zhu,JW
2025-11-24 11:22:03 +08:00
parent 79ee33be7c
commit 898c0988db
6 changed files with 39 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ export default {
cancel: '否',
total: '总共',
rename: '重命名',
know: '知道了',
name: '名称',
save: '保存',
namePlaceholder: '请输入名称',
@@ -423,6 +424,7 @@ export default {
paginationInfo: '共 {{total}} 个知识库,第 {{current}} 页,共 {{totalPages}} 页',
},
knowledgeDetails: {
pleaseAddEmbeddingModel: '请先在模型提供商中添加嵌入模型和LLM然后在"设置默认模型"中设置它们。',
fileSize: '文件大小',
fileType: '文件类型',
uploadedBy: '创建者',