🎨 updated error handling logic

This commit is contained in:
landaiqing
2024-11-18 01:12:50 +08:00
parent 78a162a19a
commit 35d2da35b2
48 changed files with 395 additions and 170 deletions

View File

@@ -1,3 +1,5 @@
[system]
error = "system error"
[captcha]
verificationFailure = "verification failure!"
[login]

View File

@@ -1,3 +1,5 @@
[system]
error = "系统错误!"
[captcha]
verificationFailure = "验证失败!"
[login]