DOC-FULL-A1 P0 | 【致命】V2 核心函数未通过 FFI 导出,iOS 无法调用 #90

Closed
opened 2026-06-07 20:04:15 +08:00 by wangdl · 0 comments
Owner

审查发现

F4: start_reading_session_v2/close/push_heartbeat_v2 等未在 zx_document_ffi/src/lib.rs 中 pub use。iOS 完全无法使用 V2。

修复: zx_document_ffi/src/lib.rs 新增 pub use zx_document_core::session_v2::; pub use zx_document_core::events_v2::; 等

M-DOC-FULL Batch 0 审查 issue。

## 审查发现 F4: start_reading_session_v2/close/push_heartbeat_v2 等未在 zx_document_ffi/src/lib.rs 中 pub use。iOS 完全无法使用 V2。 修复: zx_document_ffi/src/lib.rs 新增 pub use zx_document_core::session_v2::*; pub use zx_document_core::events_v2::*; 等 M-DOC-FULL Batch 0 审查 issue。
wangdl added this to the M-DOC-FULL:Document Runtime 完整阅读内核与学习事件协议 milestone 2026-06-07 20:04:15 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wangdl/zhixi-document-runtime#90
No description provided.