feat: 优化登录和注册页面的布局与样式;调整字体大小和间距

This commit is contained in:
2026-01-22 18:27:53 +07:00
parent 06e8c0d630
commit 7abde6de23
3 changed files with 29 additions and 42 deletions

View File

@@ -74,9 +74,7 @@ export function safeClient<T, E>(
}, 2000);
}
else if (!options.silent) {
showToast(i18n.global.t((res.error as any).code, {
...(res.error as any).context,
}) || (res.error as any).message || i18n.global.t("network_error"));
showToast((res.error as any).message || i18n.global.t("network_error"));
}
throw res.error;