feat: 添加认购页面及相关路由和国际化支持

This commit is contained in:
2026-01-25 19:13:21 +07:00
parent 531f90d9a4
commit bed8d5905a
9 changed files with 166 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
news: () => import("@/views/news/index.vue"),
product: () => import("@/views/product/index.vue"),
referral: () => import("@/views/referral/index.vue"),
subscription: () => import("@/views/subscription/index.vue"),
user: () => import("@/views/user/index.vue"),
wallet: () => import("@/views/wallet/index.vue"),
withdraw: () => import("@/views/withdraw/index.vue"),