fix: use pr-index based comment numbering in markdown

This commit is contained in:
2026-04-08 23:17:57 +08:00
parent d9eab0bebd
commit 9036dccabd
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -71,14 +71,14 @@ total: <files_changed> files, +<additions>, -<deletions>
## Review 1 (<review-state>)
> <reviewer>
### Comment 1.1
### Comment <pr-index>.<comment-seq>
<file>:<line>
<user>:
```md
<原始评论正文>
```
### Reply 1.1.1
### Reply <pr-index>.<comment-seq>.<reply-seq>
<user>:
```md
<原始回复正文>