feat: 添加银行卡管理功能,更新多语言支持,优化表单验证和用户界面

This commit is contained in:
2025-12-17 01:44:53 +07:00
parent 3cdb71effc
commit d375d12583
7 changed files with 166 additions and 42 deletions

View File

@@ -6,8 +6,8 @@ export type MessageSchema = typeof enUS;
const i18n = createI18n<MessageSchema, "en-US" | "zh-CN">({
legacy: false,
locale: "zh-CN",
fallbackLocale: "zh-CN",
locale: "en-US",
fallbackLocale: "en-US",
messages: {
"en-US": enUS,
"zh-CN": zhCN,