feat(mcp): add Docs/Tools tablist on detail page, tidy sidebar label

Wrap the MCP detail right panel in a compact left-aligned Docs/Tools
tablist (Docs first). Move the tool count into the Tools tab label and
drop the redundant panel title/subtitle; connecting/failed states still
render the status component. Shorten the sidebar 'Installed Extensions'
entry to 'Installed' across all 8 locales, and add tabTools/tabDocs/
noReadme strings.
This commit is contained in:
RockChinQ
2026-06-06 03:52:17 -04:00
parent dff80a0c0a
commit b08e5ca09a
9 changed files with 84 additions and 35 deletions
+4 -1
View File
@@ -2,7 +2,7 @@ const zhHans = {
sidebar: {
home: '首页',
extensions: '扩展',
installedPlugins: '已安装扩展',
installedPlugins: '已安装',
pluginMarket: '扩展市场',
mcpServers: 'MCP 服务器',
addExtension: '添加扩展',
@@ -737,6 +737,9 @@ const zhHans = {
toolsFound: '个工具',
unknownError: '未知错误',
noToolsFound: '未找到任何工具',
tabTools: '工具',
tabDocs: '文档',
noReadme: '暂无文档',
parseResultFailed: '解析测试结果失败',
noResultReturned: '测试未返回结果',
getTaskFailed: '获取任务状态失败',