feat: add render-md json input flow

This commit is contained in:
2026-04-08 22:50:30 +08:00
parent 75e3239a16
commit 2b9c50af2e
8 changed files with 528 additions and 8 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
use gitea_pr_review::model::{CommentItem, CommentThread, DiffStat, FileStat, PrMeta, PrReviewDocument};
use gitea_pr_review::model::{
CommentItem, CommentThread, DiffStat, FileStat, PrMeta, PrReviewDocument,
};
#[test]
fn model_json_roundtrip() {