refactor(player): 重构注单详情页为票据式布局并突出净赢

This commit is contained in:
2026-06-22 15:27:58 +08:00
parent e0ce36cc48
commit f20243fa8a
4 changed files with 477 additions and 362 deletions

View File

@@ -124,6 +124,9 @@ export default {
stats_stake: 'Total Stake',
stats_return: 'Total Return',
cashbacked: 'Cashbacked',
profit: 'Profit',
return_incl_stake: 'Return {amount} (incl. stake)',
stake_to_return: '{stake} × {odds} = {amount}',
},
auth:
{ login: 'Login',

View File

@@ -130,6 +130,9 @@ export default {
stats_stake: 'Jumlah Taruhan',
stats_return: 'Jumlah Pulangan',
cashbacked: 'Rebat dibayar',
profit: 'Keuntungan',
return_incl_stake: 'Pulangan {amount} (termasuk jumlah)',
stake_to_return: '{stake} × {odds} = {amount}',
},
auth: {
login: 'Log Masuk',

View File

@@ -124,6 +124,9 @@ export default {
stats_stake: '总投注额',
stats_return: '总回报',
cashbacked: '已回水',
profit: '净赢',
return_incl_stake: '回报 {amount}(含本金)',
stake_to_return: '{stake} × {odds} = {amount}',
},
auth: {
login: '登录',