feat: 收口 mindmap Phase 6 Leptos UI shell
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user