推进 INI 面板 workflow overview embedding mount result

This commit is contained in:
2026-06-15 20:35:39 +08:00
parent 75f71c2563
commit 83df80d00f
12 changed files with 245 additions and 5 deletions

View File

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