add nsfw

This commit is contained in:
landaiqing
2024-10-02 18:02:36 +08:00
parent 40f2f0b2de
commit af1f57018b
19 changed files with 353 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ export default {
loginExpiredDesc: "this account has been logged in elsewhere, please login again",
},
comment:{
comment: {
comment: 'Comment',
sendComment: 'Send Comment',
emoji: 'Emoji',
@@ -100,5 +100,6 @@ export default {
commentError: 'comment failed',
replySuccess: 'reply success',
replyError: 'reply failed',
illegalImage: 'illegal image',
}
};

View File

@@ -99,6 +99,7 @@ export default {
commentError: '评论失败!',
replySuccess: '回复成功!',
replyError: '回复失败!',
illegalImage: ' 非法图片!',
}
};