新增 INI 面板 shell API surface inventory
This commit is contained in:
@@ -251,6 +251,14 @@
|
||||
workflowSummary: shellViewModel.shellSessionHandoffWorkflowSummary,
|
||||
})
|
||||
),
|
||||
getShellApiSurfaceInventory: (options) => (
|
||||
shellViewModel.createShellApiSurfaceInventory(options ?? {
|
||||
launchApiManifest: shellViewModel.launchApiManifest,
|
||||
controlPageApiManifest: shellViewModel.controlPage.browserApiManifest,
|
||||
workflowOverviewContract: shellViewModel.shellWorkflowOverviewContract,
|
||||
sessionReadinessWorkflowReport: shellViewModel.shellSessionReadinessWorkflowReport,
|
||||
})
|
||||
),
|
||||
getShellSessionHandoffWorkflowDisplayViewModel: (options) => (
|
||||
createIniPanelShellSessionHandoffWorkflowDisplayViewModel(
|
||||
options ?? shellViewModel.shellSessionHandoffWorkflowSummary,
|
||||
|
||||
Reference in New Issue
Block a user