推进 INI 面板 workflow overview embedding mount DOM contract

This commit is contained in:
2026-06-15 21:23:53 +08:00
parent ac77de3c13
commit 861c854309
12 changed files with 200 additions and 5 deletions

View File

@@ -308,6 +308,9 @@
getWorkflowOverviewEmbeddingMountRenderState: (displayViewModel) => (
shellViewModel.createWorkflowOverviewEmbeddingMountRenderState(displayViewModel)
),
getWorkflowOverviewEmbeddingMountDomContract: (options) => (
shellViewModel.createWorkflowOverviewEmbeddingMountDomContract(options)
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,