推进 INI 面板 workflow overview embedding mount DOM renderer

This commit is contained in:
2026-06-15 22:05:05 +08:00
parent 543609cbe7
commit 7a5aa23dbc
13 changed files with 236 additions and 8 deletions

View File

@@ -314,6 +314,9 @@
getWorkflowOverviewEmbeddingMountDomReadiness: (options) => (
shellViewModel.createWorkflowOverviewEmbeddingMountDomReadiness(options)
),
renderWorkflowOverviewEmbeddingMountState: (renderState, options) => (
shellViewModel.renderWorkflowOverviewEmbeddingMountState(renderState, options ?? { documentRef: document })
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,