mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
fix i18n
This commit is contained in:
parent
25f923e89e
commit
a608fdd243
14 changed files with 194 additions and 471 deletions
|
|
@ -10,7 +10,6 @@ export { MCPManagementDialog } from './MCPManagementDialog.js';
|
|||
// Steps
|
||||
export { ServerListStep } from './steps/ServerListStep.js';
|
||||
export { ServerDetailStep } from './steps/ServerDetailStep.js';
|
||||
export { ServerLogsStep } from './steps/ServerLogsStep.js';
|
||||
export { ToolListStep } from './steps/ToolListStep.js';
|
||||
export { ToolDetailStep } from './steps/ToolDetailStep.js';
|
||||
|
||||
|
|
@ -22,7 +21,6 @@ export type {
|
|||
MCPPromptDisplayInfo,
|
||||
ServerListStepProps,
|
||||
ServerDetailStepProps,
|
||||
ServerLogsStepProps,
|
||||
ToolListStepProps,
|
||||
ToolDetailStepProps,
|
||||
MCPManagementStep,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue