[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

@@ -9,6 +9,7 @@ export default {
'/': ['./frontend/${lang}/index.ts'],
[adminBaseRoutePath + '/moduleStore']: ['./backend/${lang}/module.ts'],
[adminBaseRoutePath + '/user/rule']: ['./backend/${lang}/auth/rule.ts'],
[adminBaseRoutePath + '/user/moneyLog/annualReport']: ['./backend/${lang}/user/moneyLog.ts'],
[adminBaseRoutePath + '/user/scoreLog']: ['./backend/${lang}/user/moneyLog.ts'],
[adminBaseRoutePath + '/crud/crud']: ['./backend/${lang}/crud/log.ts', './backend/${lang}/crud/state.ts'],
}

View File

@@ -30,4 +30,33 @@ export default {
1004 : 'Plinko Ball'
},
'bank_id': 'Bank Account',
annualReport: {
title: 'ANNUAL REPORT',
year: 'YEAR',
deposit: 'DEPOSIT',
withdraw: 'WITHDRAW',
transactionDeposit: 'TRANSACTION (DEPOSIT)',
transactionWithdraw: 'TRANSACTION (WITHDRAW)',
activePlayer: 'ACTIVE PLAYER',
firstDeposit: 'FIRST DEPOSIT',
unclaimReceipt: 'UNCLAIM RECEIPT',
unclaimAmount: 'UNCLAIM AMOUNT',
depositWithdraw: 'Deposit & Withdraw',
transactionActive: 'Transaction & Active',
download: 'Download',
months: {
jan: 'JAN',
feb: 'FEB',
mar: 'MAR',
apr: 'APR',
may: 'MAY',
jun: 'JUN',
jul: 'JUL',
aug: 'AUG',
sep: 'SEP',
oct: 'OCT',
nov: 'NOV',
dec: 'DEC',
},
},
}

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: '十二月',
},
},
}