推进 INI 面板 workflow overview embedding DOM contract

This commit is contained in:
2026-06-15 18:20:44 +08:00
parent f70fc09770
commit 3cfd4b371e
12 changed files with 207 additions and 12 deletions

View File

@@ -288,6 +288,9 @@
getWorkflowOverviewEmbeddingRenderState: (displayViewModel) => (
shellViewModel.createWorkflowOverviewEmbeddingRenderState(displayViewModel)
),
getWorkflowOverviewEmbeddingDomContract: (options) => (
shellViewModel.createWorkflowOverviewEmbeddingDomContract(options)
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,