推进 INI 面板 workflow overview embedding mount render state

This commit is contained in:
2026-06-15 20:57:50 +08:00
parent fc9e6a3514
commit 1a863fa0b4
12 changed files with 233 additions and 5 deletions

View File

@@ -305,6 +305,9 @@
getWorkflowOverviewEmbeddingMountDisplayViewModel: (mountResult) => (
shellViewModel.createWorkflowOverviewEmbeddingMountDisplayViewModel(mountResult)
),
getWorkflowOverviewEmbeddingMountRenderState: (displayViewModel) => (
shellViewModel.createWorkflowOverviewEmbeddingMountRenderState(displayViewModel)
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,