fix: architecture doc - ReadingMaterialRef → ReadingMaterialRefV2
Review finding #1: section 3.3 still referenced old V1 type name. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
4c9ac7cb9f
commit
ce0315d9ae
@ -146,7 +146,7 @@ pub struct ReadingSessionV2 {
|
|||||||
pub struct ReadingEventV2 {
|
pub struct ReadingEventV2 {
|
||||||
pub event_id: String, // UUID, Rust 生成
|
pub event_id: String, // UUID, Rust 生成
|
||||||
pub client_session_id: String, // 来自 ReadingSessionV2
|
pub client_session_id: String, // 来自 ReadingSessionV2
|
||||||
pub material_id: String, // 来自 ReadingMaterialRef
|
pub material_id: String, // 来自 ReadingMaterialRefV2
|
||||||
pub event_type: ReadingEventTypeV2,
|
pub event_type: ReadingEventTypeV2,
|
||||||
pub position: Option<ReadingPosition>,
|
pub position: Option<ReadingPosition>,
|
||||||
pub active_seconds_delta: u32, // 增量,非累计
|
pub active_seconds_delta: u32, // 增量,非累计
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user