🎨 updated comment code framework / add comment verification
This commit is contained in:
@@ -94,5 +94,11 @@ export default {
|
||||
delete: 'Delete',
|
||||
copy: 'Copy',
|
||||
cancelReply: 'Cancel Reply',
|
||||
commentContentNotEmpty: 'Comment content cannot be empty!',
|
||||
maxImageCount: 'Maximum image count reached!',
|
||||
commentSuccess: 'comment success!',
|
||||
commentError: 'comment failed!',
|
||||
replySuccess: 'reply success!',
|
||||
replyError: 'reply failed!',
|
||||
}
|
||||
};
|
||||
|
@@ -93,6 +93,12 @@ export default {
|
||||
delete: '删除',
|
||||
copy: '复制',
|
||||
cancelReply: '取消',
|
||||
commentContentNotEmpty: '评论内容不能为空!',
|
||||
maxImageCount: '最多只能上传3张图片!',
|
||||
commentSuccess: '评论成功!',
|
||||
commentError: '评论失败!',
|
||||
replySuccess: '回复成功!',
|
||||
replyError: '回复失败!',
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user