sync(theme-4): 从 main 同步优胜赛结算态与钱包流水展示优化

- checkout shared/api/admin 自 d3c2114
- player: outright 结算态逻辑、wallet txAmountClass、i18n 新增 key(保留海军蓝主题样式)
This commit is contained in:
2026-06-23 13:53:20 +08:00
parent 9972e4e7d1
commit a3e8958406
36 changed files with 593 additions and 127 deletions

View File

@@ -14,6 +14,10 @@ interface Transaction {
amount: string;
frozenBefore?: string;
frozenAfter?: string;
createdAt: string;
transactionId?: string;