feat(i18n): 添加用户模块的本地化支持,包括登录、资产估值、资产分布等翻译
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user