[+] Add a B50 / rating page to frontend

This commit is contained in:
Colanns
2024-03-29 23:49:08 +08:00
parent d3d7b5a5c7
commit 95e78e4f93
4 changed files with 168 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ export const EN_REF_USER = {
'UserHome.ShowRanksDetails': "Click to show details",
'UserHome.RankDetail.Title': 'Achievement Details',
'UserHome.RankDetail.Level': "Level",
'UserHome.B50': "B50",
}
export const EN_REF_Welcome = {

View File

@@ -25,6 +25,7 @@ const zhUser: typeof EN_REF_USER = {
'UserHome.ShowRanksDetails': "点击显示评分详细",
'UserHome.RankDetail.Title': '评分详细',
'UserHome.RankDetail.Level': "等级",
'UserHome.B50': "B50",
}
const zhWelcome: typeof EN_REF_Welcome = {