feat(web): Index/model/space/tool ui upgrade

This commit is contained in:
zhaoying
2026-03-23 11:37:04 +08:00
parent 0775fad5f0
commit 4dbb2bf2e2
47 changed files with 1094 additions and 1123 deletions

View File

@@ -467,6 +467,7 @@ export const en = {
notAllSpaces: 'Cannot be all spaces',
download: 'Download',
view: 'View',
updated_at: 'Updated At',
},
model: {
searchPlaceholder: 'search model…',
@@ -1918,6 +1919,9 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
refreshFailed: 'Refresh Failed',
// Market related
mcpMarket: 'MCP Market',
availableMcp: 'Available MCP Services',
descEmpty: 'There is currently no introduction available …',
marketSelectTitle: 'Select an MCP Market',
marketSelectDesc: 'Choose a market source from the left, configure the connection to browse MCP services',
marketRefreshSuccess: 'List refreshed',
@@ -1966,6 +1970,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
timeout: 'Timeout (seconds)',
sseReadTimeout: 'SSE Read Timeout (seconds)',
saveAndTest: 'Save and Test',
testLink: 'Connection Test',
noTags: 'There are no tags here…',
timeFormat: 'Time Formatting',
timeZoneConversion: 'Time Zone Conversion',

View File

@@ -1104,6 +1104,7 @@ export const zh = {
notAllSpaces: '不能是纯空格',
download: '下载',
view: '查看',
updated_at: '更新时间',
},
model: {
searchPlaceholder: '搜索模型…',
@@ -1914,6 +1915,9 @@ export const zh = {
refreshFailed: '刷新失败',
// Market 相关
mcpMarket: 'MCP Market',
availableMcp: '可用的 MCP 服务',
descEmpty: '暂无介绍…',
marketSelectTitle: '选择一个 MCP 市场',
marketSelectDesc: '从左侧选择一个市场源,配置连接后即可浏览该市场的 MCP 服务',
marketRefreshSuccess: '列表已刷新',
@@ -1962,6 +1966,8 @@ export const zh = {
timeout: '超时时间(秒)',
sseReadTimeout: 'SSE 读取超时时间(秒)',
saveAndTest: '保存并测试',
testLink: '连接测试',
noTags: '暂无标签…',
timeFormat: '时间格式化',
timeZoneConversion: '时区转换',