推进 INI 面板 workflow overview embedding mount DOM wrapper

This commit is contained in:
2026-06-15 22:15:25 +08:00
parent 7a5aa23dbc
commit b771ee4141
13 changed files with 269 additions and 11 deletions

View File

@@ -317,6 +317,11 @@
renderWorkflowOverviewEmbeddingMountState: (renderState, options) => (
shellViewModel.renderWorkflowOverviewEmbeddingMountState(renderState, options ?? { documentRef: document })
),
mountWorkflowOverviewEmbeddingMountState: (options) => (
shellViewModel.mountWorkflowOverviewEmbeddingMountState(options ?? {
documentRef: document,
})
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,