feat(admin, settlement, dashboard): strengthen permission gating and billing workflows

This commit is contained in:
2026-06-09 13:44:19 +08:00
parent 7e65c53732
commit b7278e68a4
41 changed files with 900 additions and 199 deletions

View File

@@ -185,6 +185,11 @@
"outMin": "彩票钱包转出主站钱包的单笔下限",
"outMax": "彩票钱包转出主站钱包的单笔上限"
},
"validation": {
"amountAtLeastMinorUnit": "{{field}} 必须是有效金额,且至少为 0.01。",
"inRangeInvalid": "转入最大金额不能小于转入最小金额。",
"outRangeInvalid": "转出最大金额不能小于转出最小金额。"
},
"discard": "放弃更改",
"confirmSaveTitle": "确认保存钱包限额?",
"confirmSaveDescription": "将更新转入/转出单笔限额,立即影响玩家钱包转账。"