From 37f2d9ad7f75dd6010b765e391a34561cdfa2180 Mon Sep 17 00:00:00 2001 From: wangdl Date: Thu, 11 Jun 2026 21:31:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20architecture=20doc=20-=20ReadingMaterial?= =?UTF-8?q?Ref=20=E2=86=92=20ReadingMaterialRefV2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Review finding #1: section 3.3 still referenced old V1 type name. Co-Authored-By: Claude Opus 4.7 --- docs/document-runtime-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/document-runtime-architecture.md b/docs/document-runtime-architecture.md index 28ec80e..f4730eb 100644 --- a/docs/document-runtime-architecture.md +++ b/docs/document-runtime-architecture.md @@ -146,7 +146,7 @@ pub struct ReadingSessionV2 { pub struct ReadingEventV2 { pub event_id: String, // UUID, Rust 生成 pub client_session_id: String, // 来自 ReadingSessionV2 - pub material_id: String, // 来自 ReadingMaterialRef + pub material_id: String, // 来自 ReadingMaterialRefV2 pub event_type: ReadingEventTypeV2, pub position: Option, pub active_seconds_delta: u32, // 增量,非累计