add comment verification

This commit is contained in:
landaiqing
2024-09-26 01:13:06 +08:00
parent 97175c3d67
commit 372835296d
14 changed files with 228 additions and 98 deletions

View File

@@ -1,4 +1,3 @@
welcome = "hello"
NotFoundUser = "User not found"
DeletedSuccess = "deleted successfully!"
DeletedFailed = "delete failed!"
@@ -73,4 +72,5 @@ ImageSaveError = "image save error!"
CommentLikeSuccess = "comment like success!"
CommentLikeFailed = "comment like failed!"
CommentDislikeSuccess = "comment dislike success!"
CommentDislikeFailed = "comment dislike failed!"
CommentDislikeFailed = "comment dislike failed!"
CaptchaVerifyError = "captcha error!"

View File

@@ -1,4 +1,3 @@
welcome = "欢迎"
NotFoundUser = "未找到用户!"
DeletedSuccess = "删除成功!"
DeletedFailed = "删除失败!"
@@ -73,4 +72,5 @@ ImageSaveError = "图片保存错误!"
CommentLikeSuccess = "评论点赞成功!"
CommentLikeFailed = "评论点赞失败!"
CommentDislikeSuccess = "评论取消点赞成功!"
CommentDislikeFailed = "评论取消点赞失败!"
CommentDislikeFailed = "评论取消点赞失败!"
CaptchaVerifyError = "验证失败!"