Enhance comment functionality with image support and validation.

This commit is contained in:
2025-06-24 12:00:48 +08:00
parent b818777a45
commit 953b1cf86a
12 changed files with 469 additions and 88 deletions

View File

@@ -111,6 +111,7 @@ export interface Comment {
content: string;
created_at: string;
user: User;
images: Image[];
}
export interface CommentWithResource {