pref: error
This commit is contained in:
parent
3fae66bcfb
commit
4529935806
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -15,6 +15,7 @@
|
|||
"Chuudoku",
|
||||
"Codepen",
|
||||
"commonmark",
|
||||
"cooldown",
|
||||
"cout",
|
||||
"dompurify",
|
||||
"fontawesome",
|
||||
|
|
|
@ -13,6 +13,7 @@ const errorMessagesEN: Record<number, string> = {
|
|||
10109: `Invalid Email or Verification Code Format (-B)`,
|
||||
10110: `Avatar image upload error. The image is an array. (-B)`,
|
||||
10111: `Avatar image upload error. The final compressed size of the image exceeds 50KB. (-B)`,
|
||||
10112: `In cooldown for login, two identical login attempts should have a one-minute interval. (-B)`,
|
||||
|
||||
// Topic Part
|
||||
10201: `Your daily topic limit has been reached for today. (-B)`,
|
||||
|
@ -49,6 +50,7 @@ const errorMessagesCN: Record<number, string> = {
|
|||
10109: `非法的邮箱或验证码格式 (-B)`,
|
||||
10110: `头像上传错误. 图片为数组 (-B)`,
|
||||
10111: `头像上传错误. 图片最终压缩大小超过 50kb (-B)`,
|
||||
10112: `登陆冷却中,两次相同登陆时间间隔一分钟 (-B)`,
|
||||
|
||||
10201: `您今日可以发表的话题数已达上限 (-B)`,
|
||||
10202: `您的萌萌点不足 1100, 无法使用推话题功能 (-B)`,
|
||||
|
|
Loading…
Reference in a new issue