推进 INI 面板 workflow overview embedding DOM renderer

This commit is contained in:
2026-06-15 20:10:21 +08:00
parent 6856721695
commit 75f71c2563
12 changed files with 246 additions and 5 deletions

View File

@@ -294,6 +294,9 @@
getWorkflowOverviewEmbeddingDomReadiness: (options) => (
shellViewModel.createWorkflowOverviewEmbeddingDomReadiness(options)
),
renderWorkflowOverviewEmbeddingState: (renderState, options) => (
shellViewModel.renderWorkflowOverviewEmbeddingState(renderState, options ?? { documentRef: document })
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,