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!"

View File

@@ -69,4 +69,8 @@ CommentSubmitFailed = "评论提交失败!"
CommentSubmitSuccess = "评论提交成功!"
ImageStorageError = "图片存储错误!"
ImageDecodeError = "图片解码错误!"
ImageSaveError = "图片保存错误!"
ImageSaveError = "图片保存错误!"
CommentLikeSuccess = "评论点赞成功!"
CommentLikeFailed = "评论点赞失败!"
CommentDislikeSuccess = "评论取消点赞成功!"
CommentDislikeFailed = "评论取消点赞失败!"