optimize the list of comments

This commit is contained in:
landaiqing
2024-09-25 11:46:49 +08:00
parent bb2f49fe74
commit 97175c3d67
9 changed files with 333 additions and 99 deletions

View File

@@ -69,4 +69,8 @@ CommentSubmitFailed = "comment submit failed!"
CommentSubmitSuccess = "comment submit successfully!"
ImageStorageError = "image storage error!"
ImageDecodeError = "image decode error!"
ImageSaveError = "image save error!"
ImageSaveError = "image save error!"
CommentLikeSuccess = "comment like success!"
CommentLikeFailed = "comment like failed!"
CommentDislikeSuccess = "comment dislike success!"
CommentDislikeFailed = "comment dislike failed!"