✨ improve the functions related to commenting on images
This commit is contained in:
@@ -64,4 +64,9 @@ RequestLimit = "请求频率过高!"
|
||||
PermissionVerifyFailed = "权限验证失败!"
|
||||
IllegalRequests = "非法请求!"
|
||||
RequestParamsNotEmpty = "请求参数不能为空!"
|
||||
TooManyImages = "最多只能上传5张图片!"
|
||||
TooManyImages = "最多只能上传3张图片!"
|
||||
CommentSubmitFailed = "评论提交失败!"
|
||||
CommentSubmitSuccess = "评论提交成功!"
|
||||
ImageStorageError = "图片存储错误!"
|
||||
ImageDecodeError = "图片解码错误!"
|
||||
ImageSaveError = "图片保存错误!"
|
Reference in New Issue
Block a user