feat(i18n): 添加用户模块的本地化支持,包括登录、资产估值、资产分布等翻译

This commit is contained in:
2026-01-14 03:51:29 +07:00
parent 1a7f67c584
commit 2110394a33
5 changed files with 22 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ const router = useRouter();
async function handleCryptoRecharge() {
emit("close");
const toast = await toastController.create({
message: "敬请期待",
message: t("user.comingSoon"),
duration: 2000,
position: "top",
color: "primary",