[update]新增annualReport页面

This commit is contained in:
2026-06-08 17:39:00 +08:00
parent aa3643cc12
commit 6d68a3ef8d
5 changed files with 433 additions and 246 deletions

View File

@@ -30,4 +30,33 @@ export default {
1004 : 'Plinko Ball'
},
'bank_id': '银行账户',
annualReport: {
title: '年度报表',
year: '全年',
deposit: '存款',
withdraw: '提款',
transactionDeposit: '交易(存款)',
transactionWithdraw: '交易(提款)',
activePlayer: '活跃玩家',
firstDeposit: '首次存款',
unclaimReceipt: '未认领收据',
unclaimAmount: '未认领金额',
depositWithdraw: '存款与提款',
transactionActive: '交易与活跃玩家',
download: '下载',
months: {
jan: '一月',
feb: '二月',
mar: '三月',
apr: '四月',
may: '五月',
jun: '六月',
jul: '七月',
aug: '八月',
sep: '九月',
oct: '十月',
nov: '十一月',
dec: '十二月',
},
},
}