推进 INI 面板 workflow overview embedding contract

This commit is contained in:
2026-06-15 17:51:21 +08:00
parent b61e7e980d
commit 766f630dfb
11 changed files with 442 additions and 5 deletions

View File

@@ -270,6 +270,15 @@
documentRef: document,
})
),
getWorkflowOverviewContract: (options) => (
shellViewModel.createWorkflowOverviewContract(options)
),
getWorkflowOverviewReadiness: (options) => (
shellViewModel.createWorkflowOverviewReadiness(options)
),
mountWorkflowOverviewEmbedding: (options) => (
shellViewModel.mountWorkflowOverviewEmbedding(options)
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,