feat: 收口 mindmap Phase 6 Leptos UI shell

This commit is contained in:
lix-2026
2026-05-11 12:27:40 +08:00
parent b7dddd2a66
commit b5eb27fabc
51 changed files with 8669 additions and 1313 deletions
@@ -54,6 +54,12 @@ async function verifyEntry() {
if (!source.includes("export function unmount(mount_id)")) {
throw new Error("island 入口缺少 unmount 导出");
}
if (!source.includes("export function mount_mindmap_shell(container, options)")) {
throw new Error("island 入口缺少 mount_mindmap_shell 导出");
}
if (!source.includes("export function unmount_mindmap_shell(mount_id)")) {
throw new Error("island 入口缺少 unmount_mindmap_shell 导出");
}
}
async function buildLeptosTiptapIsland() {