refactor: split tiptap block transform helpers

This commit is contained in:
lix-2026
2026-05-26 03:21:11 +08:00
parent cf7a57d86a
commit 396c64e09e
3 changed files with 275 additions and 252 deletions
@@ -252,7 +252,7 @@ cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib routes::tree -- --
验收标准:
- [ ] `lib.rs` 少于 5,000 行。
- [x] `lib.rs` 少于 5,000 行。
- [ ] `block_handle_menu_view.rs` 可以超过 1,500 行,但必须有清晰入参 struct,避免二十多个 signal 直接散落。
- [ ] 不改变 Tiptap command 行为,不新增编辑器功能。