diff --git a/apps/ai-game-creator-shell/src/features/runtime-config/RuntimeConfigDialog.tsx b/apps/ai-game-creator-shell/src/features/runtime-config/RuntimeConfigDialog.tsx index 8cd344cea..b88d59449 100644 --- a/apps/ai-game-creator-shell/src/features/runtime-config/RuntimeConfigDialog.tsx +++ b/apps/ai-game-creator-shell/src/features/runtime-config/RuntimeConfigDialog.tsx @@ -1,6 +1,5 @@ import { Bot, - Cable, CheckCircle2, CircleAlert, Info, @@ -102,7 +101,6 @@ function formatAccountCredentialState( type RuntimeSettingsSection = | 'general' | 'agents' - | 'connections' | 'extensions' | 'advanced' | 'about'; @@ -127,12 +125,6 @@ const runtimeSettingsSections = [ description: '查看各角色运行状态', icon: Bot, }, - { - id: 'connections', - label: '连接与工具', - description: '外部服务', - icon: Cable, - }, { id: 'extensions', label: '扩展', @@ -917,57 +909,6 @@ export function RuntimeConfigDialog({ 普通用户无需配置服务连接信息。 ) : null} - {activeSection === 'connections' ? ( -
-
-
-

外部连接

-

配置图片编辑器使用的外部服务

-
-
- {advancedExternalEditorConfigEnabled ? ( -
- - -
- ) : null} -
- ) : null} {activeSection === 'extensions' ? (