From c0f04e4f2094f64b86000e28dba16fade4c1d287 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 4 Nov 2025 18:35:21 +0800 Subject: [PATCH] chore: update --- templates/config.yaml | 2 -- web/src/i18n/locales/en-US.ts | 2 +- web/src/i18n/locales/ja-JP.ts | 2 +- web/src/i18n/locales/zh-Hans.ts | 2 +- web/src/i18n/locales/zh-Hant.ts | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/config.yaml b/templates/config.yaml index 13916d9f..8ea0d189 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -10,8 +10,6 @@ command: concurrency: pipeline: 20 session: 1 -mcp: - servers: [] proxy: http: '' https: '' diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts index d3018fd1..34adfcb3 100644 --- a/web/src/i18n/locales/en-US.ts +++ b/web/src/i18n/locales/en-US.ts @@ -283,7 +283,7 @@ const enUS = { markAsReadFailed: 'Mark as read failed', }, mcp: { - title: 'MCP Management', + title: 'MCP', createServer: 'Add MCP Server', editServer: 'Edit MCP Server', deleteServer: 'Delete MCP Server', diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts index 766f699a..e6044167 100644 --- a/web/src/i18n/locales/ja-JP.ts +++ b/web/src/i18n/locales/ja-JP.ts @@ -285,7 +285,7 @@ const jaJP = { markAsReadFailed: '既読に設定に失敗しました', }, mcp: { - title: 'MCP管理', + title: 'MCP', createServer: 'MCPサーバーを追加', editServer: 'MCPサーバーを編集', deleteServer: 'MCPサーバーを削除', diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index b4fc6421..eaf0c5d0 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -271,7 +271,7 @@ const zhHans = { markAsReadFailed: '标记为已读失败', }, mcp: { - title: 'MCP管理', + title: 'MCP', createServer: '添加 MCP 服务器', editServer: '修改 MCP 服务器', deleteServer: '删除 MCP 服务器', diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index 68b791e0..3a77ee64 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -269,7 +269,7 @@ const zhHant = { markAsReadFailed: '標記為已讀失敗', }, mcp: { - title: 'MCP管理', + title: 'MCP', createServer: '新增MCP伺服器', editServer: '編輯MCP伺服器', deleteServer: '刪除MCP伺服器',