🐛 Fixed data migration issues

This commit is contained in:
2025-11-14 20:16:16 +08:00
parent dec3ef5ef4
commit 1d7aee4cea
7 changed files with 2503 additions and 104 deletions

View File

@@ -133,6 +133,12 @@ export {
type CreateBlockOptions,
} from './types';
// 导出解析器函数
export {
getActiveBlock,
getBlockFromPos
} from './parser';
// 状态管理
export {
blockState,