推进 INI 面板 workflow overview embedding mount display

This commit is contained in:
2026-06-15 20:46:54 +08:00
parent 83df80d00f
commit fc9e6a3514
12 changed files with 267 additions and 5 deletions

View File

@@ -97,6 +97,7 @@
mountIniPanelShellWorkflowOverviewEmbedding,
renderIniPanelShellWorkflowOverviewEmbeddingState,
mountIniPanelShellWorkflowOverviewEmbeddingState,
createIniPanelShellWorkflowOverviewEmbeddingMountDisplayViewModel,
renderIniPanelShellSessionHandoffWorkflowState,
mountIniPanelShellSessionHandoffWorkflow,
} from "./ui-shell.js";
@@ -161,6 +162,9 @@
documentRef: document,
})
),
getWorkflowOverviewEmbeddingMountDisplayViewModel: (mountResult) => (
createIniPanelShellWorkflowOverviewEmbeddingMountDisplayViewModel(mountResult)
),
};
</script>
</body>