refactor: split document slash positioning runtime

This commit is contained in:
lix-2026
2026-05-26 00:54:54 +08:00
parent 6197ca5d3a
commit 77244eec7e
5 changed files with 261 additions and 227 deletions
@@ -123,7 +123,7 @@ cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib routes::tests::mno
- [x] B2. `document-tiptap-conversion-runtime.js`legacy block / inline content / marks 转 Tiptap document。
- [ ] B3. `document-resource-tab-runtime.js`resource tab registry、MRU、close guard、resource text/image/frame editor mount。
- [ ] B4. `document-mindmap-host-runtime.js`primary mindmap object shell、mindmap resource tab mount/unmount。
- [ ] B5. `document-slash-position-runtime.js`slash menu active root、positioning、mutation observer。
- [x] B5. `document-slash-position-runtime.js`slash menu active root、positioning、mutation observer。
- [ ] B6. entrypoint 只负责读取 bootstrap、加载 runtime、装配各子模块。
验收标准: