improve the functions related to commenting on images

This commit is contained in:
landaiqing
2024-09-23 00:53:43 +08:00
parent 8d5d918a7d
commit 7aae53e533
32 changed files with 1004 additions and 86 deletions

View File

@@ -64,4 +64,9 @@ RequestLimit = "请求频率过高!"
PermissionVerifyFailed = "权限验证失败!"
IllegalRequests = "非法请求!"
RequestParamsNotEmpty = "请求参数不能为空!"
TooManyImages = "最多只能上传5张图片!"
TooManyImages = "最多只能上传3张图片!"
CommentSubmitFailed = "评论提交失败!"
CommentSubmitSuccess = "评论提交成功!"
ImageStorageError = "图片存储错误!"
ImageDecodeError = "图片解码错误!"
ImageSaveError = "图片保存错误!"