mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: enhance MCP server management and system settings
- Added functionality to save MCP server configurations as templates in the MCP Manager. - Implemented new hooks for managing system settings including Chinese response, Windows platform, and Codex CLI enhancements. - Updated API calls to support fetching and toggling system settings. - Introduced UI components for displaying and managing response language settings and system status. - Enhanced error handling and notifications for server deletion and template saving actions. - Updated localization files for new settings and descriptions in English and Chinese.
This commit is contained in:
@@ -8,7 +8,7 @@ export default {
|
||||
"tagline": "Professional Workflow Automation Platform",
|
||||
"favicon": "img/favicon.svg",
|
||||
"url": "http://localhost:3001",
|
||||
"baseUrl": "/docs/",
|
||||
"baseUrl": "/docs/zh/",
|
||||
"organizationName": "ccw",
|
||||
"projectName": "docs",
|
||||
"trailingSlash": false,
|
||||
@@ -48,9 +48,9 @@ export default {
|
||||
],
|
||||
"themeConfig": {
|
||||
"navbar": {
|
||||
"title": "CCW Help",
|
||||
"title": "CCW 帮助",
|
||||
"logo": {
|
||||
"alt": "CCW Logo",
|
||||
"alt": "CCW 标志",
|
||||
"src": "img/logo.svg"
|
||||
},
|
||||
"items": [
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
},
|
||||
"footer": {
|
||||
"style": "dark",
|
||||
"copyright": "Copyright © 2026 CCW. Built with Docusaurus.",
|
||||
"copyright": "版权 © 2026 CCW。使用 Docusaurus 构建。",
|
||||
"links": []
|
||||
},
|
||||
"prism": {
|
||||
|
||||
Reference in New Issue
Block a user