fix: improve imToken wallet error prompts
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 1m8s

This commit is contained in:
TerryM
2026-06-06 01:24:27 +08:00
parent 2b5ec54896
commit 24e22a3f25
8 changed files with 51 additions and 1 deletions

View File

@@ -233,6 +233,10 @@ export const zhDict: Dict = {
walletLoginSuccess: "钱包已连接",
walletLoginFailed: "钱包登录失败",
walletNoAccount: "钱包没有返回账号。请先解锁钱包并选择一个账号后重试。",
walletRequestCanceled:
"钱包连接已取消。请解锁钱包,选择账号并授权本站后重试。",
walletBnbChainRequired:
"请先在 imToken 创建或切换到 BNB Smart ChainBSC钱包然后重试。",
walletDisconnected: "钱包已断开",
walletOtherMethods: "其他登录方式",
walletUseCurrent: "使用当前钱包登录",