feat: 添加我的申购页面,更新路由和国际化支持,优化用户体验

This commit is contained in:
2025-12-20 00:42:35 +07:00
parent 13943eec20
commit 521585035e
7 changed files with 65 additions and 4 deletions

View File

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