feat: 添加我的申购页面,更新路由和国际化支持,优化用户体验
This commit is contained in:
@@ -122,7 +122,8 @@
|
||||
"trade": {
|
||||
"title": "Trade",
|
||||
"settings": {
|
||||
"bankManagement": "Bank Card"
|
||||
"bankManagement": "Bank Card",
|
||||
"mySubscribe": "Subscribe"
|
||||
}
|
||||
},
|
||||
"asset": {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -122,7 +122,8 @@
|
||||
"trade": {
|
||||
"title": "交易",
|
||||
"settings": {
|
||||
"bankManagement": "银行卡管理"
|
||||
"bankManagement": "银行卡管理",
|
||||
"mySubscribe": "我的申购"
|
||||
}
|
||||
},
|
||||
"asset": {
|
||||
|
||||
Reference in New Issue
Block a user