fix: render per-comment file line instead of thread-level location

This commit is contained in:
2026-04-08 23:23:19 +08:00
parent a61be1b4c4
commit d00e6bcb2c
7 changed files with 35 additions and 8 deletions
+2
View File
@@ -69,5 +69,7 @@ pub struct CommentItem {
pub id: i64,
pub user: String,
pub created_at: String,
pub path: Option<String>,
pub line: Option<i64>,
pub body: String,
}