推进 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

@@ -99,6 +99,7 @@
mountIniPanelShellWorkflowOverviewEmbeddingState,
createIniPanelShellWorkflowOverviewEmbeddingMountDisplayViewModel,
createIniPanelShellWorkflowOverviewEmbeddingMountRenderState,
createIniPanelShellWorkflowOverviewEmbeddingMountDomContract,
renderIniPanelShellSessionHandoffWorkflowState,
mountIniPanelShellSessionHandoffWorkflow,
} from "./ui-shell.js";
@@ -169,6 +170,9 @@
getWorkflowOverviewEmbeddingMountRenderState: (displayViewModel) => (
createIniPanelShellWorkflowOverviewEmbeddingMountRenderState(displayViewModel)
),
getWorkflowOverviewEmbeddingMountDomContract: (options) => (
createIniPanelShellWorkflowOverviewEmbeddingMountDomContract(options)
),
};
</script>
</body>