推进 INI 面板 workflow overview embedding mount DOM wrapper

This commit is contained in:
2026-06-15 22:15:25 +08:00
parent 7a5aa23dbc
commit b771ee4141
13 changed files with 269 additions and 11 deletions

View File

@@ -102,6 +102,7 @@
createIniPanelShellWorkflowOverviewEmbeddingMountDomContract,
createIniPanelShellWorkflowOverviewEmbeddingMountDomReadiness,
renderIniPanelShellWorkflowOverviewEmbeddingMountState,
mountIniPanelShellWorkflowOverviewEmbeddingMountState,
renderIniPanelShellSessionHandoffWorkflowState,
mountIniPanelShellSessionHandoffWorkflow,
} from "./ui-shell.js";
@@ -181,6 +182,11 @@
renderWorkflowOverviewEmbeddingMountState: (renderState, options) => (
renderIniPanelShellWorkflowOverviewEmbeddingMountState(renderState, options ?? { documentRef: document })
),
mountWorkflowOverviewEmbeddingMountState: (options) => (
mountIniPanelShellWorkflowOverviewEmbeddingMountState(options ?? {
documentRef: document,
})
),
};
</script>
</body>