fix(lesson-preparation): BLOCK_REGISTRY 补全 interaction 空条目(A1 类型变更扫尾,渲染逻辑留给 H1)

This commit is contained in:
SpecialX
2026-07-04 11:20:18 +08:00
parent d7b15093f9
commit 1b898fb6cf

View File

@@ -69,6 +69,7 @@ export const BLOCK_REGISTRY: Record<BlockType, BlockRegistryEntry> = {
exercise: {},
rich_text: { isRichText: true },
reflection: {},
interaction: {},
};
/**