feat(web): create space add icon

This commit is contained in:
zhaoying
2026-02-02 10:45:44 +08:00
parent d62746fc8c
commit 15a254c0cd
7 changed files with 146 additions and 87 deletions

View File

@@ -423,7 +423,9 @@ export const en = {
remove: 'Remove',
fileSizeTip: 'File size cannot exceed {{size}}MB',
fileAcceptTip: 'Unsupported file type:'
fileAcceptTip: 'Unsupported file type:',
nextStep: 'Next Step',
prevStep: 'Previous Step',
},
model: {
searchPlaceholder: 'search model…',
@@ -1373,6 +1375,9 @@ export const en = {
embeddingModel: 'Embedding Model',
rerankModel: 'Rerank Model',
configAlert: 'Space model configuration ensures that the space can correctly call the corresponding models to process business data during runtime.',
basic: 'Basic Config',
models: 'Model Selection',
},
memoryExtractionEngine: {
title: 'Memory Engine Module Configuration Center',
@@ -2039,7 +2044,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
'code': {
input_variables: 'Input Variables',
output_variables: 'Output Variables',
refreshTip: '同步函数签名至代码',
refreshTip: 'Sync function signature to code',
},
name: 'Key',
type: 'Type',

View File

@@ -977,7 +977,9 @@ export const zh = {
remove: '删除',
fileSizeTip: '文件大小不能超过 {{size}}MB',
fileAcceptTip: '不支持的文件类型:'
fileAcceptTip: '不支持的文件类型:',
nextStep: '下一步',
prevStep: '上一步',
},
product: {
applicationManagement: '应用管理',
@@ -1449,6 +1451,9 @@ export const zh = {
embeddingModel: 'Embedding 模型',
rerankModel: 'Rerank 模型',
configAlert: '空间模型配置为空间的模型模型,保障空间运行时能正确的调用到相应的模型来处理业务数据。',
basic: '基础配置',
models: '模型选择',
},
memoryExtractionEngine: {
title: '记忆引擎模块配置中心',