登录页优化

This commit is contained in:
2026-01-16 13:35:17 +08:00
parent 62dd79a2fc
commit 74bf170490
9 changed files with 922 additions and 240 deletions

View File

@@ -79,5 +79,19 @@ export default {
invitationType: 'invitationType',
invitationType1: 'Regular',
invitationType2: 'Golden',
liveSessions: 'Live Sessions',
viewSessions: 'View Sessions',
liveRevenue: 'Live Revenue',
viewRevenue: 'View Revenue',
revenueHost: 'Host',
todayRevenueUsd: 'Today Revenue (USD)',
totalRevenueUsd: 'Total Revenue (USD)',
liveDays: 'Live Days',
historyRevenueUsd: 'History Revenue (USD)',
revenueHigh: 'High',
revenueLow: 'Low',
revenueTime: 'Time',
close: 'Close',
selectPlaceholder: 'Please select',
}
}
}