docs: drop retired xcui demo panel page

This commit is contained in:
2026-04-09 23:56:09 +08:00
parent 2bb511087f
commit a545951a58
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
## 当前调用链
- `tests/Editor/test_xcui_imgui_transition_backend.cpp` 当前直接验证了 pending state 重置和 flush 后 `ImDrawList` 顶点 / 命令缓冲被写入。
- `editor/src/XCUIBackend/XCUIDemoRuntime.h` 当前产出 `UIDrawData`,与这个桥接器共同构成 XCUI 过渡渲染链路里的最小 source-backed 锚点。
- `editor/src/XCUIBackend/XCUIDemoRuntime.h` 当前声明了一套会产出 `UIDrawData` 的 demo runtime 接口,与这个桥接器共同构成 XCUI 过渡渲染链路里的最小 source-backed 锚点。
## 当前实现边界

View File

@@ -38,7 +38,7 @@
- `tests/Input/test_xcui_input_dispatcher.cpp` 当前验证 registry 会优先选择最具体作用域,其次选择更新注册的 binding。
- `tests/UI/Core/unit/test_ui_shortcut_scope.cpp` 当前覆盖 command scope 优先于 active path、panel/window/global 作用域回退,以及 text-input 活跃时 shortcut suppression。
- `engine/src/UI/Runtime/UIScreenDocumentHost.cpp``new_editor/src/Core/UIEditorShortcutManager.cpp` 当前都直接消费这套 binding/context/match 数据。
- `engine/src/UI/Runtime/UIScreenDocumentHost.cpp``new_editor/src/Foundation/UIEditorShortcutManager.cpp` 当前都直接消费这套 binding/context/match 数据。
## 相关文档