fix(lesson-preparation): BLOCK_TYPE_KEYS 补全 interaction(A1 类型变更扫尾)
This commit is contained in:
@@ -15,6 +15,7 @@ export const BLOCK_TYPE_KEYS: Record<BlockType, string> = {
|
||||
exercise: "exercise",
|
||||
rich_text: "rich_text",
|
||||
reflection: "reflection",
|
||||
interaction: "interaction",
|
||||
};
|
||||
|
||||
// 向后兼容:保留 BLOCK_TYPE_LABELS 名称但值为 i18n 键(实际翻译由组件层完成)
|
||||
|
||||
Reference in New Issue
Block a user