⚡ optimize the list of comments
This commit is contained in:
@@ -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!"
|
@@ -69,4 +69,8 @@ CommentSubmitFailed = "评论提交失败!"
|
||||
CommentSubmitSuccess = "评论提交成功!"
|
||||
ImageStorageError = "图片存储错误!"
|
||||
ImageDecodeError = "图片解码错误!"
|
||||
ImageSaveError = "图片保存错误!"
|
||||
ImageSaveError = "图片保存错误!"
|
||||
CommentLikeSuccess = "评论点赞成功!"
|
||||
CommentLikeFailed = "评论点赞失败!"
|
||||
CommentDislikeSuccess = "评论取消点赞成功!"
|
||||
CommentDislikeFailed = "评论取消点赞失败!"
|
Reference in New Issue
Block a user