推进 INI 面板 workflow overview embedding DOM readiness

This commit is contained in:
2026-06-15 18:28:58 +08:00
parent 3cfd4b371e
commit 6856721695
12 changed files with 236 additions and 9 deletions

View File

@@ -291,6 +291,9 @@
getWorkflowOverviewEmbeddingDomContract: (options) => (
shellViewModel.createWorkflowOverviewEmbeddingDomContract(options)
),
getWorkflowOverviewEmbeddingDomReadiness: (options) => (
shellViewModel.createWorkflowOverviewEmbeddingDomReadiness(options)
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,