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
@@ -79,6 +79,7 @@ total: <files_changed> files, +<additions>, -<deletions>
```
### Reply <pr-index>.<comment-seq>.<reply-seq>
<file>:<line>
<user>:
```md
<原始回复正文>
@@ -89,3 +90,4 @@ total: <files_changed> files, +<additions>, -<deletions>
- 默认输出到 `stdout`;仅在指定 `--out` 时写入文件。
- 当评论正文本身包含 Markdown / 代码块时,渲染器会自动处理 fence,避免破坏整体结构。
- `Comment` 和 `Reply` 都会显示各自直接关联的文件路径与行号(若 API 提供)。