Update comments UI

This commit is contained in:
2025-10-02 21:18:37 +08:00
parent 1e01e04f7b
commit 17026a74c5
4 changed files with 54 additions and 15 deletions

View File

@@ -126,6 +126,7 @@ export interface Comment {
images: Image[];
content_truncated: boolean;
reply_count: number;
replies: Comment[];
}
export interface CommentWithResource {