🎨 updated comment code framework / add comment verification

This commit is contained in:
landaiqing
2024-09-26 01:15:29 +08:00
parent e4b9214840
commit 96ae754efd
22 changed files with 1997 additions and 1258 deletions

View File

@@ -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',
}
};

View File

@@ -93,6 +93,12 @@ export default {
delete: '删除',
copy: '复制',
cancelReply: '取消',
commentContentNotEmpty: '评论内容不能为空!',
maxImageCount: '最多只能上传3张图片',
commentSuccess: '评论成功!',
commentError: '评论失败!',
replySuccess: '回复成功!',
replyError: '回复失败!',
}
};