🐛 fix: Registration limit

This commit is contained in:
EUForest 2026-01-06 22:51:09 +08:00
parent 8497b1159b
commit c548406a0b

View File

@ -59,6 +59,10 @@ function handleError(response: {
"components:error.20008", "components:error.20008",
"User information is incorrect, please check and try again." "User information is incorrect, please check and try again."
), ),
20011: t(
"components:error.20011",
"Registration is too frequent, please try again later."
),
30001: t( 30001: t(
"components:error.30001", "components:error.30001",
"The node already exists, please do not add it again." "The node already exists, please do not add it again."